From 7b6041dbeb0f9f13c9d6029c8702adee28e6e33e5204f03308a705d121732906 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 7 Feb 2020 08:47:19 +0000 Subject: [PATCH] use %cmake_build OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksystemlog?expand=0&rev=119 --- ksystemlog.changes | 5 +++++ ksystemlog.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ksystemlog.changes b/ksystemlog.changes index e71abc6..e080a0e 100644 --- a/ksystemlog.changes +++ b/ksystemlog.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 08:38:04 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + ------------------------------------------------------------------- Wed Feb 5 06:29:33 UTC 2020 - Luca Beltrame diff --git a/ksystemlog.spec b/ksystemlog.spec index 52213db..769ac33 100644 --- a/ksystemlog.spec +++ b/ksystemlog.spec @@ -64,7 +64,7 @@ want to quickly see problems occurring on their server. %build %cmake_kf5 -d build - %make_jobs + %cmake_build %install %kf5_makeinstall -C build