rpms/bluez-utils/devel .cvsignore, 1.21, 1.22 bluez-utils.spec, 1.65, 1.66 sources, 1.21, 1.22

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Tue Aug 28 18:26:32 UTC 2007


Author: dwmw2

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

Modified Files:
	.cvsignore bluez-utils.spec sources 
Log Message:
3.16


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bluez-utils/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore	25 Aug 2007 19:24:16 -0000	1.21
+++ .cvsignore	28 Aug 2007 18:25:59 -0000	1.22
@@ -1 +1 @@
-bluez-utils-3.15.tar.gz
+bluez-utils-3.16.tar.gz


Index: bluez-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/bluez-utils/devel/bluez-utils.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- bluez-utils.spec	25 Aug 2007 19:26:06 -0000	1.65
+++ bluez-utils.spec	28 Aug 2007 18:25:59 -0000	1.66
@@ -1,6 +1,6 @@
 Summary: Bluetooth utilities 
 Name: bluez-utils
-Version: 3.15
+Version: 3.16
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -18,7 +18,7 @@
 BuildRequires: bluez-libs-devel >= %{version}
 BuildRequires: flex
 BuildRequires: dbus-devel >= 0.90
-BuildRequires: libusb-devel, glib2-devel
+BuildRequires: libusb-devel, glib2-devel, alsa-lib-devel, gstreamer-devel
 ExcludeArch: s390 s390x
 Obsoletes: bluez-pan, bluez-sdp
 Requires: initscripts, bluez-libs >= %{version}
@@ -44,9 +44,27 @@
 Requires: bluez-libs >= %{version}
 Requires: cups
 
+%package gstreamer
+Summary: gstreamer support for SBC audio format
+Group: System Environment/Daemons
+Requires: bluez-libs >= %{version}
+Requires: cups
+
+%package alsa
+Summary: ALSA support for Bluetooth audio devices
+Group: System Environment/Daemons
+Requires: bluez-libs >= %{version}
+Requires: cups
+
 %description cups
 This package contains the CUPS backend 
 
+%description gstreamer
+This package contains gstreamer plugins for the Bluetooth SBC audio format
+
+%description alsa
+This package contains ALSA support for Bluetooth audio devices
+
 %prep
 rm -rf $RPM_BUILD_ROOT
 
@@ -57,7 +75,7 @@
 %configure --with-bluez-libs=%{_libdir} --enable-pie --enable-debug \
 	   --enable-all --disable-bcm203x --enable-alsa --enable-bccmd \
 	   --enable-avctrl --enable-glib --enable-input --enable-echo \
-	   --enable-serial --disable-sdpd
+	   --enable-serial --disable-sdpd --enable-audio
 make
 
 %install
@@ -77,6 +95,7 @@
 install -m0755 daemon/passkey-agent $RPM_BUILD_ROOT/%{_bindir}/passkey-agent
 install -m0755 daemon/auth-agent $RPM_BUILD_ROOT/%{_bindir}/auth-agent
 
+rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la $RPM_BUILD_ROOT/%{_libdir}/gstreamer-*/*.la
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -122,7 +141,19 @@
 %defattr(-, root, root)
 /usr/lib/cups/backend/bluetooth
 
+%files gstreamer
+%defattr(-, root, root)
+%{_libdir}/gstreamer-*/*.so
+
+%files alsa
+%defattr(-, root, root)
+%{_libdir}/alsa-lib/*.so
+
 %changelog
+* Tue Aug 28 2007 David Woodhouse <dwmw2 at infradead.org> 3.16-1
+- Update to bluez-utils 3.16
+- Enable gstreamer and alsa subpackages
+
 * Thu Aug 23 2007 David Woodhouse <dwmw2 at infradead.org> 3.15-1
 - Update to bluez-utils 3.15
 - Drop class setting from hcid.conf since HAL sets it anyway


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bluez-utils/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources	25 Aug 2007 19:24:16 -0000	1.21
+++ sources	28 Aug 2007 18:25:59 -0000	1.22
@@ -1 +1 @@
-8ebfa134be339df8d34460ce1a14c6f1  bluez-utils-3.15.tar.gz
+f6e5bf09d5f282671aa0abe50e700ee6  bluez-utils-3.16.tar.gz




More information about the fedora-extras-commits mailing list