x86_64,aarch64: fix installation path of cups backend [release 5.68-2mamba;Wed Aug 16 2023]
This commit is contained in:
parent
a2c695ac2c
commit
41bee1a902
10
bluez.spec
10
bluez.spec
@ -1,6 +1,6 @@
|
||||
Name: bluez
|
||||
Version: 5.68
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Userspace tools for the Bluetooth wireless library for Linux
|
||||
Group: Applications/Communication
|
||||
Vendor: openmamba
|
||||
@ -102,7 +102,8 @@ This package contains static libraries and header files neeed for development.
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall \
|
||||
rulesdir=%{_udevrulesdir}
|
||||
rulesdir=%{_udevrulesdir} \
|
||||
cupsdir=%{_prefix}/lib/cups/backend
|
||||
|
||||
for f in network input; do
|
||||
install -D -m0644 profiles/$f/$f.conf %{buildroot}%{_sysconfdir}/bluetooth/$f.conf
|
||||
@ -165,7 +166,7 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%{_modulesloaddir}/bluez.conf
|
||||
%{_userunitdir}/obex.service
|
||||
%{_userunitdir}/dbus-org.bluez.obex.service
|
||||
%{_libdir}/cups/backend/bluetooth
|
||||
%{_prefix}/lib/cups/backend/bluetooth
|
||||
%{_datadir}/zsh/site-functions/_bluetoothctl
|
||||
%{_datadir}/dbus-1/services/org.bluez.obex.service
|
||||
%{_datadir}/dbus-1/system-services/org.bluez.service
|
||||
@ -188,6 +189,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%doc ChangeLog README
|
||||
|
||||
%changelog
|
||||
* Wed Aug 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.68-2mamba
|
||||
- x86_64,aarch64: fix installation path of cups backend
|
||||
|
||||
* Sat Jul 01 2023 Automatic Build System <autodist@mambasoft.it> 5.68-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user