ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/apache.spec
Revision: 1.5
Committed: Wed Apr 12 16:52:24 2006 UTC (19 years ago) by steen
Branch: MAIN
Changes since 1.4: +2 -5 lines
Log Message:
Downgrade to version 2.0.55 as 2.2.0 is not supported by mod_python yet.

File Contents

# Content
1 ### RPM external apache 2.0.55
2 %define downloadn httpd
3 Source: http://mirror1.zic-network.ch/apache/%{downloadn}/%{downloadn}-%{v}.tar.gz
4 Requires: zlib openssl
5 %prep
6 %setup -n %{downloadn}-%{v}
7
8 %build
9 ./configure --prefix=%{i} \
10 --with-z=$LIBZ_ROOT \
11 --with-ssl=$OPENSSL_ROOT \
12 --enable-ssl \
13 --enable-rewrite \
14 --enable-so
15 make %makeprocesses