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

This commit is contained in:
Your Name 2025-02-25 21:02:44 +00:00
parent d9463bcb0d
commit a8224fd3ff

View file

@ -86,11 +86,13 @@ These are the official Bluetooth communication libraries for Linux.
%{_mandir}/man1/rfcomm.1*
%{_mandir}/man1/sdptool.1*
%{_mandir}/man1/btmon.1*
%{_mandir}/man1/btmgmt.1*
%{_mandir}/man5/*
%{_mandir}/man8/*
%config(noreplace) %{_sysconfdir}/sysconfig/*
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/*.conf
#config(noreplace) %{_sysconfdir}/dbus-1/system.d/*.conf
%config(noreplace) %{_sysconfdir}/bluetooth
%{_datadir}/dbus-1/system.d/bluetooth.conf
%{_datadir}/dbus-1/system-services/org.bluez.service
%{_datadir}/dbus-1/services/org.bluez.obex.service
%{_datadir}/zsh/site-functions/_bluetoothctl
@ -99,6 +101,7 @@ These are the official Bluetooth communication libraries for Linux.
%dir %{_libdir}/bluetooth/plugins
%{_libdir}/bluetooth/plugins/sixaxis.so
%{_udevrulesdir}/97-bluetooth.rules
%{_userunitdir}/dbus-org.bluez.obex.service
%post
%systemd_post bluetooth.service
@ -220,7 +223,7 @@ BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
%{_bindir}/rctest
%{_bindir}/test-*
%{_bindir}/isotest
#{_mandir}/man1/isotest.1*
%{_mandir}/man1/isotest.1*
#----------------------------------------------------------------------------
@ -271,7 +274,7 @@ autoreconf -fi
%make
%install
%makeinstall_std rulesdir=%{_sysconfdir}/udev/rules.d udevdir=/lib/udev
%makeinstall_std rulesdir=%{_sysconfdir}/udev/rules.d udevdir=/lib/udev
mkdir -p %{buildroot}%{_sysconfdir}/bluetooth
echo "1234" > %{buildroot}%{_sysconfdir}/bluetooth/pin
@ -302,4 +305,3 @@ install -d -m0755 %{buildroot}%{_localstatedir}/lib/bluetooth
ln -s bluetooth.service %{buildroot}%{_unitdir}/dbus-org.bluez.service
sed 's|#AutoEnable=false|AutoEnable=true|' -i %{buildroot}%{_sysconfdir}/bluetooth/main.conf