From 41bee1a9024cbb0b5d1f4f1cbe86ffeb26326e8f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:51:23 +0100 Subject: [PATCH] x86_64,aarch64: fix installation path of cups backend [release 5.68-2mamba;Wed Aug 16 2023] --- bluez.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/bluez.spec b/bluez.spec index cef71a6..7e4de60 100644 --- a/bluez.spec +++ b/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 5.68-2mamba +- x86_64,aarch64: fix installation path of cups backend + * Sat Jul 01 2023 Automatic Build System 5.68-1mamba - automatic version update by autodist