Revision: | 1.2 |
Committed: | Mon Apr 3 19:47:55 2006 UTC (19 years ago) by steen |
Branch: | MAIN |
Changes since 1.1: | +1 -3 lines |
Log Message: | Downgraded to 2.0.55 version, 2.2.0 is not well supported yet. |
# | 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: apr apr-util pcre zlib openssl |
5 | %prep |
6 | %setup -n %{downloadn}-%{v} |
7 | |
8 | %build |
9 | ./configure --prefix=%{i} \ |
10 | --with-pcre=$PCRE_ROOT \ |
11 | --with-z=$LIBZ_ROOT \ |
12 | --with-ssl=$OPENSSL_ROOT |
13 | make %makeprocesses |