[bluez] Drop the alsa subpackage

Kalev Lember kalev at fedoraproject.org
Wed Aug 14 19:46:37 UTC 2013


commit 3117afdf01d31c96bb510b37909a77d1e0f76b44
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat Aug 10 22:17:37 2013 +0200

    Drop the alsa subpackage
    
    ... in preparation for rebasing to BlueZ 5.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=974145

 bluez.spec |   17 ++---------------
 1 files changed, 2 insertions(+), 15 deletions(-)
---
diff --git a/bluez.spec b/bluez.spec
index e97476f..fc72d70 100644
--- a/bluez.spec
+++ b/bluez.spec
@@ -16,7 +16,7 @@ Patch14: 0001-work-around-Logitech-diNovo-Edge-keyboard-firmware-i.patch
 BuildRequires: git
 BuildRequires: flex
 BuildRequires: dbus-devel >= 0.90
-BuildRequires: libusb-devel, glib2-devel, alsa-lib-devel
+BuildRequires: libusb-devel, glib2-devel
 BuildRequires: libsndfile-devel
 BuildRequires: libcap-ng-devel
 BuildRequires: readline-devel
@@ -42,6 +42,7 @@ Requires(preun): /bin/systemctl
 Requires(post): /bin/systemctl
 
 # Dropped in Fedora 20:
+Obsoletes: bluez-alsa < 5.0
 Obsoletes: bluez-compat < 5.0
 Obsoletes: bluez-gstreamer < 5.0
 
@@ -73,11 +74,6 @@ Group: System Environment/Daemons
 Requires: bluez-libs = %{version}-%{release}
 Requires: cups
 
-%package alsa
-Summary: ALSA support for Bluetooth audio devices
-Group: System Environment/Daemons
-Requires: bluez-libs = %{version}-%{release}
-
 %package hid2hci
 Summary: Put HID proxying bluetooth HCI's into HCI mode
 Group: System Environment/Daemons
@@ -87,9 +83,6 @@ Requires: bluez = %{version}-%{release}
 %description cups
 This package contains the CUPS backend
 
-%description alsa
-This package contains ALSA support for Bluetooth audio devices
-
 %description libs
 Libraries for use in Bluetooth applications.
 
@@ -141,7 +134,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
 /sbin/ldconfig -n $RPM_BUILD_ROOT/%{_libdir}
 # Remove autocrap and libtool droppings
 rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la				\
-	$RPM_BUILD_ROOT/%{_libdir}/alsa-lib/*.la		\
 	$RPM_BUILD_ROOT/%{_libdir}/bluetooth/plugins/*.la	\
 
 # Remove the cups backend from libdir, and install it in /usr/lib whatever the install
@@ -237,11 +229,6 @@ fi
 %defattr(-,root,root,-)
 %_cups_serverbin/backend/bluetooth
 
-%files alsa
-%defattr(-,root,root,-)
-%{_libdir}/alsa-lib/*.so
-%{_datadir}/alsa/bluetooth.conf
-
 %files hid2hci
 %defattr(-,root,root,-)
 /usr/lib/udev/hid2hci


More information about the scm-commits mailing list