rpms/python-louie/F-9 python-louie.spec,1.2,1.3

Matthias Saou thias at fedoraproject.org
Sun Feb 8 13:01:54 UTC 2009


Author: thias

Update of /cvs/extras/rpms/python-louie/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3892/F-9

Modified Files:
	python-louie.spec 
Log Message:
Add python-nose >= 0.8.3 requirement taken from the egg file.



Index: python-louie.spec
===================================================================
RCS file: /cvs/extras/rpms/python-louie/F-9/python-louie.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-louie.spec	28 Aug 2007 17:48:31 -0000	1.2
+++ python-louie.spec	8 Feb 2009 13:01:24 -0000	1.3
@@ -3,15 +3,23 @@
 Summary: Dispatches signals between Python objects in a wide variety of contexts
 Name: python-louie
 Version: 1.1
-Release: 2%{?dist}
+Release: 4%{?dist}
 License: BSD
 Group: Development/Languages
 URL: http://pylouie.org/
 Source: http://cheeseshop.python.org/packages/source/L/Louie/Louie-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: python-setuptools
+# From the egg requires.txt
+Requires: python-nose >= 0.8.3
 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
 
 %description
@@ -46,6 +54,12 @@
 
 
 %changelog
+* Sun Feb  8 2009 Matthias Saou <http://freshrpms.net/> 1.1-4
+- Add python-nose >= 0.8.3 requirement taken from the egg file.
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.1-3
+- Rebuild for Python 2.6
+
 * Tue Aug 28 2007 Matthias Saou <http://freshrpms.net/> 1.1-2
 - Update python-setuptools build requirement to new python-setuptools-devel.
 




More information about the scm-commits mailing list