|
|
|
@ -26,7 +26,7 @@
|
|
|
|
|
# the additionally used Apache modules |
|
|
|
|
%define mod_ssl no |
|
|
|
|
%define mod_perl no |
|
|
|
|
%define mod_php no |
|
|
|
|
%define mod_php yes |
|
|
|
|
%define mod_dav no |
|
|
|
|
%define mod_layout no |
|
|
|
|
%define mod_macro no |
|
|
|
@ -55,7 +55,7 @@
|
|
|
|
|
%define V_apache 1.3.22 |
|
|
|
|
%define V_mod_ssl 2.8.5 |
|
|
|
|
%define V_mod_perl 1.26 |
|
|
|
|
%define V_mod_php 4.0.6 |
|
|
|
|
%define V_mod_php 4.1.0 |
|
|
|
|
%define V_mod_dav 1.0.2-1.3.6 |
|
|
|
|
%define V_mod_layout 3.0.3 |
|
|
|
|
%define V_mod_macro 1.1.1 |
|
|
|
@ -90,7 +90,6 @@ Source2: http://perl.apache.org/dist/mod_perl-%{V_mod_perl}.tar.gz
|
|
|
|
|
# %endif |
|
|
|
|
# %if "%{mod_php}" == "yes" |
|
|
|
|
Source3: http://www.php.net/distributions/php-%{V_mod_php}.tar.gz |
|
|
|
|
Patch0: php-%{V_mod_php}.patch |
|
|
|
|
# %endif |
|
|
|
|
# %if "%{mod_dav}" == "yes" |
|
|
|
|
Source4: http://www.webdav.org/mod_dav/mod_dav-%{V_mod_dav}.tar.gz |
|
|
|
@ -211,7 +210,6 @@ AutoReqProv: no
|
|
|
|
|
%endif |
|
|
|
|
%if "%{mod_php}" == "yes" |
|
|
|
|
%setup3 -q -T -D -a 3 |
|
|
|
|
%patch0 -p0 |
|
|
|
|
%endif |
|
|
|
|
%if "%{mod_dav}" == "yes" |
|
|
|
|
%setup4 -q -T -D -a 4 |
|
|
|
|