From 90ebef02e98aa24c7945571774c52b931e6a7caefcffbc113a02b2125539c629 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 7 Feb 2020 08:44:08 +0000 Subject: [PATCH] use %cmake_build OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kitinerary?expand=0&rev=61 --- kitinerary.changes | 5 +++++ kitinerary.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kitinerary.changes b/kitinerary.changes index 2a7e616..939e5b0 100644 --- a/kitinerary.changes +++ b/kitinerary.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 08:37:37 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + ------------------------------------------------------------------- Wed Feb 5 06:29:15 UTC 2020 - Luca Beltrame diff --git a/kitinerary.spec b/kitinerary.spec index 985370c..6b2bcde 100644 --- a/kitinerary.spec +++ b/kitinerary.spec @@ -84,7 +84,7 @@ to build programs that use the kitinerary library. %build %cmake_kf5 -d build - %make_jobs + %cmake_build %install %kf5_makeinstall -C build