From a6540c91e9ae2edcb39a16a5554b8db82ac789ad Mon Sep 17 00:00:00 2001 From: Mateusz Korniak Date: Mon, 21 Nov 2005 09:31:33 +0000 Subject: [PATCH] - Fix for arch independent modules location. BR: rpm-pythonprov is back. Release 3. STBR. Changed files: apache-mod_python.conf -> 1.3 apache-mod_python.spec -> 1.73 --- apache-mod_python.conf | 2 +- apache-mod_python.spec | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apache-mod_python.conf b/apache-mod_python.conf index 788cfcb..c0abb0d 100644 --- a/apache-mod_python.conf +++ b/apache-mod_python.conf @@ -1,3 +1,3 @@ # $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 diff --git a/apache-mod_python.spec b/apache-mod_python.spec index 42c3726..545fd13 100644 --- a/apache-mod_python.spec +++ b/apache-mod_python.spec @@ -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 -Release: 2 +Release: 3 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 +# 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 -- 2.43.0