]> git.pld-linux.org Git - packages/php4.git/commitdiff
- Provides for statically linked extensions auto/ac/php4-4_4_0-13
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 15 Oct 2005 21:42:30 +0000 (21:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disable pear completely from here
- rel 13

Changed files:
    php4.spec -> 1.485

php4.spec

index c1bcb1ec023482965aea7d90e895485f63b2d35a..1d6599ded098d891741c2628094094791c493f70 100644 (file)
--- a/php4.spec
+++ b/php4.spec
@@ -73,7 +73,7 @@ Summary(ru):  PHP 
 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
@@ -188,7 +188,6 @@ BuildRequires:      %{__perl}
 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
@@ -381,9 +380,13 @@ Group:             Libraries
 # 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}
@@ -1805,7 +1808,7 @@ for sapi in $sapis; do
        %{?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} \
This page took 0.088445 seconds and 4 git commands to generate.