SPECS: php4.spec - experimental versioning
glen
glen at pld-linux.org
Tue Apr 4 17:05:53 CEST 2006
Author: glen Date: Tue Apr 4 15:05:53 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- experimental versioning
---- Files affected:
SPECS:
php4.spec (1.530 -> 1.531)
---- Diffs:
================================================================
Index: SPECS/php4.spec
diff -u SPECS/php4.spec:1.530 SPECS/php4.spec:1.531
--- SPECS/php4.spec:1.530 Fri Mar 24 21:27:06 2006
+++ SPECS/php4.spec Tue Apr 4 17:05:47 2006
@@ -51,6 +51,7 @@
%bcond_without apache2 # disable building apache 2.x module
%bcond_without fcgi # disable building FCGI SAPI
%bcond_without zts # disable experimental-zts
+%bcond_with versioning # build with experimental versioning (to load php4/php5 into same apache)
%define apxs1 /usr/sbin/apxs1
%define apxs2 /usr/sbin/apxs
@@ -70,7 +71,7 @@
%undefine with_msession
%endif
-%define _rel 9
+%define _rel 9.3
Summary: PHP: Hypertext Preprocessor
Summary(fr): Le langage de script embarque-HTML PHP
Summary(pl): Język skryptowy PHP
@@ -136,6 +137,7 @@
Patch38: %{name}-ini-search-path.patch
Patch39: %{name}-bug-36017-and-session-chars.patch
Patch40: %{name}-openssl-huge-hack.patch
+Patch41: %{name}-versioning.patch
URL: http://www.php.net/
%{?with_interbase:%{!?with_interbase_inst:BuildRequires: Firebird-devel >= 1.0.2.908-2}}
%{?with_pspell:BuildRequires: aspell-devel >= 2:0.50.0}
@@ -1677,6 +1679,7 @@
%patch38 -p1
%patch39 -p1
%patch40 -p1
+%{?with_versioning:%patch41 -p1}
%if %{with hardening}
zcat %{SOURCE9} | patch -p1
@@ -3246,6 +3249,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.531 2006/04/04 15:05:47 glen
+- experimental versioning
+
Revision 1.530 2006/03/24 20:27:06 glen
- build doesn't use perl directly
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php4.spec?r1=1.530&r2=1.531&f=u
More information about the pld-cvs-commit
mailing list