rpms/bluez-utils/devel .cvsignore, 1.16, 1.17 bluez-utils.spec, 1.56, 1.57 sources, 1.16, 1.17

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Tue May 29 16:05:43 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/bluez-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5538

Modified Files:
	.cvsignore bluez-utils.spec sources 
Log Message:
* Sat May 26 2007 - Bastien Nocera <bnocera at redhat.com> - 3.11-1
- Update to bluez-utils 3.11
- Move the cups backend to its expected location (#237482)
- Remove merged input patch
- Make sure the echo, input and serial services are installed



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-utils/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	30 Jan 2007 11:53:11 -0000	1.16
+++ .cvsignore	29 May 2007 16:05:05 -0000	1.17
@@ -1 +1 @@
-bluez-utils-3.9.tar.gz
+bluez-utils-3.11.tar.gz


Index: bluez-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-utils/devel/bluez-utils.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- bluez-utils.spec	4 Apr 2007 05:54:48 -0000	1.56
+++ bluez-utils.spec	29 May 2007 16:05:05 -0000	1.57
@@ -1,7 +1,7 @@
 Summary: Bluetooth utilities 
 Name: bluez-utils
-Version: 3.9
-Release: 2%{?dist}
+Version: 3.11
+Release: 1%{?dist}
 License: GPL
 Group: Applications/System
 Source: http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
@@ -14,7 +14,6 @@
 Source8: hidd.conf
 Source9: bluetooth.conf
 Patch0: bluez-utils-2.3-conf.patch
-Patch1: bluez-utils-3.9-input.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 URL: http://www.bluez.org/
@@ -55,12 +54,12 @@
 
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %configure --with-bluez-libs=%{_libdir} --enable-pie --enable-debug \
 	   --enable-all --disable-bcm203x --enable-alsa --enable-bccmd \
-	   --enable-bccmd --enable-avctrl --enable-glib
+	   --enable-avctrl --enable-glib --enable-input --enable-echo \
+	   --enable-serial
 make
 
 %install
@@ -71,7 +70,10 @@
 	install -D -m0755 $RPM_SOURCE_DIR/$a.init $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/$a
 	install -D -m0644 $RPM_SOURCE_DIR/$a.conf $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/$a
 done
-install -D -m0755 cups/bluetooth ${RPM_BUILD_ROOT}%{_libdir}/cups/backend/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
 
 
 %clean
@@ -119,9 +121,15 @@
 
 %files cups
 %defattr(-, root, root)
-%{_libdir}/cups/backend/bluetooth
+/usr/lib/cups/backend/bluetooth
 
 %changelog
+* Sat May 26 2007 - Bastien Nocera <bnocera at redhat.com> - 3.11-1
+- Update to bluez-utils 3.11
+- Move the cups backend to its expected location (#237482)
+- Remove merged input patch
+- Make sure the echo, input and serial services are installed
+
 * Tue Jan 30 2007 David Woodhouse <dwmw2 at infradead.org> 3.9-2
 - Handle HUP or ERR results from poll() instead of looping (#232813)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-utils/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	30 Jan 2007 11:53:11 -0000	1.16
+++ sources	29 May 2007 16:05:05 -0000	1.17
@@ -1 +1 @@
-023a5e6a436f86a28baeec91e4c62736  bluez-utils-3.9.tar.gz
+703fed8e09e25b5e1f01be337576e343  bluez-utils-3.11.tar.gz




More information about the fedora-extras-commits mailing list