rpms/python-paste/devel python-paste.spec,1.7,1.8

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sun Sep 2 04:46:58 UTC 2007


Author: lmacken

Update of /cvs/pkgs/rpms/python-paste/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15327

Modified Files:
	python-paste.spec 
Log Message:
Update for python-setuptools changes in rawhide


Index: python-paste.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-paste/devel/python-paste.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-paste.spec	8 Jul 2007 22:40:06 -0000	1.7
+++ python-paste.spec	2 Sep 2007 04:46:25 -0000	1.8
@@ -3,7 +3,7 @@
 
 Name:           python-paste
 Version:        1.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tools for using a Web Server Gateway Interface stack
 Group:          System Environment/Libraries
 License:        MIT
@@ -12,7 +12,13 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python-setuptools python-devel
+BuildRequires:  python-devel
+%if 0%{?fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
+BuildRequires: python-setuptools
+%endif
+
 
 %description
 These provide several pieces of "middleware" (or filters) that can be nested
@@ -60,6 +66,9 @@
 
 
 %changelog
+* Sun Sep  2 2007 Luke Macken <lmacken at redhat.com> - 1.4-2
+- Update for python-setuptools changes in rawhide
+
 * Sat Jul  8 2007 Luke Macken <lmacken at redhat.com> - 1.4-1
 - 1.4
 




More information about the fedora-extras-commits mailing list