Revision: | 1.1 |
Committed: | Fri Mar 17 10:26:14 2006 UTC (19 years, 1 month ago) by eulisse |
Branch: | MAIN |
CVS Tags: | test2 |
Log Message: | Required by clarens. First added to repository. |
# | Content |
---|---|
1 | ### RPM external apache 2.2.0 |
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-apr=$APR_ROOT \ |
11 | --with-apr-util=$APR_UTIL_ROOT \ |
12 | --with-pcre=$PCRE_ROOT \ |
13 | --with-z=$LIBZ_ROOT \ |
14 | --with-ssl=$OPENSSL_ROOT |
15 | make %makeprocesses |