|
|
|
@ -32,6 +32,10 @@
|
|
|
|
|
## 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! |
|
|
|
|
|
|
|
|
|
## 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! |
|
|
|
|
|
|
|
|
|
# the additionally used Apache modules (can be enabled without thinking) |
|
|
|
|
%{!?with_mod_ssl: %define with_mod_ssl no} |
|
|
|
|
%{!?with_mod_perl: %define with_mod_perl no} |
|
|
|
@ -88,7 +92,7 @@
|
|
|
|
|
# package component versions |
|
|
|
|
%define V_apache 1.3.24 |
|
|
|
|
%define V_mod_ssl 2.8.8-1.3.24 |
|
|
|
|
%define V_mod_perl 1.26 |
|
|
|
|
%define V_mod_perl 1.27 |
|
|
|
|
%define V_mod_php 4.2.1 |
|
|
|
|
%define V_mod_dav 1.0.3-1.3.6 |
|
|
|
|
%define V_mod_layout 3.2 |
|
|
|
@ -112,7 +116,7 @@ Distribution: OpenPKG [REL]
|
|
|
|
|
Group: Web |
|
|
|
|
License: ASF |
|
|
|
|
Version: %{V_apache} |
|
|
|
|
Release: 20020514 |
|
|
|
|
Release: 20020602 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://www.apache.org/dist/httpd/apache_%{V_apache}.tar.gz |
|
|
|
|