rpms/kid3/FC-5 kid3.spec,1.10,1.11

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Sun Oct 8 01:00:27 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/kid3/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18932

Modified Files:
	kid3.spec 
Log Message:
* Sat Oct 07 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 0.7-2
- Disable musicbrainz support by default, not ready for tunepimp 0.5 yet.



Index: kid3.spec
===================================================================
RCS file: /cvs/extras/rpms/kid3/FC-5/kid3.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- kid3.spec	29 Jun 2006 18:48:38 -0000	1.10
+++ kid3.spec	8 Oct 2006 01:00:27 -0000	1.11
@@ -1,6 +1,8 @@
+%bcond_with     tunepimp
+
 Name:           kid3
 Version:        0.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Efficient ID3 tag editor
 
 Group:          Applications/Multimedia
@@ -13,7 +15,9 @@
 BuildRequires:  kdelibs-devel
 BuildRequires:  id3lib-devel
 BuildRequires:  flac-devel
+%if %{with tunepimp}
 BuildRequires:  libtunepimp-devel
+%endif
 BuildRequires:  desktop-file-utils
 BuildRequires:  perl(File::Spec)
 
@@ -32,7 +36,11 @@
 
 %build
 unset QTDIR ; . %{_sysconfdir}/profile.d/qt.sh
-%configure --disable-rpath --disable-dependency-tracking
+%configure \
+%if ! %{with tunepimp}
+  --disable-musicbrainz \
+%endif
+  --disable-rpath --disable-dependency-tracking
 make %{?_smp_mflags}
 
 
@@ -81,6 +89,9 @@
 
 
 %changelog
+* Sat Oct 07 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 0.7-2
+- Disable musicbrainz support by default, not ready for tunepimp 0.5 yet.
+
 * Thu Jun 29 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.7-1
 - 0.7, build with libtunepimp.
 - Patch to register as a handler for more media types.




More information about the fedora-extras-commits mailing list