From 00541b6065aa2c6e71ded6412267d30991d2453795c114ee5815d370ef2742c3 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 7 Feb 2020 09:21:24 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/poxml?expand=0&rev=116 --- poxml.changes | 5 +++++ poxml.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/poxml.changes b/poxml.changes index 6dac9cb..6b4a448 100644 --- a/poxml.changes +++ b/poxml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 08:36:14 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + ------------------------------------------------------------------- Wed Feb 5 06:29:53 UTC 2020 - Luca Beltrame diff --git a/poxml.spec b/poxml.spec index 708f298..1089698 100644 --- a/poxml.spec +++ b/poxml.spec @@ -70,7 +70,7 @@ RPM_OPT_FLAGS="%{optflags} -mminimal-toc" export CXXFLAGS="%{optflags} -fPIC" export CFLAGS="%{optflags} -fPIC" %cmake_kf5 -d build -- -DCMAKE_CXXFLAGS="%{optflags}" -DCMAKE_CFLAGS="%{optflags}" -%make_jobs +%cmake_build %install %kf5_makeinstall -C build