From aeb9e1a466b7929938c8175163449132743c1969 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 18 Jul 2020 10:43:53 +0200 Subject: [PATCH] Improve compatibility with new CMake macro Signed-off-by: Igor Raits --- kf5-libkipi.spec | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/kf5-libkipi.spec b/kf5-libkipi.spec index 4c015eb..e7aa658 100644 --- a/kf5-libkipi.spec +++ b/kf5-libkipi.spec @@ -1,4 +1,4 @@ - +%undefine __cmake_in_source_build %global framework libkipi Name: kf5-libkipi @@ -54,16 +54,12 @@ Requires: cmake(KF5XmlGui) %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{cmake_kf5} .. -popd - -%make_build -C %{_target_platform} +%{cmake_kf5} +%cmake_build %install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%cmake_install %ldconfig_scriptlets