rpms/gnome-bluetooth/devel gnome-bluetooth.spec,1.44,1.45

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Thu Jul 12 21:05:46 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/gnome-bluetooth/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25668

Modified Files:
	gnome-bluetooth.spec 
Log Message:
- Fix installation of the python bindings



Index: gnome-bluetooth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-bluetooth/devel/gnome-bluetooth.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- gnome-bluetooth.spec	12 Jul 2007 20:57:06 -0000	1.44
+++ gnome-bluetooth.spec	12 Jul 2007 21:05:13 -0000	1.45
@@ -67,6 +67,11 @@
 # 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 @@
 %changelog
 * Thu Jul 12 2007 - Bastien Nocera <bnocera at redhat.com> - 0.9.0-1
 - Update for 0.9.0
+- Fix installation of the python bindings
 
 * Mon Apr  2 2007 Matthias Clasen <mclasen at redhat.com> - 0.8.0-4
 - Remove unncessary gconfd killing from scripts (#224561)




More information about the scm-commits mailing list