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.9 by egeland, Mon Feb 25 15:54:10 2008 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 < Requires: python apache
1 > ### RPM external mod_python 3.2.10
2 > # See http://www.modpython.org/live/current/doc-html/installation.html
3 >
4 > Requires:  apache2 python
5 >
6 > Source0: http://apache.mirror.testserver.li/httpd/modpython/mod_python-%realversion.tgz
7 >
8 > %pre
9 > %setup -n mod_python-%realversion
10 >
11 > ./configure --with-python=$PYTHON_ROOT/bin/python --with-apxs=$APACHE2_ROOT/bin/apxs --with-max-locks=32
12 >
13   %build
14 < ./configure --prefix=%{i} \
6 <            --with-python=$PYTHON_ROOT/bin/python \
7 <            --with-apxs=$APACHE_ROOT/bin/apxs
8 < make %makeprocesses
14 > %install

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines