]> git.pld-linux.org Git - packages/apache-mod_python.git/commitdiff
- Release 10. Removed epoch from BR: apr-devel >= 1:1.0.0 as seems not exists in Th. auto/th/apache-mod_python-3_3_1-10
authorMateusz Korniak <matkor@pld-linux.org>
Thu, 8 Apr 2010 10:32:11 +0000 (10:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_python.spec -> 1.102

apache-mod_python.spec

index 610535b37be24fd10695193f27e4e1cb2c42435f..0ddd40ed6735876397493b714e66e1c10ee356df 100644 (file)
@@ -19,7 +19,7 @@ Summary(sl.UTF-8):    Vključeni pythonski tolmač za spletni strežnik Apache
 Summary(sv.UTF-8):     En inbyggd Python-interpretator för webbservern Apache
 Name:          apache-mod_%{mod_name}
 Version:       3.3.1
-Release:       9
+Release:       10
 License:       Apache Group License
 Group:         Networking/Daemons/HTTP
 Source0:       http://www.apache.org/dist/httpd/modpython/mod_%{mod_name}-%{version}.tgz
@@ -31,7 +31,7 @@ Patch2:               %{name}-apr_brigade_sentinel.patch
 URL:           http://www.modpython.org/
 BuildRequires: %{apxs}
 BuildRequires: apache-devel >= 2.0.52-7
-BuildRequires: apr-devel >= 1:1.0.0
+BuildRequires: apr-devel >= 1.0.0
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: flex >= 2.5.31
@@ -165,5 +165,8 @@ fi
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{apacheconfdir}/*_mod_%{mod_name}.conf
 %attr(755,root,root) %{apachelibdir}/*.so
 %dir %{py_sitedir}/mod_%{mod_name}
+%if "%{py_ver}" > "2.4"
+%{py_sitedir}/mod_%{mod_name}-*.egg-info
+%endif
 %attr(755,root,root) %{py_sitedir}/mod_%{mod_name}/*.so
 %{py_sitedir}/mod_%{mod_name}/*.py[co]
This page took 0.09256 seconds and 4 git commands to generate.