From 7d3c163805ce85ed87831efbf90960d403f70005 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Aug 17 2007 09:14:33 +0000 Subject: - Remove Application Category and deprecated items from desktop entry. - License: GPLv2+ --- diff --git a/kid3-0.9-desktop.patch b/kid3-0.9-desktop.patch new file mode 100644 index 0000000..b647097 --- /dev/null +++ b/kid3-0.9-desktop.patch @@ -0,0 +1,16 @@ +--- kid3-0.9/kid3/kid3.desktop~ 2007-05-15 21:17:39.000000000 +0300 ++++ kid3-0.9/kid3/kid3.desktop 2007-06-29 22:08:14.000000000 +0300 +@@ -1,11 +1,10 @@ + [Desktop Entry] +-Encoding=UTF-8 + Name=Kid3 +-Exec=kid3 -caption "%c" %i %m ++Exec=kid3 -caption "%c" %i + Icon=kid3 + Type=Application + DocPath=kid3/index.html + MimeType=audio/x-mp3;audio/x-mpegurl;application/ogg;audio/x-flac;audio/x-flac+ogg;audio/x-vorbis+ogg;audio/x-speex+ogg;audio/x-oggflac;audio/x-musepack; + GenericName=ID3 Tagger + Terminal=false +-Categories=Application;AudioVideo;KDE; ++Categories=AudioVideo;KDE; diff --git a/kid3.spec b/kid3.spec index 4d56bdd..6c2316e 100644 --- a/kid3.spec +++ b/kid3.spec @@ -1,12 +1,14 @@ Name: kid3 Version: 0.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Efficient ID3 tag editor Group: Applications/Multimedia -License: GPL +# 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) BuildRequires: kdelibs-devel @@ -26,6 +28,7 @@ program you are looking for. %prep %setup -q +%patch0 -p1 sed -i -e 's|/lib /usr/lib\b|/%{_lib} %{_libdir}|g' configure # lib64 rpaths @@ -77,6 +80,10 @@ gtk-update-icon-cache -qf %{_datadir}/icons/hicolor 2>/dev/null || : %changelog +* Thu Aug 16 2007 Ville Skyttä - 0.9-2 +- Remove Application Category and deprecated items from desktop entry. +- License: GPLv2+ + * Wed Jun 13 2007 Ville Skyttä - 0.9-1 - 0.9.