]> git.pld-linux.org Git - packages/apache-mod_python.git/commitdiff
- Fix for arch independent modules location. BR: rpm-pythonprov is back. Release...
authorMateusz Korniak <matkor@pld-linux.org>
Mon, 21 Nov 2005 09:31:33 +0000 (09:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_python.conf -> 1.3
    apache-mod_python.spec -> 1.73

apache-mod_python.conf
apache-mod_python.spec

index 788cfcb830b5db1786899e541fe49db0f277b0bf..c0abb0d5ed5dd9df9f446b8d9c5de4243b3a619b 100644 (file)
@@ -1,3 +1,3 @@
 # $Id$
 # $Id$
-LoadModule python_module /usr/lib/apache/mod_python.so
+LoadModule python_module       modules/mod_python.so
 # vim: filetype=apache ts=4 sw=4 et
 # vim: filetype=apache ts=4 sw=4 et
index 42c372650789e9d970221b8b5f2805a763c8a5cd..545fd13e39c6cd9afbfc16c72fc1e84366f89ee7 100644 (file)
@@ -19,7 +19,7 @@ Summary(sl):  Vklju
 Summary(sv):   En inbyggd Python-interpretator för webbservern Apache
 Name:          apache-mod_%{mod_name}
 Version:       3.1.4
 Summary(sv):   En inbyggd Python-interpretator för webbservern Apache
 Name:          apache-mod_%{mod_name}
 Version:       3.1.4
-Release:       2
+Release:       3
 License:       Apache Group License
 Group:         Networking/Daemons
 Source0:       http://www.apache.org/dist/httpd/modpython/mod_%{mod_name}-%{version}.tgz
 License:       Apache Group License
 Group:         Networking/Daemons
 Source0:       http://www.apache.org/dist/httpd/modpython/mod_%{mod_name}-%{version}.tgz
@@ -38,6 +38,8 @@ BuildRequires:        automake
 BuildRequires: flex >= 2.5.31
 BuildRequires: python
 BuildRequires: python-devel >= 2.2
 BuildRequires: flex >= 2.5.31
 BuildRequires: python
 BuildRequires: python-devel >= 2.2
+# without rpm-pythonprov build fails due to missing /usr/lib/rpm/pythondeps.sh 
+BuildRequires: rpm-pythonprov
 Requires(post,preun):  %{apxs}
 Requires:      apache >= 2.0.52-7
 Requires:      apr >= 1:1.0.0
 Requires(post,preun):  %{apxs}
 Requires:      apache >= 2.0.52-7
 Requires:      apr >= 1:1.0.0
This page took 0.078448 seconds and 4 git commands to generate.