From 8f5dcbf1a1554e2f90f08cc33f9593b1ccc13e82b8c8c478ac9310f496f18930 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 7 Feb 2020 08:50:39 +0000 Subject: [PATCH] use %cmake_build OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/palapeli?expand=0&rev=113 --- palapeli.changes | 5 +++++ palapeli.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/palapeli.changes b/palapeli.changes index 4b35d3a..7f6004c 100644 --- a/palapeli.changes +++ b/palapeli.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 08:38:29 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + ------------------------------------------------------------------- Wed Feb 5 06:29:51 UTC 2020 - Luca Beltrame diff --git a/palapeli.spec b/palapeli.spec index 3cd87b4..51d2f8f 100644 --- a/palapeli.spec +++ b/palapeli.spec @@ -91,7 +91,7 @@ This package contains the development files for Palapeli. %build %cmake_kf5 -d build - %make_jobs + %cmake_build %install %kf5_makeinstall -C build