|
@@ -32,9 +32,34 @@
|
|
|
## a example of what is maximum possible with RPM and how far one can
|
|
## a example of what is maximum possible with RPM and how far one can
|
|
|
## go with the macro mechanism. But do not try to repeat this!
|
|
## go with the macro mechanism. But do not try to repeat this!
|
|
|
|
|
|
|
|
-## ATTENTION: DO NOT EDIT THE FOLLOWING DEFAULTS DIRECTLY IN THIS FILE!
|
|
|
|
|
-## INSTEAD USE --define "with_xxx yes" ON THE COMMAND LINE. THE REASON
|
|
|
|
|
-## IS THAT RPM'S MACRO MECHANISM HORSES UP HORRIBLY ELSE!
|
|
|
|
|
|
|
+# package component versions
|
|
|
|
|
+%define V_apache 1.3.27
|
|
|
|
|
+%define V_mod_ssl 2.8.12-1.3.27
|
|
|
|
|
+%define V_mod_perl 1.27
|
|
|
|
|
+%define V_mod_php 4.3.0
|
|
|
|
|
+%define V_mod_php3 3.0.18
|
|
|
|
|
+%define V_mod_dav 1.0.3-1.3.6
|
|
|
|
|
+%define V_mod_layout 3.2
|
|
|
|
|
+%define V_mod_macro 1.1.2
|
|
|
|
|
+%define V_mod_auth_pam 1.0a
|
|
|
|
|
+%define V_mod_gzip 1.3.19.1a
|
|
|
|
|
+%define V_mod_fastcgi 2.2.12
|
|
|
|
|
+%define V_mod_throttle 312
|
|
|
|
|
+%define V_mod_access_referer 1.0.2
|
|
|
|
|
+%define V_mod_roaming 1.0.2
|
|
|
|
|
+%define V_mod_relocate 1.0
|
|
|
|
|
+
|
|
|
|
|
+# package information
|
|
|
|
|
+Name: apache
|
|
|
|
|
+Summary: Apache HTTP Server
|
|
|
|
|
+URL: http://httpd.apache.org/
|
|
|
|
|
+Vendor: Apache Software Foundation
|
|
|
|
|
+Packager: The OpenPKG Project
|
|
|
|
|
+Distribution: OpenPKG [BASE]
|
|
|
|
|
+Group: Web
|
|
|
|
|
+License: ASF
|
|
|
|
|
+Version: %{V_apache}
|
|
|
|
|
+Release: 20021230
|
|
|
|
|
|
|
|
# the additionally used Apache modules (can be enabled without thinking)
|
|
# the additionally used Apache modules (can be enabled without thinking)
|
|
|
%option with_mod_ssl no
|
|
%option with_mod_ssl no
|
|
@@ -118,35 +143,6 @@ ERROR: with_mod_php conflicts with with_mod_php3
|
|
|
%endif
|
|
%endif
|
|
|
%endif
|
|
%endif
|
|
|
|
|
|
|
|
-# package component versions
|
|
|
|
|
-%define V_apache 1.3.27
|
|
|
|
|
-%define V_mod_ssl 2.8.12-1.3.27
|
|
|
|
|
-%define V_mod_perl 1.27
|
|
|
|
|
-%define V_mod_php 4.3.0
|
|
|
|
|
-%define V_mod_php3 3.0.18
|
|
|
|
|
-%define V_mod_dav 1.0.3-1.3.6
|
|
|
|
|
-%define V_mod_layout 3.2
|
|
|
|
|
-%define V_mod_macro 1.1.2
|
|
|
|
|
-%define V_mod_auth_pam 1.0a
|
|
|
|
|
-%define V_mod_gzip 1.3.19.1a
|
|
|
|
|
-%define V_mod_fastcgi 2.2.12
|
|
|
|
|
-%define V_mod_throttle 312
|
|
|
|
|
-%define V_mod_access_referer 1.0.2
|
|
|
|
|
-%define V_mod_roaming 1.0.2
|
|
|
|
|
-%define V_mod_relocate 1.0
|
|
|
|
|
-
|
|
|
|
|
-# package information
|
|
|
|
|
-Name: apache
|
|
|
|
|
-Summary: Apache HTTP Server
|
|
|
|
|
-URL: http://httpd.apache.org/
|
|
|
|
|
-Vendor: Apache Software Foundation
|
|
|
|
|
-Packager: The OpenPKG Project
|
|
|
|
|
-Distribution: OpenPKG [BASE]
|
|
|
|
|
-Group: Web
|
|
|
|
|
-License: ASF
|
|
|
|
|
-Version: %{V_apache}
|
|
|
|
|
-Release: 20021230
|
|
|
|
|
-
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
Source0: http://www.apache.org/dist/httpd/apache_%{V_apache}.tar.gz
|
|
Source0: http://www.apache.org/dist/httpd/apache_%{V_apache}.tar.gz
|
|
|
Source1: http://www.modssl.org/source/mod_ssl-%{V_mod_ssl}.tar.gz
|
|
Source1: http://www.modssl.org/source/mod_ssl-%{V_mod_ssl}.tar.gz
|