]> git.pld-linux.org Git - packages/apache-mod_python.git/commitdiff
- release 4: rebuild against python 2.2.
authorkloczek <kloczek@pld-linux.org>
Mon, 4 Feb 2002 05:24:47 +0000 (05:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_python.spec -> 1.17

apache-mod_python.spec

index 61f93d2598363bf7c952e6a2a65a3d1b3d277be5..bf59fa2a3cc82884d203a6268cb292b3069ec366 100644 (file)
@@ -3,7 +3,7 @@ Summary:        A Python for the Apache Web server
 Summary(pl):   Python dla serwera WWW Apache
 Name:          apache-mod_%{mod_name}
 Version:       2.7.6
-Release:       3
+Release:       4
 License:       distributable
 Group:         Networking/Daemons
 Group(de):     Netzwerkwesen/Server
@@ -12,13 +12,13 @@ Source0:    http://www.modpython.org/dist/mod_%{mod_name}-%{version}.tgz
 Patch0:                apache-mod_python-shared.patch
 Patch1:                apache-mod_python-DESTDIR.patch
 URL:           http://www.modpython.org/
-Requires:      apache
-%requires_eq   python
 BuildRequires: autoconf
 BuildRequires: apache
 BuildRequires: apache-devel
-BuildRequires: python-devel
+BuildRequires: python-devel >= 2.2
 BuildRequires: rpm-pythonprov
+Requires:      apache
+%requires_eq   python
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define        apache_moddir  %(/usr/sbin/apxs -q LIBEXECDIR)
@@ -50,7 +50,7 @@ autoconf
 # new apache needs it
 CFLAGS=-DEAPI
 %configure \
-  --with-apxs=/usr/sbin/apxs
+       --with-apxs=/usr/sbin/apxs
  
 %{__make} dso
 
This page took 0.12217 seconds and 4 git commands to generate.