rpms/kid3/devel kid3.spec,1.18,1.19

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sun Dec 2 21:25:52 UTC 2007


Author: scop

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

Modified Files:
	kid3.spec 
Log Message:
0.10 WIP, KDE4 build does not work yet


Index: kid3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kid3/devel/kid3.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- kid3.spec	2 Dec 2007 19:27:27 -0000	1.18
+++ kid3.spec	2 Dec 2007 21:25:19 -0000	1.19
@@ -1,40 +1,49 @@
+%if 0%{?fedora} < 9
+%global kde3    1
+%endif
+
 Name:           kid3
-Version:        0.9
-Release:        3%{?dist}
+Version:        0.10
+Release:        0%{?dist}
 Summary:        Efficient ID3 tag editor
 
 Group:          Applications/Multimedia
-# http://sourceforge.net/tracker/index.php?func=detail&aid=1775310&group_id=70849&atid=529221
 License:        GPLv2+
 URL:            http://kid3.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/kid3/%{name}-%{version}.tar.gz
-Patch0:         %{name}-0.9-desktop.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+%if 0%{?kde3}
 BuildRequires:  kdelibs3-devel
+%else
+BuildRequires:  kdelibs4-devel
+%endif
 BuildRequires:  id3lib-devel
 BuildRequires:  taglib-devel >= 1.4
 BuildRequires:  flac-devel
 BuildRequires:  libtunepimp-devel
 BuildRequires:  libvorbis-devel
+BuildRequires:  libmp4v2-devel
 BuildRequires:  perl(File::Spec)
 BuildRequires:  gettext
 
 %description
-If you want to easily tag multiple MP3, Ogg/Vorbis or FLAC files
-(e.g. full albums) without typing the same information again and again
-and have control over both ID3v1 and ID3v2 tags, then Kid3 is the
-program you are looking for.
+If you want to easily tag multiple MP3, Ogg/Vorbis, FLAC, MPC,
+MP4/AAC, MP2, Speex, TrueAudio and WavPack files (e.g. full albums)
+without typing the same information again and again and have control
+over both ID3v1 and ID3v2 tags, then Kid3 is the program you are
+looking for.
 
 
 %prep
 %setup -q
-%patch0 -p1
 sed -i -e 's|/lib /usr/lib\b|/%{_lib} %{_libdir}|g' configure # lib64 rpaths
 
 
 %build
+%if 0%{?kde3}
 unset QTDIR ; . %{_sysconfdir}/profile.d/qt.sh
+%endif
 %configure --disable-rpath --disable-dependency-tracking
 make %{?_smp_mflags}
 
@@ -81,6 +90,10 @@
 
 
 %changelog
+* Sun Dec  2 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.10-1
+- 0.10, desktop entry patch applied upstream.
+- Build for KDE4 in F9+, KDE3 in earlier.
+
 * Sun Dec  2 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.9-3
 - BuildRequire libvorbis-devel, and kdelibs3-devel instead of kdelibs-devel.
 




More information about the fedora-extras-commits mailing list