Update for new man pages and move of dbus from etc -> usr

This commit is contained in:
Peter Robinson 2023-08-25 17:20:09 +01:00
parent 3faa7e604c
commit f9916450f1

View File

@ -234,7 +234,6 @@ install emulator/btvirt ${RPM_BUILD_ROOT}/%{_libexecdir}/bluetooth/
%doc AUTHORS ChangeLog %doc AUTHORS ChangeLog
%dir %{_sysconfdir}/bluetooth %dir %{_sysconfdir}/bluetooth
%config(noreplace) %{_sysconfdir}/bluetooth/main.conf %config(noreplace) %{_sysconfdir}/bluetooth/main.conf
%config %{_sysconfdir}/dbus-1/system.d/bluetooth.conf
%{_bindir}/avinfo %{_bindir}/avinfo
%{_bindir}/bluemoon %{_bindir}/bluemoon
%{_bindir}/bluetoothctl %{_bindir}/bluetoothctl
@ -246,6 +245,9 @@ install emulator/btvirt ${RPM_BUILD_ROOT}/%{_libexecdir}/bluetooth/
%{_bindir}/l2test %{_bindir}/l2test
%{_bindir}/mpris-proxy %{_bindir}/mpris-proxy
%{_bindir}/rctest %{_bindir}/rctest
%{_mandir}/man1/bluetoothctl-mgmt.1.*
%{_mandir}/man1/bluetoothctl-monitor.1.*
%{_mandir}/man1/btmgmt.1.*
%{_mandir}/man1/btattach.1.* %{_mandir}/man1/btattach.1.*
%{_mandir}/man1/btmon.1.* %{_mandir}/man1/btmon.1.*
%{_mandir}/man1/l2ping.1.* %{_mandir}/man1/l2ping.1.*
@ -255,6 +257,7 @@ install emulator/btvirt ${RPM_BUILD_ROOT}/%{_libexecdir}/bluetooth/
%{_libexecdir}/bluetooth/bluetoothd %{_libexecdir}/bluetooth/bluetoothd
%{_libdir}/bluetooth/ %{_libdir}/bluetooth/
%{_localstatedir}/lib/bluetooth %{_localstatedir}/lib/bluetooth
%{_datadir}/dbus-1/system.d/bluetooth.conf
%{_datadir}/dbus-1/system-services/org.bluez.service %{_datadir}/dbus-1/system-services/org.bluez.service
%{_unitdir}/bluetooth.service %{_unitdir}/bluetooth.service
%{_datadir}/zsh/site-functions/_bluetoothctl %{_datadir}/zsh/site-functions/_bluetoothctl
@ -303,11 +306,10 @@ install emulator/btvirt ${RPM_BUILD_ROOT}/%{_libexecdir}/bluetooth/
%{_udevrulesdir}/97-hid2hci.rules %{_udevrulesdir}/97-hid2hci.rules
%files mesh %files mesh
#%doc tools/mesh-gatt/*.json
%config(noreplace) %{_sysconfdir}/bluetooth/mesh-main.conf %config(noreplace) %{_sysconfdir}/bluetooth/mesh-main.conf
%config %{_sysconfdir}/dbus-1/system.d/bluetooth-mesh.conf
%{_bindir}/mesh-cfgclient %{_bindir}/mesh-cfgclient
%{_bindir}/mesh-cfgtest %{_bindir}/mesh-cfgtest
%{_datadir}/dbus-1/system.d/bluetooth-mesh.conf
%{_datadir}/dbus-1/system-services/org.bluez.mesh.service %{_datadir}/dbus-1/system-services/org.bluez.mesh.service
%{_libexecdir}/bluetooth/bluetooth-meshd %{_libexecdir}/bluetooth/bluetooth-meshd
%{_unitdir}/bluetooth-mesh.service %{_unitdir}/bluetooth-mesh.service