From 2a5a5699071b77166d2447ac0ad058bf53a04130711351c330529d3acf336b3c Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 7 Feb 2020 08:50:20 +0000 Subject: [PATCH] use %cmake_build OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mbox-importer?expand=0&rev=114 --- mbox-importer.changes | 5 +++++ mbox-importer.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mbox-importer.changes b/mbox-importer.changes index a16e9ac..66663d4 100644 --- a/mbox-importer.changes +++ b/mbox-importer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 08:38:26 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + ------------------------------------------------------------------- Wed Feb 5 06:29:49 UTC 2020 - Luca Beltrame diff --git a/mbox-importer.spec b/mbox-importer.spec index 1c969d4..090c6ab 100644 --- a/mbox-importer.spec +++ b/mbox-importer.spec @@ -59,7 +59,7 @@ into akonadi. %build %cmake_kf5 -d build -%make_jobs +%cmake_build %install %kf5_makeinstall -C build