From fd281e5b17966029226d06cb7d929d924b88becbfc1cb354e8965beb2ac1e9dd Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 26 Oct 2021 09:54:35 +0000 Subject: [PATCH] Accepting request 927007 from home:alarrosa:branches:GNOME:Factory - Replace CMAKE_SKIP_RPATH=OFF with CMAKE_SKIP_INSTALL_RPATH=OFF as that should be used with the newest cmake macros (boo#1190880) OBS-URL: https://build.opensuse.org/request/show/927007 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=446 --- evolution.changes | 6 ++++++ evolution.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/evolution.changes b/evolution.changes index 3204fb5..65ce870 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 22 12:08:46 UTC 2021 - Antonio Larrosa + +- Replace CMAKE_SKIP_RPATH=OFF with CMAKE_SKIP_INSTALL_RPATH=OFF + as that should be used with the newest cmake macros (boo#1190880) + ------------------------------------------------------------------- Mon Sep 20 09:29:51 UTC 2021 - Dominique Leuenberger diff --git a/evolution.spec b/evolution.spec index 8e066fa..ee118ec 100644 --- a/evolution.spec +++ b/evolution.spec @@ -190,7 +190,7 @@ to develop applications that require these. -DENABLE_YTNEF=OFF \ -DWITH_GLADE_CATALOG=ON \ -DENABLE_GTK_DOC=ON \ - -DCMAKE_SKIP_RPATH=OFF + -DCMAKE_SKIP_INSTALL_RPATH=OFF %cmake_build %install