[php-ezc-SystemInformation] Fix metadata location, FTBFS #914347

Guillaume Kulakowski llaumgui at fedoraproject.org
Mon Apr 1 20:07:15 UTC 2013


commit 0bbd91292bb9572b99e8559e32aee3fc27216140
Author: Guillaume Kulakowski <guillaume at llaumgui.com>
Date:   Mon Apr 1 22:07:11 2013 +0200

    Fix metadata location, FTBFS #914347

 php-ezc-SystemInformation.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/php-ezc-SystemInformation.spec b/php-ezc-SystemInformation.spec
index 468795f..060cbdc 100644
--- a/php-ezc-SystemInformation.spec
+++ b/php-ezc-SystemInformation.spec
@@ -1,10 +1,11 @@
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
-%define pear_name SystemInformation
-%define channel components.ez.no
+
+%global pear_name SystemInformation
+%global channel components.ez.no
 
 Name:           php-ezc-SystemInformation
 Version:        1.0.8
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Provides access to common system variables
 
 Group:          Development/Libraries
@@ -51,7 +52,7 @@ rm -rf %{buildroot}
 %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
 
 # Clean up unnecessary files
-rm -rf %{buildroot}%{pear_phpdir}/.??*
+rm -rf %{buildroot}%{pear_metadir}/.??*
 
 # Install XML package description
 mkdir -p %{buildroot}%{pear_xmldir}
@@ -83,6 +84,9 @@ fi
 
 
 %changelog
+* Mon Apr 01 2013 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.0.8-7
+- Fix metadata location, FTBFS # 914348
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.8-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list