rebuilt with --enable-experimental and more options to enable battery provider support wanted by pipewire-media-session [release 5.59-2mamba;Sun Jun 20 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 20:51:20 +01:00
parent 2376d3735a
commit 9fa1d79ec4

View File

@ -1,12 +1,12 @@
Name: bluez Name: bluez
Version: 5.58 Version: 5.59
Release: 1mamba Release: 2mamba
Summary: Userspace tools for the Bluetooth wireless library for Linux Summary: Userspace tools for the Bluetooth wireless library for Linux
Group: Applications/Communication Group: Applications/Communication
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.bluez.org URL: http://www.bluez.org/
Source: http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.gz Source: http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.gz
Patch0: bluez5-5.41-mode-43xx-firmware-into-lib-firmware.patch Patch0: bluez5-5.41-mode-43xx-firmware-into-lib-firmware.patch
Patch1: bluez5-5.41-bcm43xx-Add-bcm43xx-3wire-variant.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 License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig BuildRequires: libalsa-devel
BuildRequires: libdbus-devel BuildRequires: libdbus-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
BuildRequires: libical-devel BuildRequires: libical-devel
BuildRequires: libjson-c-devel
BuildRequires: libreadline-devel BuildRequires: libreadline-devel
BuildRequires: libtermcap-devel
BuildRequires: libudev-devel BuildRequires: libudev-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: flex BuildRequires: flex
@ -75,7 +75,13 @@ This package contains static libraries and header files neeed for development.
--enable-tools \ --enable-tools \
--enable-deprecated \ --enable-deprecated \
--enable-cups \ --enable-cups \
--enable-library --enable-library \
--enable-btpclient \
--enable-midi \
--enable-sixaxis \
--enable-mesh \
--enable-hid2hci \
--enable-experimental
# \ # \
# LIBS="-ltermcap" # LIBS="-ltermcap"
@ -125,12 +131,15 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
%defattr(-,root,root) %defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/bluetooth/* %config(noreplace) %{_sysconfdir}/bluetooth/*
%config %{_sysconfdir}/dbus-1/system.d/bluetooth.conf %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}/* %{_bindir}/*
#/lib/udev/hid2hci %{_prefix}/lib/udev/hid2hci
%dir %{_libexecdir}/bluetooth %dir %{_libexecdir}/bluetooth
%{_libexecdir}/bluetooth/* %{_libexecdir}/bluetooth/*
%{_unitdir}/bluetooth.service %{_unitdir}/bluetooth.service
#%{_udevrulesdir}/97-hid2hci.rules %{_unitdir}/bluetooth-mesh.service
%{_udevrulesdir}/97-hid2hci.rules
%{_userunitdir}/obex.service %{_userunitdir}/obex.service
%{_libdir}/cups/backend/bluetooth %{_libdir}/cups/backend/bluetooth
%{_datadir}/zsh/site-functions/_bluetoothctl %{_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 %files -n libbluetooth
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libbluetooth.so.* %{_libdir}/libbluetooth.so.*
%dir %{_libdir}/bluetooth/plugins
%{_libdir}/bluetooth/plugins/sixaxis.la
%{_libdir}/bluetooth/plugins/sixaxis.so
%doc AUTHORS COPYING %doc AUTHORS COPYING
%files -n libbluetooth-devel %files -n libbluetooth-devel
@ -154,6 +166,12 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
%doc ChangeLog README %doc ChangeLog README
%changelog %changelog
* Sun Jun 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 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 <silvan.calarco@mambasoft.it> 5.59-1mamba
- update to 5.59
* Sun Apr 04 2021 Automatic Build System <autodist@mambasoft.it> 5.58-1mamba * Sun Apr 04 2021 Automatic Build System <autodist@mambasoft.it> 5.58-1mamba
- automatic version update by autodist - automatic version update by autodist