Author: sergiopr
Update of /cvs/free/rpms/lastfm/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19968
Modified Files:
lastfm.spec
Log Message:
* Wed Jul 23 2008 Sergio Pascual <sergio.pasra at gmail.com> 1.4.0.56102-3
- Importing into rpmfusion
- Vendor changed to rpmfusion
- libgpod-devel bug #446442 fixed in rawhide
- Updated desktop file
Index: lastfm.spec
===================================================================
RCS file: /cvs/free/rpms/lastfm/F-9/lastfm.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lastfm.spec 23 Jul 2008 06:22:11 -0000 1.1
+++ lastfm.spec 30 Jul 2008 16:09:37 -0000 1.2
@@ -2,7 +2,7 @@
Name: lastfm
Version: 1.4.0.56102
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Last.fm music client
Group: Applications/Multimedia
@@ -18,8 +18,6 @@
BuildRequires: qt4-devel alsa-lib-devel zlib-devel
BuildRequires: libsamplerate-devel fftw-devel libmad-devel libgpod-devel
BuildRequires: desktop-file-utils
-# glib2-devel should be installed by libgpod-devel
https://bugzilla.redhat.com/show_bug.cgi?id=446442
-BuildRequires: glib2-devel
%description
With Last.fm on your computer you can scrobble your tracks, share your
@@ -52,7 +50,7 @@
%{__cp} -a bin/services %{buildroot}/%{_libdir}/%{name}
%{__cp} -a bin/data/icons/as.png
%{buildroot}/%{_datadir}/icons/hicolor/32x32/apps/lastfm.png
-desktop-file-install --vendor="livna" \
+desktop-file-install --vendor="rpmfusion" \
--dir=%{buildroot}/%{_datadir}/applications %{SOURCE1}
%clean
@@ -82,6 +80,12 @@
%{_datadir}/icons/hicolor/32x32/apps/lastfm.png
%changelog
+* Wed Jul 23 2008 Sergio Pascual <sergio.pasra at gmail.com> 1.4.0.56102-3
+- Importing into rpmfusion
+- Vendor changed to rpmfusion
+- libgpod-devel bug #446442 fixed in rawhide
+- Updated desktop file
+
* Wed May 14 2008 Sergio Pascual <sergio.pasra at gmail.com> 1.4.0.56102-2
- Patch for gcc 4.3 from Michel Salim
- Patch for gpod, using pkgconfig from Michel Salim