diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index c9966b6..2df5387 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -67,6 +67,11 @@ 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}/gnome-vfs-2.0/modules/libbluetooth.*a + +# Python's .m4 sucks +mv /usr/lib/* %{_libdir}/ +rmdir /usr/lib + %find_lang %{name} %clean @@ -121,6 +126,7 @@ fi %changelog * Thu Jul 12 2007 - Bastien Nocera - 0.9.0-1 - Update for 0.9.0 +- Fix installation of the python bindings * Mon Apr 2 2007 Matthias Clasen - 0.8.0-4 - Remove unncessary gconfd killing from scripts (#224561)