From b12bbd8fa9451b70a3e33eecfbb65df3c293dbd470a68862240b1d995ba3cb4d Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 28 Jul 2020 13:50:41 +0000 Subject: [PATCH] Accepting request 823036 from home:iznogood:factory - Solve the libexecdir problem a different way. OBS-URL: https://build.opensuse.org/request/show/823036 OBS-URL: https://build.opensuse.org/package/show/graphics/gimp?expand=0&rev=44 --- gimp.changes | 5 +++++ gimp.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gimp.changes b/gimp.changes index c18e550..f10a991 100644 --- a/gimp.changes +++ b/gimp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 22 22:18:09 UTC 2020 - Bjørn Lie + +- Solve the libexecdir problem a different way. + ------------------------------------------------------------------- Tue Jul 7 10:28:23 UTC 2020 - Callum Farmer diff --git a/gimp.spec b/gimp.spec index dc5e43d..2515459 100644 --- a/gimp.spec +++ b/gimp.spec @@ -232,7 +232,7 @@ export LDFLAGS="%{optflags} -lm" --without-webkit\ --with-lcms=lcms2\ %endif - --libexecdir=%{_prefix}/lib\ + --libexecdir=%{_libexecdir}\ --enable-default-binary\ --disable-check-update\ --enable-mp @@ -296,7 +296,7 @@ install -m 644 -c macros.gimp \ %{_bindir}/gimp-console-2.* # should this maybe be in _libexecdir too? %{_bindir}/gimp-test-clipboard-2.0 -%{_prefix}/lib/gimp-debug-tool-2.0 +%{_libexecdir}/gimp-debug-tool-2.0 %dir %{_datadir}/metainfo %{_datadir}/metainfo/gimp-data-extras.metainfo.xml %{_datadir}/metainfo/org.gimp.GIMP.appdata.xml