1
0

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:
Antonio Larrosa 2023-10-04 09:21:18 +00:00 committed by Git OBS Bridge
parent 02ab8da6dd
commit 2402736b3c
2 changed files with 11 additions and 0 deletions

View File

@ -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>

View File

@ -111,7 +111,11 @@ This package contains convenience files for developers.
%files devel
%doc %{_datadir}/doc/%{name}/
%if %{pkg_vcmp meson < 0.62.0 }
%{_libdir}/pkgconfig/%{name}.pc
%else
%{_datadir}/pkgconfig/%{name}.pc
%endif
%files lang -f %{name}.lang