[libdigidocpp/f15/master] Cleaned up php conditionals not needed in current Fedora releases

Kalev Lember kalev at fedoraproject.org
Fri Apr 15 14:18:24 UTC 2011


commit b90b7566ff60adbdf0762eeb8cd5b86df657b8a5
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Thu Mar 10 15:11:55 2011 +0200

    Cleaned up php conditionals not needed in current Fedora releases

 libdigidocpp.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/libdigidocpp.spec b/libdigidocpp.spec
index db92182..2a4a199 100644
--- a/libdigidocpp.spec
+++ b/libdigidocpp.spec
@@ -11,7 +11,7 @@
 
 Name:           libdigidocpp
 Version:        0.3.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Library for creating and validating BDoc and DDoc containers
 
 Group:          System Environment/Libraries
@@ -88,12 +88,8 @@ The perl-digidoc package contains Perl bindings for the %{name} library.
 Summary:        PHP bindings for %{name}
 Group:          Development/Languages
 Requires:       %{name} = %{version}-%{release}
-%if 0%{?php_zend_api}
 Requires:       php(zend-abi) = %{php_zend_api}
 Requires:       php(api) = %{php_core_api}
-%else
-Requires:       php-api = %{php_apiver}
-%endif
 Obsoletes:      %{name}-php < 0.3.0-1
 Provides:       %{name}-php = %{version}-%{release}
 
@@ -192,6 +188,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 10 2011 Kalev Lember <kalev at smartlink.ee> - 0.3.0-5
+- Cleaned up php conditionals not needed in current Fedora releases
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list