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

Guillaume Kulakowski llaumgui at fedoraproject.org
Tue Mar 12 19:33:57 UTC 2013


commit 8f7130c6c8183ba13e17caee48800eee2ec0377d
Author: Guillaume Kulakowski <guillaume at llaumgui.com>
Date:   Tue Mar 12 20:33:50 2013 +0100

    Fix metadata location, FTBFS #914369

 php-ezc-Authentication.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php-ezc-Authentication.spec b/php-ezc-Authentication.spec
index e14ffef..1c56449 100644
--- a/php-ezc-Authentication.spec
+++ b/php-ezc-Authentication.spec
@@ -51,7 +51,7 @@ 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_metadir}/.??*
@@ -66,13 +66,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
 


More information about the scm-commits mailing list