packages: kid3/kid3.spec - up to 1.2 - switch to kde4 and cmake

arvenil arvenil at pld-linux.org
Tue Oct 20 23:34:37 CEST 2009


Author: arvenil                      Date: Tue Oct 20 21:34:37 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 1.2
- switch to kde4 and cmake

---- Files affected:
packages/kid3:
   kid3.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/kid3/kid3.spec
diff -u packages/kid3/kid3.spec:1.2 packages/kid3/kid3.spec:1.3
--- packages/kid3/kid3.spec:1.2	Sun Mar 15 00:15:07 2009
+++ packages/kid3/kid3.spec	Tue Oct 20 23:34:32 2009
@@ -2,18 +2,18 @@
 Summary:	ID3 tag editor
 Summary(pl.UTF-8):	Edytor etykiet ID3
 Name:		kid3
-Version:	1.1
+Version:	1.2
 Release:	1
 License:	GPL v2
 Group:		X11/Applications/Sound
 Source0:	http://dl.sourceforge.net/kid3/%{name}-%{version}.tar.gz
-# Source0-md5:	c52034e24cb94d02c17b6701fa99a637
+# Source0-md5:	fd2b741a9a5145f813dd2b32ed04c818
 URL:		http://kid3.sourceforge.net/
+BuildRequires:	cmake
 BuildRequires:	flac-c++-devel
 BuildRequires:	id3lib-devel
-BuildRequires:	kdelibs-devel
+BuildRequires:	kde4-kdelibs-devel
 BuildRequires:	libtunepimp-devel
-BuildRequires:	qt-devel
 BuildRequires:	taglib-devel
 Suggests:	xdg-utils
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -30,7 +30,9 @@
 %setup -q
 
 %build
-%configure
+%cmake \
+	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+	.
 %{__make}
 
 %install
@@ -53,7 +55,8 @@
 %dir %{_datadir}/apps/kid3/kid3ui.rc
 %{_iconsdir}/hicolor/*/apps/%{name}.png
 %{_iconsdir}/hicolor/*/apps/%{name}.svgz
-%{_desktopdir}/kde/%{name}.desktop
+%{_desktopdir}/kde4/%{name}.desktop
+%{_datadir}/dbus-1/interfaces/net.sourceforge.Kid3.xml
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -61,6 +64,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2009/10/20 21:34:32  arvenil
+- up to 1.2
+- switch to kde4 and cmake
+
 Revision 1.2  2009/03/14 23:15:07  arvenil
 - S: xdg-utils
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kid3/kid3.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list