From 1648fde338e5f0fd8e79c9820bd2a2bc53a1e11041e87e0db356940aab885305 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 7 Feb 2020 08:44:28 +0000 Subject: [PATCH] use %cmake_build OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/klickety?expand=0&rev=116 --- klickety.changes | 5 +++++ klickety.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/klickety.changes b/klickety.changes index c592234..863d66a 100644 --- a/klickety.changes +++ b/klickety.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 08:37:39 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + ------------------------------------------------------------------- Wed Feb 5 06:29:16 UTC 2020 - Luca Beltrame diff --git a/klickety.spec b/klickety.spec index ff1dfde..d7e688f 100644 --- a/klickety.spec +++ b/klickety.spec @@ -65,7 +65,7 @@ Klickety is an adaptation of the Clickomania and SameGame games. %build %cmake_kf5 -d build - %make_jobs + %cmake_build %install %kf5_makeinstall -C build