diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 456327f..15b838d 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -1,7 +1,7 @@ Summary: GNOME Bluetooth Subsystem Name: gnome-bluetooth Version: 0.11.0 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2 and LGPLv2+ Group: System Environment/Libraries URL: http://live.gnome.org/GnomeBluetooth @@ -58,6 +58,7 @@ make DESTDIR=$RPM_BUILD_ROOT install # we do not want .la files rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +rm -f $RPM_BUILD_ROOT%{_libdir}/python2.5/site-packages/gnomebt/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/libbluetooth.*a # rename the icon file @@ -124,6 +125,9 @@ fi %{_libdir}/libgnomebt.so %changelog +* Fri Oct 31 2008 - Bastien Nocera - 0.11.0-6 +- Remove a few more .la files + * Thu Sep 11 2008 Matthias Clasen - 0.11.0-5 - Rebuild against new bluez-libs