rpms/bluez/devel bluez.spec,1.38,1.39

Bastien Nocera hadess at fedoraproject.org
Mon Feb 23 14:11:42 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/bluez/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16207

Modified Files:
	bluez.spec 
Log Message:
* Mon Feb 23 2009 - Bastien Nocera <bnocera at redhat.com> - 4.30-2
- Fix the cups backend being a libtool stub



Index: bluez.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez/devel/bluez.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- bluez.spec	12 Feb 2009 23:38:37 -0000	1.38
+++ bluez.spec	23 Feb 2009 14:11:11 -0000	1.39
@@ -1,7 +1,7 @@
 Summary: Bluetooth utilities
 Name: bluez
 Version: 4.30
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/System
 Source: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz
@@ -114,8 +114,10 @@
 install -D -m0644 %SOURCE2 $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/bluetooth
 
 # Remove the cups backend from libdir, and install it in /usr/lib whatever the install
-rm -rf ${RPM_BUILD_ROOT}%{_libdir}/cups
-install -D -m0755 cups/bluetooth ${RPM_BUILD_ROOT}/usr/lib/cups/backend/bluetooth
+if test -d ${RPM_BUILD_ROOT}/usr/lib64/cups ; then
+	install -D -m0755 ${RPM_BUILD_ROOT}/usr/lib64/cups/backend/bluetooth ${RPM_BUILD_ROOT}/usr/lib/cups/backend/bluetooth
+	rm -rf ${RPM_BUILD_ROOT}%{_libdir}/cups
+fi
 
 install -D -m0755 scripts/bluetooth.rules ${RPM_BUILD_ROOT}/%{_sysconfdir}/udev/rules.d/97-bluetooth-serial.rules
 install -D -m0755 scripts/bluetooth_serial ${RPM_BUILD_ROOT}/lib/udev/bluetooth_serial
@@ -185,6 +187,9 @@
 %{_libdir}/alsa-lib/*.so
 
 %changelog
+* Mon Feb 23 2009 - Bastien Nocera <bnocera at redhat.com> - 4.30-2
+- Fix the cups backend being a libtool stub
+
 * Thu Feb 12 2009 - Bastien Nocera <bnocera at redhat.com> - 4.30-1
 - Update to 4.30
 




More information about the fedora-extras-commits mailing list