forked from pool/bluez
Accepting request 957815 from home:gmbr3:Active
- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075) OBS-URL: https://build.opensuse.org/request/show/957815 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=319
This commit is contained in:
parent
0dd2d3e636
commit
92cfa1c287
@ -7,7 +7,7 @@ Index: bluez-5.55/Makefile.in
|
|||||||
@DEPRECATED_TRUE@@READLINE_TRUE@ src/libshared-glib.la $(GLIB_LIBS) -lreadline
|
@DEPRECATED_TRUE@@READLINE_TRUE@ src/libshared-glib.la $(GLIB_LIBS) -lreadline
|
||||||
|
|
||||||
-@CUPS_TRUE@cupsdir = $(libdir)/cups/backend
|
-@CUPS_TRUE@cupsdir = $(libdir)/cups/backend
|
||||||
+@CUPS_TRUE@cupsdir = $(libexecdir)/cups/backend
|
+@CUPS_TRUE@cupsdir = $(prefix)/lib/cups/backend
|
||||||
@CUPS_TRUE@profiles_cups_bluetooth_SOURCES = profiles/cups/main.c \
|
@CUPS_TRUE@profiles_cups_bluetooth_SOURCES = profiles/cups/main.c \
|
||||||
@CUPS_TRUE@ profiles/cups/cups.h \
|
@CUPS_TRUE@ profiles/cups/cups.h \
|
||||||
@CUPS_TRUE@ profiles/cups/sdp.c \
|
@CUPS_TRUE@ profiles/cups/sdp.c \
|
||||||
@ -20,7 +20,7 @@ Index: bluez-5.55/Makefile.tools
|
|||||||
|
|
||||||
if CUPS
|
if CUPS
|
||||||
-cupsdir = $(libdir)/cups/backend
|
-cupsdir = $(libdir)/cups/backend
|
||||||
+cupsdir = $(libexecdir)/cups/backend
|
+cupsdir = $(prefix)/lib/cups/backend
|
||||||
|
|
||||||
cups_PROGRAMS = profiles/cups/bluetooth
|
cups_PROGRAMS = profiles/cups/bluetooth
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 26 18:20:25 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 23 09:52:32 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
Tue Nov 23 09:52:32 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -418,9 +418,9 @@ touch -r %{SOURCE0} %{buildroot}%{_defaultdocdir}/%{name}/README-mesh.SUSE
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%files cups
|
%files cups
|
||||||
%dir %{_libexecdir}/cups
|
%dir %{_prefix}/lib/cups
|
||||||
%dir %{_libexecdir}/cups/backend
|
%dir %{_prefix}/lib/cups/backend
|
||||||
%{_libexecdir}/cups/backend/bluetooth
|
%{_prefix}/lib/cups/backend/bluetooth
|
||||||
|
|
||||||
%files test
|
%files test
|
||||||
%{_bindir}/avinfo
|
%{_bindir}/avinfo
|
||||||
|
Loading…
Reference in New Issue
Block a user