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

Remi Collet remi at fedoraproject.org
Wed Oct 31 17:13:06 UTC 2012


commit 198770a3a735b9dc31cd3bcdd20040e3273e26c0
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Oct 31 18:12:59 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 deabb08..a07a5cc 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 55d401b..fcd587b 100644
--- a/php-pear.spec
+++ b/php-pear.spec
@@ -14,7 +14,7 @@
 Summary: PHP Extension and Application Repository framework
 Name: php-pear
 Version: 1.9.4
-Release: 11%{?dist}
+Release: 11%{?dist}.1
 Epoch: 1
 # PEAR, Archive_Tar, XML_Util are BSD
 # Console_Getopt is PHP
@@ -215,6 +215,9 @@ rm new-pear.conf
 
 
 %changelog
+* Wed Oct 31 2012 Remi Collet <remi at fedoraproject.org> 1:1.9.4-11.1
+- provides value for %%{pear_metadir}
+
 * Sun Aug 19 2012 Remi Collet <remi at fedoraproject.org> 1:1.9.4-11
 - move data to /usr/share/pear-data
 - provides all package.xml


More information about the scm-commits mailing list