rpms/Miro/devel Miro.spec,1.14,1.15 Miro-setup.py.patch,1.2,NONE

Alex Lancaster (alexlan) fedora-extras-commits at redhat.com
Sun Dec 23 08:14:59 UTC 2007


Author: alexlan

Update of /cvs/extras/rpms/Miro/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13660

Modified Files:
	Miro.spec 
Removed Files:
	Miro-setup.py.patch 
Log Message:
- add Python eggs support for F-9+
- remove old patch



Index: Miro.spec
===================================================================
RCS file: /cvs/extras/rpms/Miro/devel/Miro.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Miro.spec	23 Dec 2007 08:02:20 -0000	1.14
+++ Miro.spec	23 Dec 2007 08:14:19 -0000	1.15
@@ -5,7 +5,7 @@
 
 Name:           Miro
 Version:        1.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Miro - Internet TV Player
 Group:          Applications/Multimedia
 License:        GPLv2+
@@ -61,11 +61,17 @@
 %{_datadir}/applications/*.desktop
 %{_mandir}/man1/*
 %{_datadir}/mime/packages/*.xml
+%if 0%{?fedora} >= 9
+%{python_sitearch}/*egg-info
+%endif
 %{python_sitearch}/miro/
 %doc README license.txt CREDITS 
 
 
 %changelog
+* Sun Dec 23 2007 Alex Lancaster <alexlan at fedoraproject.org> 1.0-4
+- Add support for python eggs for F9+
+
 * Sun Dec 23 2007 Alex Lancaster <alexlan at fedoraproject.org> 1.0-3
 - Re-enable gecko-libs 1.9, as 1.8.1.10 has now gone away as a BR.
 - Add first-cut patch from Martin Stransky from #393521 that attempts to


--- Miro-setup.py.patch DELETED ---




More information about the fedora-extras-commits mailing list