rpms/python-vorbis/devel python-vorbis.spec,1.8,1.9

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sun Feb 24 00:44:10 UTC 2008


Author: thias

Update of /cvs/extras/rpms/python-vorbis/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7827

Modified Files:
	python-vorbis.spec 
Log Message:
Missing egg file, now included.



Index: python-vorbis.spec
===================================================================
RCS file: /cvs/extras/rpms/python-vorbis/devel/python-vorbis.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-vorbis.spec	20 Feb 2008 04:38:21 -0000	1.8
+++ python-vorbis.spec	24 Feb 2008 00:43:31 -0000	1.9
@@ -3,7 +3,7 @@
 Summary: Python wrapper for the Ogg Vorbis audio libraries
 Name: python-vorbis
 Version: 1.5
-Release: 0.3.a
+Release: 0.4.a
 License: LGPLv2
 Group: Development/Languages
 URL: http://ekyo.nerim.net/software/pyogg/
@@ -11,7 +11,9 @@
 Patch0: python-vorbis-1.5a-python2.5.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: python-ogg
-BuildRequires: python-devel, python-ogg-devel, libvorbis-devel
+BuildRequires: python-devel
+BuildRequires: python-ogg-devel
+BuildRequires: libvorbis-devel
 
 %description
 An object-oriented Python binding for the Ogg Vorbis libraries. Ogg is
@@ -42,10 +44,16 @@
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{python_sitearch}/ogg/vorbis.so
+%if 0%{?fedora} >= 9
+%{python_sitearch}/pyvorbis-*.egg-info
+%endif
 
 
 %changelog
-* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.5-0.3.a
+* Sun Feb 24 2008 Matthias Saou <http://freshrpms.net/> 1.5-0.4.a
+- Include new egg file.
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org>
 - Autorebuild for GCC 4.3
 
 * Wed Sep 12 2007 Matthias Saou <http://freshrpms.net/> 1.5-0.2.a




More information about the fedora-extras-commits mailing list