rpms/lastfm/devel lastfm.spec,1.5,1.6

Sergio Pascual sergiopr at rpmfusion.org
Sat Nov 15 19:40:59 CET 2008


Author: sergiopr

Update of /cvs/free/rpms/lastfm/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19227

Modified Files:
	lastfm.spec 
Log Message:
* Sat Nov 15 2008 Sergio Pascual <sergio.pasra at gmail.com> 1.4.2.58240-3
- Fixing libdir contains debug files (bz #160)



Index: lastfm.spec
===================================================================
RCS file: /cvs/free/rpms/lastfm/devel/lastfm.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lastfm.spec	10 Sep 2008 11:08:40 -0000	1.5
+++ lastfm.spec	15 Nov 2008 18:40:59 -0000	1.6
@@ -2,7 +2,7 @@
 
 Name: lastfm
 Version: 1.4.2.58240
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Last.fm music client
 
 Group: Applications/Multimedia
@@ -74,12 +74,16 @@
 %doc COPYING ChangeLog
 %defattr(-,root,root,-)
 %{_bindir}/*
-%{_libdir}/*
+%{_libdir}/*.so.*
+%{_libdir}/lastfm
 %{_datadir}/%{name}
 %{_datadir}/applications/*
 %{_datadir}/icons/hicolor/32x32/apps/lastfm.png
 
 %changelog
+* Sat Nov 15 2008 Sergio Pascual <sergio.pasra at gmail.com> 1.4.2.58240-3
+- Fixing libdir contains debug files (bz #160)
+
 * Wed Sep 10 2008 Sergio Pascual <sergio.pasra at gmail.com> 1.4.2.58240-2
 - Increasing EVR to allow rebuild
 



More information about the rpmfusion-commits mailing list