From 6021fb6506ea10b2281ceb2169faf3597e851aa0e3bbb0ff85f9494d1d31b7a9 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 7 Feb 2020 08:47:11 +0000 Subject: [PATCH] use %cmake_build OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksquares?expand=0&rev=109 --- ksquares.changes | 5 +++++ ksquares.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ksquares.changes b/ksquares.changes index 92e66ae..0b9ee3b 100644 --- a/ksquares.changes +++ b/ksquares.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 08:38:02 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + ------------------------------------------------------------------- Wed Feb 5 06:29:32 UTC 2020 - Luca Beltrame diff --git a/ksquares.spec b/ksquares.spec index 716b38a..fc97515 100644 --- a/ksquares.spec +++ b/ksquares.spec @@ -75,7 +75,7 @@ which may be controlled by the computer. %build %cmake_kf5 -d build - %make_jobs + %cmake_build %install %kf5_makeinstall -C build