]> git.pld-linux.org Git - packages/php.git/commitdiff
- change %%requires_eq apache to R: apache(modules-api) = %%{apache_modules_api} php-4_3_2-0_5
authorArtur Frysiak <artur@frysiak.net>
Thu, 17 Jul 2003 09:46:37 +0000 (09:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 0.5
Index: php.spec
===================================================================
RCS file: /cvsroot/SPECS/php.spec,v
retrieving revision 1.271
diff -u -r1.271 php.spec
--- php.spec 13 Jul 2003 00:43:57 -0000 1.271
+++ php.spec 17 Jul 2003 09:45:04 -0000
@@ -63,7 +63,7 @@
 Summary(uk): PHP ÷ĹŇÓŚ§ 4 -- ÍĎ×Á ĐŇĹĐŇĎĂĹÓŐ×ÁÎÎŃ HTML-ĆÁĘĚŚ×, ×ÉËĎÎŐ×ÁÎÁ ÎÁ ÓĹŇ×ĹŇŚ
 Name: php
 Version: 4.3.2
-Release: 0.4
+Release: 0.5
 Epoch: 3
 Group: Libraries
 License: PHP
@@ -158,6 +158,7 @@
 %{!?_without_pspell:BuildRequires: pspell-devel}
 %{!?_without_recode:BuildRequires: recode-devel >= 3.5d-3}
 BuildRequires: rpm-php-pearprov >= 4.0.2-100
+BuildRequires: rpmbuild(macros) >= 1.120
 %{!?_without_xslt:BuildRequires: sablotron-devel >= 0.96}
 BuildRequires: t1lib-devel
 %{!?_without_snmp:BuildRequires: net-snmp-devel >= 5.0.7}
@@ -171,7 +172,7 @@
 # apache 1.3 vs apache 2.0
 %if %{_apache2}
 PreReq: apache >= 2.0.40
-%requires_eq apache
+Requires: apache(modules-api) = %{apache_modules_api}
 %else
 PreReq: apache(EAPI) < 2.0.0
 PreReq: apache(EAPI) >= 1.3.9

Changed files:
    php.spec -> 1.272

php.spec

index 921c0c28438e4fa520a2dd9bda1e444ad57bb2d5..cb0fb3e6e087f40518030faaf5b66fdfc7b3d473 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -62,7 +62,7 @@ Summary(ru):  PHP 
 Summary(uk):   PHP ÷ÅÒÓ¦§ 4 -- ÍÏ×Á ÐÒÅÐÒÏÃÅÓÕ×ÁÎÎÑ HTML-ÆÁÊ̦×, ×ÉËÏÎÕ×ÁÎÁ ÎÁ ÓÅÒ×ÅÒ¦
 Name:          php
 Version:       4.3.2
-Release:       0.4
+Release:       0.5
 Epoch:         3
 Group:         Libraries
 License:       PHP
@@ -157,6 +157,7 @@ BuildRequires:      %{__perl}
 %{!?_without_pspell:BuildRequires:     pspell-devel}
 %{!?_without_recode:BuildRequires:     recode-devel >= 3.5d-3}
 BuildRequires: rpm-php-pearprov >= 4.0.2-100
+BuildRequires: rpmbuild(macros) >= 1.120
 %{!?_without_xslt:BuildRequires:       sablotron-devel >= 0.96}
 BuildRequires: t1lib-devel
 %{!?_without_snmp:BuildRequires: net-snmp-devel >= 5.0.7}
@@ -170,7 +171,7 @@ BuildRequires:      zziplib-devel
 # apache 1.3 vs apache 2.0
 %if %{_apache2}
 PreReq:                apache >= 2.0.40
-%requires_eq   apache
+Requires:      apache(modules-api) = %{apache_modules_api}
 %else
 PreReq:                apache(EAPI) < 2.0.0
 PreReq:                apache(EAPI) >= 1.3.9
This page took 0.057279 seconds and 4 git commands to generate.