]> git.pld-linux.org Git - packages/apache-mod_python.git/blobdiff - apache-mod_python.spec
- Release 2. STBR for Ac. Missing dep when upgrading to python 2.4.4.
[packages/apache-mod_python.git] / apache-mod_python.spec
index 3ac11be5a93b4753c690762f57afe4b55d4d6b07..ebe2d49eef8b31e5020a60d0018c784d354485f8 100644 (file)
@@ -18,16 +18,15 @@ Summary(sk):        Interpreter jazyka Perl pre webov
 Summary(sl):   Vkljuèeni pythonski tolmaè za spletni stre¾nik Apache
 Summary(sv):   En inbyggd Python-interpretator för webbservern Apache
 Name:          apache-mod_%{mod_name}
-Version:       3.1.4
-Release:       4
+Version:       3.2.10
+Release:       2
 License:       Apache Group License
 Group:         Networking/Daemons
 Source0:       http://www.apache.org/dist/httpd/modpython/mod_%{mod_name}-%{version}.tgz
-# Source0-md5: 607175958137b06bcda91110414c82a1
+# Source0-md5: cc6439f546a6e70cfff7ca51b8c62541
 Source1:       %{name}.conf
-Patch0:                %{name}-lib64.patch
-Patch1:                %{name}-apr-status-is-success.patch
-Patch2:                %{name}-httpd-not-needed.patch
+Patch0:                %{name}-httpd-not-needed.patch
+Patch1:                %{name}-ldflags.patch
 URL:           http://www.modpython.org/
 BuildRequires: %{apxs}
 BuildRequires: apache-devel >= 2.0.52-7
@@ -126,11 +125,8 @@ prestandan j
 
 %prep
 %setup -q -n mod_%{mod_name}-%{version}
-%if "%{_libdir}" == "%{_prefix}/lib64"
-%patch0
-%endif
+%patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 %{__aclocal}
@@ -155,7 +151,7 @@ rm -rf $RPM_BUILD_ROOT
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
        %service -q httpd restart
 fi
This page took 0.109667 seconds and 4 git commands to generate.