Updated pear build (LOG4PHP-137):
* changed channel name to pear.apache.org/log4php
* changed pear package naming to Apache_log4php-$version.tgz to make pirium happy
* other minor updates
git-svn-id: https://svn.apache.org/repos/asf/logging/log4php/trunk@1159061 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.xml b/build.xml
index bcdf274..0f9c7f8 100755
--- a/build.xml
+++ b/build.xml
@@ -141,7 +141,7 @@
<exec executable="pear" dir="target/pear">
<arg line="package" />
</exec>
- <move tofile="target/Apache_log4php-${project.version}-pear.tgz">
+ <move tofile="target/Apache_log4php-${project.version}.tgz">
<fileset dir="target/pear/">
<include name="Apache_log4php-*.tgz" />
</fileset>
diff --git a/package-config.php b/package-config.php
index 548975d..a1e8fe0 100644
--- a/package-config.php
+++ b/package-config.php
@@ -31,10 +31,10 @@
$stability = 'stable';
$name = 'Apache_log4php';
-$summary = 'Apache log4php is a logging framework for PHP.';
+$summary = 'A versatile logging framework for PHP';
$description = <<<EOT
-Apache log4php is a logging framework for PHP at the Apache Software Foundation (ASF).
+Apache log4php is a versatile logging framework for PHP at the Apache Software Foundation (ASF).
EOT;
$notes = 'Please see CHANGELOG and changes.xml!';
@@ -64,13 +64,6 @@
);
$maintainer = array();
-$maintainer[] = array(
- 'role' => 'lead',
- 'handle' => 'kurdalen',
- 'name' => 'Knut Urdalen',
- 'email' => 'kurdalen@apache.org',
- 'active' => 'yes'
-);
$maintainer[] = array(
'role' => 'lead',
'handle' => 'grobmeier',
@@ -80,22 +73,29 @@
);
$maintainer[] = array(
'role' => 'developer',
- 'handle' => 'chammers',
- 'name' => 'Christian Hammers',
- 'email' => 'chammers@apache.org',
- 'active' => 'yes'
-);
-$maintainer[] = array(
- 'role' => 'developer',
'handle' => 'ihabunek',
'name' => 'Ivan Habunek',
'email' => 'ihabunek@apache.org',
'active' => 'yes'
);
+$maintainer[] = array(
+ 'role' => 'lead',
+ 'handle' => 'kurdalen',
+ 'name' => 'Knut Urdalen',
+ 'email' => 'kurdalen@apache.org',
+ 'active' => 'no'
+);
+$maintainer[] = array(
+ 'role' => 'developer',
+ 'handle' => 'chammers',
+ 'name' => 'Christian Hammers',
+ 'email' => 'chammers@apache.org',
+ 'active' => 'no'
+);
$dependency = array();
-$channel = 'pear.php.net';
+$channel = 'pear.apache.org/log4php';
$require = array(
'php' => '5.2.0',
'pear_installer' => '1.7.0',