rpms/quodlibet/FC-6 quodlibet.spec,1.2,1.3

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Fri Dec 15 16:43:17 UTC 2006


Author: jcollie

Update of /cvs/extras/rpms/quodlibet/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10791

Modified Files:
	quodlibet.spec 
Log Message:
Require python-CDDB


Index: quodlibet.spec
===================================================================
RCS file: /cvs/extras/rpms/quodlibet/FC-6/quodlibet.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- quodlibet.spec	21 Nov 2006 13:45:08 -0000	1.2
+++ quodlibet.spec	15 Dec 2006 16:42:47 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           quodlibet
 Version:        0.24
-Release:        1%{?dist}
+Release:        4%{?dist}
 Summary:        A music management program
 
 Group:          Applications/Multimedia
@@ -19,7 +19,6 @@
 
 BuildRequires:  python-devel
 BuildRequires:  pygtk2-devel
-BuildRequires:  python-ctypes
 BuildRequires:  glib2-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  gettext
@@ -27,6 +26,10 @@
 BuildRequires:  desktop-file-utils
 BuildRequires:  pkgconfig
 
+%if %{fedora} <= 6
+BuildRequires:  python-ctypes
+%endif
+
 Requires:       python-mutagen >= 1.8
 Requires:       python >= 2.4
 Requires:       pygtk2 >= 2.8
@@ -38,6 +41,14 @@
 # for Replay Gain plugin
 Requires:       vorbisgain
 
+%if %{fedora} > 6
+# for iPod device support
+Requires:       python-gpod
+%endif
+
+# for CDDB plugin
+Requires:       python-CDDB
+
 %description
 Quod Libet is a music management program. It provides several different ways
 to view your audio library, as well as support for Internet radio and
@@ -122,6 +133,13 @@
 %{_mandir}/man1/quodlibet.1*
 
 %changelog
+* Tue Dec 12 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.24-4
+- Require python-CDDB for CDDB plugin
+- Conditionalize python-gpod support
+
+* Mon Dec 11 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.24-2
+- Require python-gpod for iPod device support
+
 * Tue Nov 21 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.24-1
 - Update to 0.24
 




More information about the scm-commits mailing list