From 11d1a592ce928f86fcec0afe3c8130d4ad06acf86c719177a84cd44247f22e89 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 7 Feb 2020 08:40:54 +0000 Subject: [PATCH] use %cmake_build OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kblocks?expand=0&rev=118 --- kblocks.changes | 5 +++++ kblocks.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kblocks.changes b/kblocks.changes index 3c4abc3..9706c45 100644 --- a/kblocks.changes +++ b/kblocks.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 08:37:10 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + ------------------------------------------------------------------- Wed Feb 5 06:28:56 UTC 2020 - Luca Beltrame diff --git a/kblocks.spec b/kblocks.spec index 1350991..39e388f 100644 --- a/kblocks.spec +++ b/kblocks.spec @@ -72,7 +72,7 @@ KBlocks is the KDE version of the classic falling blocks game. %build %cmake_kf5 -d build - %make_jobs + %cmake_build %install %kf5_makeinstall -C build