From 1a7b3fd3693f9205c7ead02133490b94518cbb1c Mon Sep 17 00:00:00 2001 From: Marcin Gajda Date: Sat, 16 Oct 2004 10:20:29 +0000 Subject: [PATCH] - 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 --- apache-mod_python.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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} -- 2.43.0