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.4 by steen, Wed Apr 26 21:44:20 2006 UTC vs.
Revision 1.5 by steen, Thu Apr 27 00:14:44 2006 UTC

# Line 13 | Line 13 | Requires: python apache
13              --with-python=$PYTHON_ROOT/bin/python \
14              --with-apxs=$APACHE_ROOT/bin/apxs
15  
16 + make
17 +
18   cd dist
19   python setup.py build
20  
21   %install
22 +
23 + mkdir -p %i/lib
24 + cp src/mod_python.so %i/lib
25 +
26   cd dist
27   python setup.py install --prefix=%i
28 +
29 + mv %{i}/lib/python%{pythonv}/site-packages/mod_python \
30 +  %{i}/lib/python%{pythonv}
31 +
32 + rm -rf %{i}/lib/python%{pythonv}/site-packages
33 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines