X-Git-Url: https://git.pld-linux.org/?p=packages%2Fapache-mod_python.git;a=blobdiff_plain;f=apache-mod_python.spec;h=5284de29bff2e4c58f5c53b7f74f4c0a30f176b5;hp=f53d69f1d03b63a1e6e4791ea1b645872fc44947;hb=c856348b2f5ff9eb72fb7466d7af97efc8291104;hpb=8991fb060418f32d8e794c2633a6464048c481c8;ds=sidebyside diff --git a/apache-mod_python.spec b/apache-mod_python.spec index f53d69f..5284de2 100644 --- a/apache-mod_python.spec +++ b/apache-mod_python.spec @@ -22,12 +22,14 @@ Summary(sl): Vklju Summary(sv): En inbyggd Python-interpretator för webbservern Apache Name: apache-mod_%{mod_name} Version: 3.1.2b -Release: 1 +Release: 3 License: Apache Group License Group: Networking/Daemons Source0: http://www.apache.org/dist/httpd/modpython/mod_%{mod_name}-%{version}.tgz # Source0-md5: 0f561ba64e08f2990c9f22a0527ec5b5 Source1: %{name}.conf +Patch0: %{name}-right-mutex-perms.patch +Patch1: %{name}-lib64.patch URL: http://www.modpython.org/ BuildRequires: %{apxs} BuildRequires: apache-devel >= 2.0.44 @@ -121,6 +123,10 @@ prestandan j %prep %setup -q -n mod_%{mod_name}-%{version} +%patch0 -p1 +%if "%{_libdir}" == "%{_prefix}/lib64" +%patch1 +%endif %build %{__aclocal}