SPECS (DEVEL): php.spec - fix pcre provides
zergin
zergin at pld-linux.org
Wed Aug 13 10:22:41 CEST 2008
Author: zergin Date: Wed Aug 13 08:22:41 2008 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- fix pcre provides
---- Files affected:
SPECS:
php.spec (1.688.2.16 -> 1.688.2.17)
---- Diffs:
================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.688.2.16 SPECS/php.spec:1.688.2.17
--- SPECS/php.spec:1.688.2.16 Mon Aug 11 00:32:49 2008
+++ SPECS/php.spec Wed Aug 13 10:22:34 2008
@@ -168,7 +168,7 @@
%endif
%{?with_snmp:BuildRequires: net-snmp-devel >= 5.0.7}
BuildRequires: pam-devel
-%{?with_pcre:BuildRequires: pcre-devel >= 6.6}
+BuildRequires: pcre-devel >= 6.6
%{?with_pgsql:BuildRequires: postgresql-backend-devel >= 7.2}
%{?with_pgsql:BuildRequires: postgresql-devel}
BuildRequires: readline-devel
@@ -365,7 +365,7 @@
Provides: php(libxml)
Provides: php(modules_api) = %{php_api_version}
Provides: php(overload)
-%{?with_pcre:Provides: php(pcre)}
+Provides: php(pcre)
Provides: php(reflection)
Provides: php(session)
Provides: php(simplexml)
@@ -373,7 +373,6 @@
Provides: php(standard)
Provides: php(zend_extension_api) = %{zend_extension_api}
Provides: php(zend_module_api) = %{zend_module_api}
-%{?with_pcre:Provides: php-pcre}
Provides: php5(debug) = %{php_debug}
Provides: php5(thread-safety) = %{zend_zts}
Obsoletes: php-pcre < 4:5.2.0
@@ -408,7 +407,7 @@
Requires: autoconf
Requires: automake
Requires: libtool
-%{?with_pcre:Requires: pcre-devel >= 6.6}
+Requires: pcre-devel >= 6.6
Requires: shtool
Obsoletes: php-pear-devel
Obsoletes: php4-devel
@@ -2678,6 +2677,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.688.2.17 2008/08/13 08:22:34 zergin
+- fix pcre provides
+
Revision 1.688.2.16 2008/08/10 22:32:49 zergin
- updated to 200808101830
- dbase moved to pecl (removed from spec)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php.spec?r1=1.688.2.16&r2=1.688.2.17&f=u
More information about the pld-cvs-commit
mailing list