Revision: | 1.9 |
Committed: | Mon Feb 25 15:54:10 2008 UTC (17 years, 2 months ago) by egeland |
Branch: | MAIN |
Changes since 1.8: | +8 -27 lines |
Log Message: | version 3.2.10, depends on apache2 |
# | User | Rev | Content |
---|---|---|---|
1 | egeland | 1.9 | ### RPM external mod_python 3.2.10 |
2 | # See http://www.modpython.org/live/current/doc-html/installation.html | ||
3 | steen | 1.4 | |
4 | egeland | 1.9 | Requires: apache2 python |
5 | steen | 1.4 | |
6 | egeland | 1.9 | Source0: http://apache.mirror.testserver.li/httpd/modpython/mod_python-%realversion.tgz |
7 | steen | 1.4 | |
8 | egeland | 1.9 | %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 | steen | 1.4 | |
13 | eulisse | 1.1 | %build |
14 | steen | 1.2 | %install |