ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/apache.spec
Revision: 1.3
Committed: Wed Apr 5 23:19:10 2006 UTC (19 years ago) by steen
Branch: MAIN
Changes since 1.2: +3 -1 lines
Log Message:
- Update SWIG to 1.3.29
- Update M2Crypto to 0.15
- Fix PYTHONPATH for several Python extensions

File Contents

# User Rev Content
1 steen 1.3 ### RPM external apache 2.2.0
2 eulisse 1.1 %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 steen 1.3 --with-apr=$APR_ROOT \
11     --with-apr-util=$APR_UTIL_ROOT \
12 eulisse 1.1 --with-pcre=$PCRE_ROOT \
13     --with-z=$LIBZ_ROOT \
14     --with-ssl=$OPENSSL_ROOT
15     make %makeprocesses