ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/apache.spec
Revision: 1.6
Committed: Wed Apr 19 22:33:51 2006 UTC (19 years ago) by eulisse
Branch: MAIN
CVS Tags: V00-00-04, V00-00-03, V00-00-02, V00-00-01, V00-00-00
Changes since 1.5: +15 -0 lines
Log Message:
relocates configuration files after installation.

File Contents

# User Rev Content
1 steen 1.5 ### RPM external apache 2.0.55
2 eulisse 1.1 %define downloadn httpd
3     Source: http://mirror1.zic-network.ch/apache/%{downloadn}/%{downloadn}-%{v}.tar.gz
4 steen 1.5 Requires: zlib openssl
5 eulisse 1.1 %prep
6     %setup -n %{downloadn}-%{v}
7    
8     %build
9     ./configure --prefix=%{i} \
10     --with-z=$LIBZ_ROOT \
11 steen 1.4 --with-ssl=$OPENSSL_ROOT \
12     --enable-ssl \
13     --enable-rewrite \
14     --enable-so
15 eulisse 1.1 make %makeprocesses
16 eulisse 1.6 %post
17     %{relocateConfig}conf/highperformance.conf
18     %{relocateConfig}conf/highperformance-std.conf
19     %{relocateConfig}conf/httpd.conf
20     %{relocateConfig}conf/httpd-std.conf
21     %{relocateConfig}conf/ssl.conf
22     %{relocateConfig}conf/ssl-std.conf
23     %{relocateConfig}include/ap_config_auto.h
24     %{relocateConfig}include/ap_config_layout.h
25     %{relocateConfig}bin/apachectl
26     %{relocateConfig}bin/apr-config
27     %{relocateConfig}bin/apu-config
28     %{relocateConfig}bin/apxs
29     %{relocateConfig}bin/envvars
30     %{relocateConfig}bin/envvars-std