This commit is contained in:
Sergey Zhemoytel 2022-11-16 01:13:21 +03:00
parent 8c3f9e0228
commit fbca725e87
2 changed files with 14 additions and 8 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
bluez-5.65.tar.xz: fb7f236ea4b20fd8b10133e5f49aafcc259dfa1f bluez-5.66.tar.xz: 463fccb87e584da4a640eea77080d236e2a9e0e2

View file

@ -1,12 +1,13 @@
%define major 3 %define major 3
%define libname %mklibname %{name} %{major} %define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d %define devname %mklibname %{name} -d
%define mesh 0
Summary: Official Linux Bluetooth protocol stack Summary: Official Linux Bluetooth protocol stack
Name: bluez Name: bluez
Version: 5.65 Version: 5.66
Release: 1 Release: 1
Epoch: 1 Epoch: 2
License: GPLv2+ License: GPLv2+
Group: Communications Group: Communications
URL: http://www.bluez.org URL: http://www.bluez.org
@ -82,6 +83,7 @@ These are the official Bluetooth communication libraries for Linux.
%{_mandir}/man1/rctest.1* %{_mandir}/man1/rctest.1*
%{_mandir}/man1/rfcomm.1* %{_mandir}/man1/rfcomm.1*
%{_mandir}/man1/sdptool.1* %{_mandir}/man1/sdptool.1*
%{_mandir}/man1/btmon.1*
%{_mandir}/man8/* %{_mandir}/man8/*
%config(noreplace) %{_sysconfdir}/sysconfig/* %config(noreplace) %{_sysconfdir}/sysconfig/*
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/*.conf %config(noreplace) %{_sysconfdir}/dbus-1/system.d/*.conf
@ -180,6 +182,7 @@ and mouse.
%{_bindir}/udevadm trigger --subsystem-match=usb %{_bindir}/udevadm trigger --subsystem-match=usb
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
%if %{mesh}
%package mesh %package mesh
Summary: Bluetooth MESH Summary: Bluetooth MESH
@ -194,6 +197,7 @@ Bluetooth MESH
%{_bindir}/meshctl %{_bindir}/meshctl
%{_libdir}/bluetooth/bluetooth-meshd %{_libdir}/bluetooth/bluetooth-meshd
%{_datadir}/dbus-1/system-services/org.bluez.mesh.service %{_datadir}/dbus-1/system-services/org.bluez.mesh.service
%endif
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
@ -212,6 +216,8 @@ BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
%{_bindir}/l2test %{_bindir}/l2test
%{_bindir}/rctest %{_bindir}/rctest
%{_bindir}/test-* %{_bindir}/test-*
%{_bindir}/isotest
%{_mandir}/man1/isotest.1*
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
@ -244,19 +250,19 @@ autoreconf -fi
--enable-systemd \ --enable-systemd \
--enable-threads \ --enable-threads \
--enable-sixaxis \ --enable-sixaxis \
--enable-experimental \
--enable-deprecated \
--enable-testing \
--enable-nfc \ --enable-nfc \
--enable-sap \ --enable-sap \
--enable-a2dp \ --enable-a2dp \
--enable-health \ --enable-health \
--enable-mesh \
--enable-midi \ --enable-midi \
--enable-avrcp \ --enable-avrcp \
--enable-network \ --enable-network \
--enable-hid \ --enable-hid \
--enable-hog --enable-hog \
--enable-experimental \
--enable-deprecated \
--enable-testing \
--disable-mesh
%make %make