rpms/kid3/devel kid3.spec,1.11,1.12

Ville Skytta (scop) fedora-extras-commits at redhat.com
Tue Sep 26 21:46:49 UTC 2006


Author: scop

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

Modified Files:
	kid3.spec 
Log Message:
* Wed Sep 27 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.7-3
- Disable musicbrainz support by default, not ready for tunepimp 0.5 yet.



Index: kid3.spec
===================================================================
RCS file: /cvs/extras/rpms/kid3/devel/kid3.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- kid3.spec	29 Aug 2006 21:51:07 -0000	1.11
+++ kid3.spec	26 Sep 2006 21:46:49 -0000	1.12
@@ -1,6 +1,8 @@
+%bcond_with     tunepimp
+
 Name:           kid3
 Version:        0.7
-Release:        2%{?dist}
+Release:        3%{?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
+* Wed Sep 27 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.7-3
+- Disable musicbrainz support by default, not ready for tunepimp 0.5 yet.
+
 * Wed Aug 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.7-2
 - Rebuild.
 




More information about the scm-commits mailing list