ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/apache.spec
(Generate patch)

Comparing COMP/CMSDIST/apache.spec (file contents):
Revision 1.5 by steen, Wed Apr 12 16:52:24 2006 UTC vs.
Revision 1.8 by steen, Tue May 16 22:39:23 2006 UTC

# Line 12 | Line 12 | Requires: zlib openssl
12              --enable-ssl \
13              --enable-rewrite \
14              --enable-so
15 +
16 + mkdir -p %i/conf.d
17 +
18   make %makeprocesses
19 + %install
20 + %initenv
21 + mkdir -p %{i}
22 + true || exit 0
23 + make install
24 +
25 + echo 'Include '"%i/conf.d/"'*.conf' >> \
26 +  %i/conf/httpd.conf
27 +
28 +
29 + %post
30 + %{relocateConfig}conf/highperformance.conf
31 + %{relocateConfig}conf/highperformance-std.conf
32 + %{relocateConfig}conf/httpd.conf
33 + %{relocateConfig}conf/httpd-std.conf
34 + %{relocateConfig}conf/ssl.conf
35 + %{relocateConfig}conf/ssl-std.conf
36 + %{relocateConfig}include/ap_config_auto.h
37 + %{relocateConfig}include/ap_config_layout.h
38 + %{relocateConfig}bin/apachectl
39 + %{relocateConfig}bin/apr-config
40 + %{relocateConfig}bin/apu-config
41 + %{relocateConfig}bin/apxs
42 + %{relocateConfig}bin/envvars
43 + %{relocateConfig}bin/envvars-std

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines