forked from pool/xdg-desktop-portal
Accepting request 1114993 from home:alarrosa:branches:GNOME:Factory
- Support building with meson 0.61.x used by SLE, where .pc files in dataonly packages are installed to %_libdir unlike in meson >= 0.62.0 where the default was changed to %_datadir. OBS-URL: https://build.opensuse.org/request/show/1114993 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/xdg-desktop-portal?expand=0&rev=73
This commit is contained in:
parent
02ab8da6dd
commit
2402736b3c
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 3 12:20:53 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
- Support building with meson 0.61.x used by SLE, where .pc files
|
||||||
|
in dataonly packages are installed to %_libdir unlike in
|
||||||
|
meson >= 0.62.0 where the default was changed to %_datadir.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 18 19:45:54 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Mon Sep 18 19:45:54 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -111,7 +111,11 @@ This package contains convenience files for developers.
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc %{_datadir}/doc/%{name}/
|
%doc %{_datadir}/doc/%{name}/
|
||||||
|
%if %{pkg_vcmp meson < 0.62.0 }
|
||||||
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
%else
|
||||||
%{_datadir}/pkgconfig/%{name}.pc
|
%{_datadir}/pkgconfig/%{name}.pc
|
||||||
|
%endif
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user