[php-pear/f16] provides value for %%{pear_metadir}

Remi Collet remi at fedoraproject.org
Wed Oct 31 17:26:52 UTC 2012


commit b0f5a7984323ac9beb0e4d749c1f08e8bc08cca3
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Oct 31 18:26:47 2012 +0100

    provides value for %%{pear_metadir}

 macros.pear   |    1 +
 php-pear.spec |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/macros.pear b/macros.pear
index f55c079..de12d36 100644
--- a/macros.pear
+++ b/macros.pear
@@ -13,6 +13,7 @@
 %pear_datadir %(%{__pear} config-get data_dir 2> /dev/null || echo undefined)
 %pear_cfgdir  %(%{__pear} config-get cfg_dir  2> /dev/null || echo undefined)
 %pear_wwwdir  %(%{__pear} config-get www_dir  2> /dev/null || echo undefined)
+%pear_metadir %{pear_phpdir}
 
 #
 # Define PECL directories used in php-pecl-* spec files:
diff --git a/php-pear.spec b/php-pear.spec
index 01fdd77..06e887d 100644
--- a/php-pear.spec
+++ b/php-pear.spec
@@ -13,7 +13,7 @@
 Summary: PHP Extension and Application Repository framework
 Name: php-pear
 Version: 1.9.4
-Release: 5%{?dist}
+Release: 5%{?dist}.1
 Epoch: 1
 # PEAR, Archive_Tar, XML_Util are BSD
 # XML-RPC, Console_Getopt are PHP
@@ -197,6 +197,9 @@ rm new-pear.conf
 
 
 %changelog
+* Wed Oct 31 2012 Remi Collet <remi at fedoraproject.org> 1:1.9.4-5.1
+- provides value for %%{pear_metadir}
+
 * Mon Feb 27 2012 Remi Collet <remi at fedoraproject.org> 1:1.9.4-5
 - Update Archive_Tar to 1.3.9
 - add patch from RHEL (Joe Orton)


More information about the scm-commits mailing list