rpms/python-nevow/EL-4 python-nevow.spec,1.3,1.4

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sun Feb 3 12:01:04 UTC 2008


Author: thias

Update of /cvs/extras/rpms/python-nevow/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13135/EL-4

Modified Files:
	python-nevow.spec 
Log Message:
Don't try to include non-existing egg-info files on < F-9.



Index: python-nevow.spec
===================================================================
RCS file: /cvs/extras/rpms/python-nevow/EL-4/python-nevow.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-nevow.spec	3 Feb 2008 10:58:15 -0000	1.3
+++ python-nevow.spec	3 Feb 2008 12:00:27 -0000	1.4
@@ -3,7 +3,7 @@
 Summary: Web application construction kit written in Python
 Name: python-nevow
 Version: 0.9.29
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT
 Group: Development/Languages
 URL: http://divmod.org/trac/wiki/DivmodNevow
@@ -55,7 +55,9 @@
 %doc ChangeLog LICENSE README doc/txt/* examples/
 %{_bindir}/nevow-xmlgettext
 %{_bindir}/nit
+%if 0%{?fedora} >= 9
 %{python_sitelib}/Nevow-*.egg-info/
+%endif
 %{python_sitelib}/formless/
 %{python_sitelib}/nevow/
 %{python_sitelib}/twisted/plugins/nevow_widget.py*
@@ -63,8 +65,9 @@
 
 
 %changelog
-* Sun Feb  3 2008 Matthias Saou <http://freshrpms.net/> 0.9.29-1
+* Sun Feb  3 2008 Matthias Saou <http://freshrpms.net/> 0.9.29-2
 - Update to 0.9.29.
+- Apparently, egg-info files are only installed on F-9+.
 
 * Mon Dec 17 2007 Matthias Saou <http://freshrpms.net/> 0.9.26-1
 - Update to 0.9.26.




More information about the fedora-extras-commits mailing list