Revision: | 1.1 |
Committed: | Fri Mar 17 11:05:54 2006 UTC (19 years, 1 month ago) by eulisse |
Branch: | MAIN |
CVS Tags: | test2 |
Log Message: | Required by clarens. First added to repository. |
# | User | Rev | Content |
---|---|---|---|
1 | eulisse | 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 | ||
4 | %build | ||
5 | ./configure --prefix=%{i} \ | ||
6 | --with-python=$PYTHON_ROOT/bin/python \ | ||
7 | --with-apxs=$APACHE_ROOT/bin/apxs | ||
8 | make %makeprocesses |