5.73
Some checks are pending
Run CI/CD... / main (push) Waiting to run

This commit is contained in:
Your Name 2025-02-25 13:52:07 +00:00
parent 73f8353e9b
commit d9463bcb0d

View file

@ -74,6 +74,7 @@ These are the official Bluetooth communication libraries for Linux.
%{_unitdir}/dbus-org.bluez.service %{_unitdir}/dbus-org.bluez.service
%{_userunitdir}/obex.service %{_userunitdir}/obex.service
#{_mandir}/man1/bccmd.1* #{_mandir}/man1/bccmd.1*
%{_mandir}/man1/bluetoothctl*
%{_mandir}/man1/btattach.1* %{_mandir}/man1/btattach.1*
%{_mandir}/man1/ciptool.1* %{_mandir}/man1/ciptool.1*
%{_mandir}/man1/hciattach.1* %{_mandir}/man1/hciattach.1*
@ -85,6 +86,7 @@ These are the official Bluetooth communication libraries for Linux.
%{_mandir}/man1/rfcomm.1* %{_mandir}/man1/rfcomm.1*
%{_mandir}/man1/sdptool.1* %{_mandir}/man1/sdptool.1*
%{_mandir}/man1/btmon.1* %{_mandir}/man1/btmon.1*
%{_mandir}/man5/*
%{_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
@ -177,7 +179,7 @@ and mouse.
%files hid2hci %files hid2hci
/lib/udev/hid2hci /lib/udev/hid2hci
%{_mandir}/man1/hid2hci.1* %{_mandir}/man1/hid2hci.1*
/lib/udev/rules.d/97-hid2hci.rules %{_udevrulesdir}/97-hid2hci.rules
%post hid2hci %post hid2hci
%{_bindir}/udevadm trigger --subsystem-match=usb %{_bindir}/udevadm trigger --subsystem-match=usb
@ -218,7 +220,7 @@ BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
%{_bindir}/rctest %{_bindir}/rctest
%{_bindir}/test-* %{_bindir}/test-*
%{_bindir}/isotest %{_bindir}/isotest
%{_mandir}/man1/isotest.1* #{_mandir}/man1/isotest.1*
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
@ -230,14 +232,14 @@ BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
#patch3 -p1 #patch3 -p1
%patch4 -p1 %patch4 -p1
libtoolize -f -c
autoreconf -fi
%build %build
libtoolize -f -c
autoreconf -fi
%configure2_5x \ %configure2_5x \
--with-systemdsystemunitdir=%{_unitdir} \ --with-systemdsystemunitdir=%{_unitdir} \
--with-systemduserunitdir=%{_userunitdir} \ --with-systemduserunitdir=%{_userunitdir} \
--with-udevdir=/lib/udev \ --with-udevdir=%{_udevrulesdir} \
--enable-hid2hci \ --enable-hid2hci \
--enable-tools \ --enable-tools \
--enable-cups \ --enable-cups \