]> git.pld-linux.org Git - packages/apache-mod_python.git/blobdiff - apache-mod_python.spec
- updated to 3.2.10
[packages/apache-mod_python.git] / apache-mod_python.spec
index 19db10e90a7bdfdcf50e7e87c1b2b4628acc136f..d2ae2556d1f1152f0e647559cabbac2c68c44cf2 100644 (file)
@@ -18,17 +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.2.8
-Release:       1
+Version:       3.2.10
+Release:       0.1
 License:       Apache Group License
 Group:         Networking/Daemons
 Source0:       http://www.apache.org/dist/httpd/modpython/mod_%{mod_name}-%{version}.tgz
-# Source0-md5: d03452979a6a334f73cc2b95b39db331
+# Source0-md5: cc6439f546a6e70cfff7ca51b8c62541
 Source1:       %{name}.conf
-Patch0:                %{name}-lib64.patch
-Patch1:                %{name}-apr-status-is-success.patch
-Patch2:                %{name}-httpd-not-needed.patch
-Patch3:                %{name}-ldflags.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
@@ -127,12 +125,8 @@ prestandan j
 
 %prep
 %setup -q -n mod_%{mod_name}-%{version}
-%if "%{_libdir}" == "%{_prefix}/lib64"
-%patch0
-%endif
+%patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 %{__aclocal}
@@ -157,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.038111 seconds and 4 git commands to generate.