From fdf5cf451d592838d72d88b108d38719dffec926 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 12 Jul 2007 21:05:13 +0000 Subject: [PATCH] - Fix installation of the python bindings --- gnome-bluetooth.spec | 6 ++++++ 1 file changed, 6 insertions(+) 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)