[php-channel-horde] Change to use real path

Nick Bebout nb at fedoraproject.org
Sun Jan 29 22:47:40 UTC 2012


commit d91974d4e3f84704ef5fabfaf614688620e14ad7
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Sun Jan 29 16:47:23 2012 -0600

    Change to use real path

 php-channel-horde.spec |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/php-channel-horde.spec b/php-channel-horde.spec
index b92b8e9..0a7cd8c 100644
--- a/php-channel-horde.spec
+++ b/php-channel-horde.spec
@@ -1,5 +1,3 @@
-%if %{?!__pear:0}%{?__pear:1}
-
 Name:           php-channel-horde
 Version:        1.0
 Release:        1%{?dist}
@@ -13,8 +11,8 @@ Source0:        http://pear.horde.org/channel.xml
 BuildArch:      noarch
 BuildRequires:  php-pear >= 1:1.4.9-1.2
 Requires:       php-pear(PEAR)
-Requires(post): %{__pear}
-Requires(postun): %{__pear}
+Requires(post): /usr/bin/pear
+Requires(postun): /usr/bin/pear
 Provides:       php-channel(pear.horde.org)
 
 %description


More information about the scm-commits mailing list