rpms/python-Coherence/devel python-Coherence.spec,1.3,1.4

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed Aug 29 12:01:34 UTC 2007


Author: thias

Update of /cvs/extras/rpms/python-Coherence/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13222

Modified Files:
	python-Coherence.spec 
Log Message:
Update python-setuptools build requirement to new python-setuptools-devel.



Index: python-Coherence.spec
===================================================================
RCS file: /cvs/extras/rpms/python-Coherence/devel/python-Coherence.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-Coherence.spec	3 Aug 2007 14:31:13 -0000	1.3
+++ python-Coherence.spec	29 Aug 2007 12:00:59 -0000	1.4
@@ -3,7 +3,7 @@
 Summary: Python framework to participate in digital living networks
 Name: python-Coherence
 Version: 0.4.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT
 Group: Development/Languages
 URL: https://coherence.beebits.net/
@@ -18,7 +18,13 @@
 Requires: python-louie
 Requires: python-configobj
 BuildRequires: python-devel
+# Must have setuptools to build the package
+# The build portions moved to a subpackage in F-8
+%if 0%{?fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
 BuildRequires: python-setuptools
+%endif
 Buildarch: noarch
 # Fist test packages had different names
 Obsoletes: coherence < 0.2.1-2
@@ -55,6 +61,9 @@
 
 
 %changelog
+* Wed Aug 29 2007 Matthias Saou <http://freshrpms.net/> 0.4.0-2
+- Update python-setuptools build requirement to new python-setuptools-devel.
+
 * Fri Aug  3 2007 Matthias Saou <http://freshrpms.net/> 0.4.0-1
 - Update to 0.4.0.
 - No need to update License field, MIT is already correct.




More information about the fedora-extras-commits mailing list