From 6eda27bc46b7b761999f0157626b04f4f8d3bb2b Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 18 Jul 2020 10:42:49 +0200 Subject: [PATCH] Improve compatibility with new CMake macro Signed-off-by: Igor Raits --- kf5-libkexiv2.spec | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/kf5-libkexiv2.spec b/kf5-libkexiv2.spec index f5324c8..6565e7e 100644 --- a/kf5-libkexiv2.spec +++ b/kf5-libkexiv2.spec @@ -1,4 +1,4 @@ - +%undefine __cmake_in_source_build %global framework libkexiv2 Name: kf5-libkexiv2 @@ -42,16 +42,12 @@ Requires: cmake(Qt5Gui) %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