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

Comparing COMP/CMSDIST/mod_python.spec (file contents):
Revision 1.1 by eulisse, Fri Mar 17 11:05:54 2006 UTC vs.
Revision 1.2 by steen, Wed Apr 12 19:40:55 2006 UTC

# Line 1 | Line 1
1   ### RPM external mod_python 3.2.8
2   Source: http://apache.mirror.testserver.li/httpd/modpython/%{n}-%{v}.tgz
3 + ## INITENV +PATH PYTHONPATH %{i}/lib
4 + ## INITENV CMD ln -sf $MOD_PYTHON_ROOT/lib/mod_python.so $APACHE_ROOT/modules
5   Requires: python apache
6   %build
7   ./configure --prefix=%{i} \
8              --with-python=$PYTHON_ROOT/bin/python \
9              --with-apxs=$APACHE_ROOT/bin/apxs
10 < make %makeprocesses
10 > 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 > %i

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines