rpms/python-ruledispatch/devel python-ruledispatch.spec,1.6,1.7

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


Author: lmacken

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

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


Index: python-ruledispatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-ruledispatch/devel/python-ruledispatch.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-ruledispatch.spec	21 Aug 2007 20:40:36 -0000	1.6
+++ python-ruledispatch.spec	2 Sep 2007 04:48:45 -0000	1.7
@@ -5,7 +5,7 @@
 
 Name:           python-ruledispatch
 Version:        0.5a0
-Release:        0.6.svn%{svnrev}%{?dist}
+Release:        0.7.svn%{svnrev}%{?dist}
 Summary:        A generic function package for Python
 
 Group:          Development/Languages
@@ -14,7 +14,12 @@
 Source0:        http://www.turbogears.org/preview/download/eggs/RuleDispatch-%{version}.dev-%{svnrev}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python-devel python-setuptools >= 0.6a9
+BuildRequires:  python-devel
+%if 0%{?fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
+BuildRequires: python-setuptools
+%endif
 Requires:       python-protocols >= 1.0
 
 %description
@@ -48,6 +53,9 @@
 %{python_sitearch}/dispatch/tests/*.pyo
 
 %changelog
+* Sun Sep  2 2007 Luke Macken <lmacken at redhat.com> 0.5a0-0.7.svn2305
+- Update for python-setuptools changes in rawhide
+
 * Tue Aug 21 2007 Luke Macken <lmacken at redhat.com> 0.5a0-0.6.svn2305
 - Rebuild
 




More information about the fedora-extras-commits mailing list