From c97c4779aa07acfca97050af9173309c6615e18d6a280960f56f8e622ccc1a63 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 7 Feb 2020 08:43:29 +0000 Subject: [PATCH] use %cmake_build OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kig?expand=0&rev=109 --- kig.changes | 5 +++++ kig.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kig.changes b/kig.changes index 32b0553..cd3e826 100644 --- a/kig.changes +++ b/kig.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 08:37:31 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + ------------------------------------------------------------------- Wed Feb 5 06:29:11 UTC 2020 - Luca Beltrame diff --git a/kig.spec b/kig.spec index 9ea58c9..3b429ed 100644 --- a/kig.spec +++ b/kig.spec @@ -76,7 +76,7 @@ drawing mathematical figures and including them in other documents. %build %cmake_kf5 -d build -- -DBoost_NO_BOOST_CMAKE=ON - %make_jobs + %cmake_build %install %kf5_makeinstall -C build