rpms/TurboGears/devel TurboGears.spec,1.18,1.19

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


Author: lmacken

Update of /cvs/pkgs/rpms/TurboGears/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15850

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


Index: TurboGears.spec
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/devel/TurboGears.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- TurboGears.spec	11 May 2007 07:23:36 -0000	1.18
+++ TurboGears.spec	2 Sep 2007 04:51:56 -0000	1.19
@@ -3,7 +3,7 @@
 
 Name:           TurboGears
 Version:        1.0.2.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Back-to-front web development in Python
 
 Group:          Development/Languages
@@ -15,7 +15,12 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python-setuptools >= 0.6c2 python-devel
+BuildRequires: python-devel
+%if 0%{?fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
+BuildRequires: python-setuptools
+%endif
 
 # ElementTree is part of python 2.5 on FC7+
 %if 0%{?fedora} <= 6
@@ -82,6 +87,9 @@
 %{python_sitelib}/turbogears/
 
 %changelog
+* Sun Sep  2 2007 Luke Macken <lmacken at redhat.com> 1.0.2.2-3
+- Update for python-setuptools changes in rawhide
+
 * Thu May 11 2007 Luke Macken <lmacken at redhat.com> 1.0.2.2-2
 - Update etree patch to work with Python2.4
 - Update setuptools patch




More information about the fedora-extras-commits mailing list