rpms/python-paste-script/devel python-paste-script.spec,1.9,1.10

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


Author: lmacken

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

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


Index: python-paste-script.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-paste-script/devel/python-paste-script.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- python-paste-script.spec	8 Jul 2007 22:40:08 -0000	1.9
+++ python-paste-script.spec	2 Sep 2007 04:47:58 -0000	1.10
@@ -3,7 +3,7 @@
 
 Name:           python-paste-script
 Version:        1.3.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A pluggable command-line frontend
 Group:          System Environment/Libraries
 License:        MIT
@@ -12,7 +12,12 @@
 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
 Requires:       python-paste, python-paste-deploy, python-cheetah
 
 %description
@@ -58,6 +63,9 @@
 
 
 %changelog
+* Sun Sep  2 2007 Luke Macken <lmacken at redhat.com> - 1.3.5-2
+- Update for python-setuptools changes in rawhide
+
 * Sun Jul  8 2007 Luke Macken <lmacken at redhat.com> - 1.3.5-1
 - 1.3.5
 




More information about the fedora-extras-commits mailing list