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

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


Author: lmacken

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

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


Index: python-turbokid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-turbokid/devel/python-turbokid.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-turbokid.spec	18 Aug 2007 07:09:11 -0000	1.7
+++ python-turbokid.spec	2 Sep 2007 04:51:09 -0000	1.8
@@ -5,7 +5,7 @@
 
 Name:           python-turbokid
 Version:        1.0.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python template plugin that supports Kid templates
 
 Group:          Development/Languages
@@ -15,7 +15,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-kid >= 0.9.6
 
 %description
@@ -49,6 +54,9 @@
 
 
 %changelog
+* Sun Sep  2 2007 Luke Macken <lmacken at redhat.com> - 1.0.2-2
+- Update for python-setuptools changes in rawhide
+
 * Sat Aug 18 2007 Luke Macken <lmacken at redhat.com> - 1.0.2-1
 - 1.0.2
 




More information about the fedora-extras-commits mailing list