ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/mod_python.spec
Revision: 1.3
Committed: Tue Apr 25 02:34:56 2006 UTC (19 years ago) by elmer
Branch: MAIN
CVS Tags: V00-00-00
Changes since 1.2: +1 -1 lines
Log Message:
Add missing end-of-line on very last line in this file. This was screwing
up the distribution/version for the subsequent file (monalisa-apmon, in
'ls' order) since install.sh looks for
    (cat $home/inst-files/*.spec | grep '^### RPM ' | ....

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM external mod_python 3.2.8
2     Source: http://apache.mirror.testserver.li/httpd/modpython/%{n}-%{v}.tgz
3 steen 1.2 ## INITENV +PATH PYTHONPATH %{i}/lib
4     ## INITENV CMD ln -sf $MOD_PYTHON_ROOT/lib/mod_python.so $APACHE_ROOT/modules
5 eulisse 1.1 Requires: python apache
6     %build
7     ./configure --prefix=%{i} \
8     --with-python=$PYTHON_ROOT/bin/python \
9     --with-apxs=$APACHE_ROOT/bin/apxs
10 steen 1.2 make
11    
12     %install
13     mkdir -p %i/lib
14     install -m 0644 src/mod_python.so %i/lib
15     cp -rp lib/python/mod_python %i/lib
16    
17     %files
18 elmer 1.3 %i