From: Marcin Gajda Date: Sat, 16 Oct 2004 10:20:29 +0000 (+0000) Subject: - apr-status-is-success patch (macro APR_STATUS_IS_SUCCESS was removed from X-Git-Tag: auto/ac/apache-mod_python-3_1_3-5~1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fapache-mod_python.git;a=commitdiff_plain;h=1a7b3fd3693f9205c7ead02133490b94518cbb1c - apr-status-is-success patch (macro APR_STATUS_IS_SUCCESS was removed from libapr; use APR_STATUS constant instead) - now it works with apr >= 1.0 - rel. 5 Changed files: apache-mod_python.spec -> 1.67 --- diff --git a/apache-mod_python.spec b/apache-mod_python.spec index 2561a99..ef0a749 100644 --- a/apache-mod_python.spec +++ b/apache-mod_python.spec @@ -19,13 +19,14 @@ Summary(sl): Vklju Summary(sv): En inbyggd Python-interpretator för webbservern Apache Name: apache-mod_%{mod_name} Version: 3.1.3 -Release: 4 +Release: 5 License: Apache Group License Group: Networking/Daemons Source0: http://www.apache.org/dist/httpd/modpython/mod_%{mod_name}-%{version}.tgz # Source0-md5: 2e1983e35edd428f308b0dfeb1c23bfe Source1: %{name}.conf Patch0: %{name}-lib64.patch +Patch1: %{name}-apr-status-is-success.patch URL: http://www.modpython.org/ BuildRequires: %{apxs} BuildRequires: apache >= 2.0.44 @@ -126,6 +127,7 @@ prestandan j %if "%{_libdir}" == "%{_prefix}/lib64" %patch0 %endif +%patch1 -p1 %build %{__aclocal}