[packages/php-adldap] - use virtual php extension deps (to be independant of php version) - release 2 (by relup.sh)

glen glen at pld-linux.org
Tue Aug 7 16:06:22 CEST 2012


commit 7ebcd4f99b7972541a4865e38441f34f04d2a70c
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Aug 7 17:06:21 2012 +0300

    - use virtual php extension deps (to be independant of php version)
    - release 2 (by relup.sh)

 php-adldap.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/php-adldap.spec b/php-adldap.spec
index 5c4a549..3492858 100644
--- a/php-adldap.spec
+++ b/php-adldap.spec
@@ -3,7 +3,7 @@
 Summary:	LDAP Authentication with PHP for Active Directory
 Name:		php-adldap
 Version:	3.3.2
-Release:	1
+Release:	2
 License:	LGPL v2.1
 Group:		Development/Languages/PHP
 Source0:	http://downloads.sourceforge.net/adldap/adLDAP_%{version}.zip
@@ -13,12 +13,12 @@ BuildRequires:	rpm-php-pearprov >= 4.4.2-11
 BuildRequires:	rpmbuild(macros) >= 1.553
 BuildRequires:	sed >= 4.0
 BuildRequires:	unzip
-Requires:	php-bcmath
+Requires:	php(bcmath)
+Requires:	php(ldap)
+Requires:	php(pcre)
+Requires:	php(xml)
 Requires:	php-common >= 4:%{php_min_version}
 Requires:	php-date
-Requires:	php-ldap
-Requires:	php-pcre
-Requires:	php-xml
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 


More information about the pld-cvs-commit mailing list