From 2a66330cf8773559c71352ee688b834d89ed6e2c4f5467e27b52e4da85374e88 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 7 Feb 2020 08:40:01 +0000 Subject: [PATCH] use %cmake_build OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kajongg?expand=0&rev=111 --- kajongg.changes | 5 +++++ kajongg.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kajongg.changes b/kajongg.changes index edaf3af..c8e7c28 100644 --- a/kajongg.changes +++ b/kajongg.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 08:37:03 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + ------------------------------------------------------------------- Wed Feb 5 06:28:50 UTC 2020 - Luca Beltrame diff --git a/kajongg.spec b/kajongg.spec index be92014..70a9695 100644 --- a/kajongg.spec +++ b/kajongg.spec @@ -69,7 +69,7 @@ Kajongg is a version of the four player Mahjongg tile game. export PYTHONDONTWRITEBYTECODE=1 export DESTDIR=%{buildroot} %cmake_kf5 -d build - %make_jobs + %cmake_build %install %make_install -C build