[php-ezc-EventLog] Fix metadata location, FTBFS #914341

Guillaume Kulakowski llaumgui at fedoraproject.org
Mon Apr 1 19:10:23 UTC 2013


commit 54e6fac7acc2dd6d230c3b4e0537f596bf9ffb2a
Author: Guillaume Kulakowski <guillaume at llaumgui.com>
Date:   Mon Apr 1 21:10:19 2013 +0200

    Fix metadata location, FTBFS #914341

 php-ezc-EventLog.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/php-ezc-EventLog.spec b/php-ezc-EventLog.spec
index 50fd094..f6c9c8e 100644
--- a/php-ezc-EventLog.spec
+++ b/php-ezc-EventLog.spec
@@ -1,10 +1,11 @@
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
-%define pear_name EventLog
-%define channel components.ez.no
+
+%global pear_name EventLog
+%global channel components.ez.no
 
 Name:           php-ezc-EventLog
 Version:        1.4
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Allows you to log events or audit trails
 
 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.4-8
+- Fix metadata location, FTBFS #914342
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list