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

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Sun Sep 2 03:02:26 UTC 2007


Author: toshio

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

Modified Files:
	python-TestGears.spec 
Log Message:
* Sat Sep 1 2007 Toshio Kuratomi <a.badger at gmail.com> 0.2-6
- python-setuptools change for rawhide.



Index: python-TestGears.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-TestGears/devel/python-TestGears.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-TestGears.spec	2 Sep 2007 02:06:19 -0000	1.7
+++ python-TestGears.spec	2 Sep 2007 03:01:53 -0000	1.8
@@ -4,7 +4,7 @@
 
 Name:           python-TestGears
 Version:        0.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Unit testing for Python
 
 Group:          Development/Languages
@@ -14,7 +14,12 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel python-setuptools
+BuildRequires:  python-devel
+%if 0%{fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
+BuildRequires: python-setuptools
+%endif
 
 %description
 TestGears provides automatic discovery of unittest.TestCases and the ability
@@ -41,6 +46,9 @@
 %{python_sitelib}/*
 
 %changelog
+* Sat Sep 1 2007 Toshio Kuratomi <a.badger at gmail.com> 0.2-6
+- python-setuptools change for rawhide.
+
 * Sat Sep 1 2007 Toshio Kuratomi <a.badger at gmail.com> 0.2-5
 - Remove the .pth file (setuptools will generate its own otherwise it's
   unneeded.)




More information about the scm-commits mailing list