|
|
|
@ -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 |
|
|
|
@ -41,7 +41,7 @@
|
|
|
|
|
|
|
|
|
|
# more optional settings |
|
|
|
|
# (requires mod_php set to "yes" above) |
|
|
|
|
%define php_mysql no |
|
|
|
|
%define php_mysql yes |
|
|
|
|
%define php_gd no |
|
|
|
|
%define php_db no |
|
|
|
|
%define php_pdflib no |
|
|
|
@ -72,6 +72,11 @@
|
|
|
|
|
%define V_mod_roaming 1.0.2 |
|
|
|
|
%define V_mod_relocate 1.0 |
|
|
|
|
|
|
|
|
|
# fixing some implicit inter-module dependencies |
|
|
|
|
%if "%{php_mysql}" == "yes" |
|
|
|
|
%define php_zlib yes |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: apache |
|
|
|
|
Summary: Apache HTTP Server |
|
|
|
@ -82,7 +87,7 @@ Distribution: OpenPKG [REL]
|
|
|
|
|
Group: Web |
|
|
|
|
License: BSD-style |
|
|
|
|
Version: %{V_apache} |
|
|
|
|
Release: 20020228 |
|
|
|
|
Release: 20020311 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://httpd.apache.org/dist/httpd/apache_%{V_apache}.tar.gz |
|
|
|
|