rpms/python-louie/EL-4 python-louie.spec,1.1,1.2

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


Author: thias

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

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/EL-4/python-louie.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-louie.spec	20 Apr 2007 08:35:39 -0000	1.1
+++ python-louie.spec	8 Feb 2009 13:01:23 -0000	1.2
@@ -3,15 +3,23 @@
 Summary: Dispatches signals between Python objects in a wide variety of contexts
 Name: python-louie
 Version: 1.1
-Release: 1%{?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,15 @@
 
 
 %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.
+
 * Fri Feb  9 2007 Matthias Saou <http://freshrpms.net/> 1.1-1
 - Initial RPM release.
 




More information about the scm-commits mailing list