[php-ezc-AuthenticationDatabaseTiein] Fix metadata location, FTBFS #914369

Guillaume Kulakowski llaumgui at fedoraproject.org
Mon Mar 11 21:47:10 UTC 2013


commit f31fc3d104f66dba85c9e48493300b81ef7727df
Author: Guillaume Kulakowski <guillaume at llaumgui.com>
Date:   Mon Mar 11 22:47:06 2013 +0100

    Fix metadata location, FTBFS #914369

 php-ezc-AuthenticationDatabaseTiein.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/php-ezc-AuthenticationDatabaseTiein.spec b/php-ezc-AuthenticationDatabaseTiein.spec
index 4bdf5c3..63b7395 100644
--- a/php-ezc-AuthenticationDatabaseTiein.spec
+++ b/php-ezc-AuthenticationDatabaseTiein.spec
@@ -4,7 +4,7 @@
 
 Name:           php-ezc-AuthenticationDatabaseTiein
 Version:        1.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Provides a Database filter for the Authentication component
 
 Group:          Development/Libraries
@@ -56,10 +56,10 @@ cd %{pear_name}-%{version}
 %install
 cd %{pear_name}-%{version}
 rm -rf %{buildroot}
-%{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
+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}
@@ -71,13 +71,13 @@ rm -rf %{buildroot}
 
 
 %post
-%{__pear} install --nodeps --soft --force --register-only \
+pear install --nodeps --soft --force --register-only \
     %{pear_xmldir}/%{name}.xml >/dev/null || :
 
 
 %postun
 if [ $1 -eq 0 ] ; then
-    %{__pear} uninstall --nodeps --ignore-errors --register-only \
+    pear uninstall --nodeps --ignore-errors --register-only \
         %{channel}/%{pear_name} >/dev/null || :
 fi
 
@@ -92,6 +92,9 @@ fi
 
 
 %changelog
+* Mon Mar 11 2013 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.1-7
+- Fix metadata location, FTBFS #914369
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list