]> git.pld-linux.org Git - packages/php.git/commitdiff
- patch proper file in ini patch, updated apache-devel BRs
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 25 Oct 2004 09:47:40 +0000 (09:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.363

php.spec

index e2c3acb9df4d08ca8a125b4533479ab2f84b2731..aa2b638bc6ba8443a66e1168123da7d44bd07b4e 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -122,7 +122,6 @@ Patch27:    %{name}-gd_imagerotate_enable.patch
 Icon:          php.gif
 URL:           http://www.php.net/
 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:       Firebird-devel >= 1.0.2.908-2}}
-BuildRequires: apache-devel
 %{?with_pspell:BuildRequires:  aspell-devel}
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake >= 1.4d
@@ -191,11 +190,13 @@ BuildRequires:    t1lib-devel
 BuildRequires: zlib-devel >= 1.0.9
 # apache 1.3 vs apache 2.0
 %if %{_apache2}
+BuildRequires: apache-devel >= 2.0.52-2
 BuildRequires: apr-devel >= 1:1.0.0
 BuildRequires: apr-util-devel >= 1:1.0.0
-PreReq:                apache >= 2.0.52
+PreReq:                apache >= 2.0.52-2
 Requires:      apache(modules-api) = %{apache_modules_api}
 %else
+BuildRequires: apache1-devel
 PreReq:                apache(EAPI) < 2.0.0
 PreReq:                apache(EAPI) >= 1.3.9
 Requires(post,preun):  %{apxs}
This page took 0.040513 seconds and 4 git commands to generate.