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

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


Author: hadess

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

Modified Files:
	gnome-bluetooth.spec 
Log Message:
- Really fix python bindings install



Index: gnome-bluetooth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-bluetooth/devel/gnome-bluetooth.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- gnome-bluetooth.spec	12 Jul 2007 21:05:13 -0000	1.45
+++ gnome-bluetooth.spec	12 Jul 2007 21:29:44 -0000	1.46
@@ -69,8 +69,10 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/libbluetooth.*a
 
 # Python's .m4 sucks
-mv /usr/lib/* %{_libdir}/
-rmdir /usr/lib
+if [ $RPM_BUILD_ROOT/usr/lib/ != $RPM_BUILD_ROOT%{_libdir}/ ] ; then
+	mv $RPM_BUILD_ROOT/usr/lib/* $RPM_BUILD_ROOT%{_libdir}/
+	rmdir $RPM_BUILD_ROOT/usr/lib
+fi
 
 %find_lang %{name}
 




More information about the fedora-extras-commits mailing list