From d8af645917d7857ee45f078dfbc0a06a88b7f430ca608cc5ce430bd5be354283 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 7 Feb 2020 08:44:31 +0000 Subject: [PATCH] use %cmake_build OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/klines?expand=0&rev=106 --- klines.changes | 5 +++++ klines.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/klines.changes b/klines.changes index 96c4c77..7ee968b 100644 --- a/klines.changes +++ b/klines.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 08:37:40 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + ------------------------------------------------------------------- Wed Feb 5 06:29:17 UTC 2020 - Luca Beltrame diff --git a/klines.spec b/klines.spec index 6edab57..3a9a3a3 100644 --- a/klines.spec +++ b/klines.spec @@ -82,7 +82,7 @@ from the game board. Similar to tetris you fight new pieces appearing. %build %cmake_kf5 -d build - %make_jobs + %cmake_build %install %kf5_makeinstall -C build