SPECS: php4.spec - Provides for statically linked extensions - dis...
glen
glen at pld-linux.org
Sat Oct 15 23:42:36 CEST 2005
Author: glen Date: Sat Oct 15 21:42:36 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- Provides for statically linked extensions
- disable pear completely from here
- rel 13
---- Files affected:
SPECS:
php4.spec (1.484 -> 1.485)
---- Diffs:
================================================================
Index: SPECS/php4.spec
diff -u SPECS/php4.spec:1.484 SPECS/php4.spec:1.485
--- SPECS/php4.spec:1.484 Thu Oct 6 11:32:39 2005
+++ SPECS/php4.spec Sat Oct 15 23:42:30 2005
@@ -74,7 +74,7 @@
Summary(uk): PHP ÷ĹŇÓŚ§ 4 - ÍĎ×Á ĐŇĹĐŇĎĂĹÓŐ×ÁÎÎŃ HTML-ĆÁĘĚŚ×, ×ÉËĎÎŐ×ÁÎÁ ÎÁ ÓĹŇ×ĹŇŚ
Name: php4
Version: 4.4.0
-Release: 12%{?with_hardening:hardened}
+Release: 13%{?with_hardening:hardened}
Epoch: 3
Group: Libraries
License: PHP
@@ -189,7 +189,6 @@
BuildRequires: readline-devel
%{?with_recode:BuildRequires: recode-devel >= 3.5d-3}
BuildRequires: rpm-build >= 4.4.0
-BuildRequires: rpm-php-pearprov >= 4.0.2-100
BuildRequires: rpmbuild(macros) >= 1.236
%{?with_xslt:BuildRequires: sablotron-devel >= 0.96}
BuildRequires: sed >= 4.0
@@ -382,9 +381,13 @@
# because of dlclose() bugs in glibc <= 2.3.4 causing SEGVs on exit
Requires: glibc >= 6:2.3.5
Requires: sed >= 4.0
+Provides: %{name}-openssl = %{epoch}:%{version}-%{release}
Provides: %{name}-session = %{epoch}:%{version}-%{release}
+Provides: %{name}-standard = %{epoch}:%{version}-%{release}
Provides: php-common = %{epoch}:%{version}-%{release}
+Provides: php-openssl = %{epoch}:%{version}-%{release}
Provides: php-session = %{epoch}:%{version}-%{release}
+Provides: php-standard = %{epoch}:%{version}-%{release}
Provides: php(modules_api) = %{php_api_version}
Provides: php(zend_module_api) = %{zend_module_api}
Provides: php(zend_extension_api) = %{zend_extension_api}
@@ -1806,7 +1809,7 @@
%{?with_oracle:--with-oracle=shared} \
%{!?with_pcre:--without-pcre-regex}%{?with_pcre:--with-pcre-regex=shared,/usr} \
%{?with_pdf:--with-pdflib=shared} \
- --with-pear=%{php_pear_dir} \
+ --disable-pear \
%{!?with_pgsql:--without-pgsql}%{?with_pgsql:--with-pgsql=shared,/usr} \
--with-png-dir=/usr \
%{?with_pspell:--with-pspell=shared} \
@@ -3148,6 +3151,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.485 2005/10/15 21:42:30 glen
+- Provides for statically linked extensions
+- disable pear completely from here
+- rel 13
+
Revision 1.484 2005/10/06 09:32:39 qboosh
- pl for -tokenizer
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php4.spec?r1=1.484&r2=1.485&f=u
More information about the pld-cvs-commit
mailing list