[php-sabredav-Sabre_VObject] Revert "conditionalize the pear_metadir definition"

Adam Williamson adamwill at fedoraproject.org
Sat Mar 7 04:42:11 UTC 2015


commit 8ee32b250ae22ca81858ac901da7da56d60029bf
Author: Adam Williamson <awilliam at redhat.com>
Date:   Fri Mar 6 20:41:31 2015 -0800

    Revert "conditionalize the pear_metadir definition"
    
    This reverts commit 30f14de5145f1187458a672026b49e4841d5e2ee.
    Turns out it was a bad idea. These definitions are missing all
    over the place, so let's not pretend it's only EL6.

 php-sabredav-Sabre_VObject.spec | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/php-sabredav-Sabre_VObject.spec b/php-sabredav-Sabre_VObject.spec
index c376032..5077813 100644
--- a/php-sabredav-Sabre_VObject.spec
+++ b/php-sabredav-Sabre_VObject.spec
@@ -1,8 +1,5 @@
-%if 0%{?rhel} && 0%{?rhel} <= 6
 %{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
-%endif
-
 %global gh_commit   c3ebe643fd1037b656ebcc149e3fd3d38938fe58
 %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner    fruux


More information about the scm-commits mailing list