diff --git a/bluez.spec b/bluez.spec index 8bdb58a..17a4e19 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,12 +1,12 @@ Name: bluez -Version: 5.58 -Release: 1mamba +Version: 5.59 +Release: 2mamba Summary: Userspace tools for the Bluetooth wireless library for Linux Group: Applications/Communication Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://www.bluez.org +URL: http://www.bluez.org/ Source: http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.gz Patch0: bluez5-5.41-mode-43xx-firmware-into-lib-firmware.patch Patch1: bluez5-5.41-bcm43xx-Add-bcm43xx-3wire-variant.patch @@ -15,12 +15,12 @@ Patch3: bluez5-5.41-Increase-firmware-load-timeout-to-30s.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig +BuildRequires: libalsa-devel BuildRequires: libdbus-devel BuildRequires: libglib-devel BuildRequires: libical-devel +BuildRequires: libjson-c-devel BuildRequires: libreadline-devel -BuildRequires: libtermcap-devel BuildRequires: libudev-devel ## AUTOBUILDREQ-END BuildRequires: flex @@ -75,8 +75,14 @@ This package contains static libraries and header files neeed for development. --enable-tools \ --enable-deprecated \ --enable-cups \ - --enable-library - + --enable-library \ + --enable-btpclient \ + --enable-midi \ + --enable-sixaxis \ + --enable-mesh \ + --enable-hid2hci \ + --enable-experimental + # \ # LIBS="-ltermcap" # --enable-usb \ @@ -125,12 +131,15 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; %defattr(-,root,root) %config(noreplace) %{_sysconfdir}/bluetooth/* %config %{_sysconfdir}/dbus-1/system.d/bluetooth.conf +%{_sysconfdir}/dbus-1/system.d/bluetooth-mesh.conf +%{_datadir}/dbus-1/system-services/org.bluez.mesh.service %{_bindir}/* -#/lib/udev/hid2hci +%{_prefix}/lib/udev/hid2hci %dir %{_libexecdir}/bluetooth %{_libexecdir}/bluetooth/* %{_unitdir}/bluetooth.service -#%{_udevrulesdir}/97-hid2hci.rules +%{_unitdir}/bluetooth-mesh.service +%{_udevrulesdir}/97-hid2hci.rules %{_userunitdir}/obex.service %{_libdir}/cups/backend/bluetooth %{_datadir}/zsh/site-functions/_bluetoothctl @@ -142,6 +151,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; %files -n libbluetooth %defattr(-,root,root) %{_libdir}/libbluetooth.so.* +%dir %{_libdir}/bluetooth/plugins +%{_libdir}/bluetooth/plugins/sixaxis.la +%{_libdir}/bluetooth/plugins/sixaxis.so %doc AUTHORS COPYING %files -n libbluetooth-devel @@ -154,6 +166,12 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; %doc ChangeLog README %changelog +* Sun Jun 20 2021 Silvan Calarco 5.59-2mamba +- rebuilt with --enable-experimental and more options to enable battery provider support wanted by pipewire-media-session + +* Sat Jun 19 2021 Silvan Calarco 5.59-1mamba +- update to 5.59 + * Sun Apr 04 2021 Automatic Build System 5.58-1mamba - automatic version update by autodist