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.3 by elmer, Tue Apr 25 02:34:56 2006 UTC vs.
Revision 1.11 by eulisse, Wed Feb 27 11:14:13 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 < ## INITENV +PATH PYTHONPATH %{i}/lib
4 < ## INITENV CMD ln -sf $MOD_PYTHON_ROOT/lib/mod_python.so $APACHE_ROOT/modules
5 < 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 > %prep
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
7 ./configure --prefix=%{i} \
8            --with-python=$PYTHON_ROOT/bin/python \
9            --with-apxs=$APACHE_ROOT/bin/apxs
14   make
15  
16   %install
17 < mkdir -p %i/lib
18 < install -m 0644 src/mod_python.so %i/lib
19 < cp -rp lib/python/mod_python %i/lib
17 > make install
18 >
19 > mkdir -p %i/conf
20 > cat << \EOF > %i/conf/mod_python.conf
21 > LoadModule python_module %i/modules/mod_python.so
22 > # Additional configuration bits go here.
23 > EOF
24 >
25 > # By default mod_python.so and is moved to the
26 > # $APACHE2_ROOT/modules directory, which
27 > # is bad for us handling multiple versions in a rpm.
28 > mkdir -p %i/modules
29 > mv $APACHE2_ROOT/modules/mod_python.so %i/modules
30  
31 < %files
32 < %i
31 > %post
32 > %{relocateConfig}conf/mod_python.conf

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines