From 9f1da489356e2810622200c009d15e34385adde361df263f6a2b7da8b69090d5 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 4 Jan 2018 19:31:30 +0000 Subject: [PATCH] Accepting request 561704 from home:StefanBruens:branches:Publishing Submitted an outdated revision breaking Leap, sorry for the mess ... - Unbreak build on Leap 42.x, make_jobs is only provided by macros.qt5 OBS-URL: https://build.opensuse.org/request/show/561704 OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=29 --- texstudio.changes | 5 +++++ texstudio.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/texstudio.changes b/texstudio.changes index dcde1f8..7eb8714 100644 --- a/texstudio.changes +++ b/texstudio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 4 15:35:35 UTC 2018 - stefan.bruens@rwth-aachen.de + +- Unbreak build on Leap 42.x, make_jobs is only provided by macros.qt5 + ------------------------------------------------------------------- Wed Jan 3 13:37:25 UTC 2018 - stefan.bruens@rwth-aachen.de diff --git a/texstudio.spec b/texstudio.spec index c68c2b7..7deda7f 100644 --- a/texstudio.spec +++ b/texstudio.spec @@ -65,7 +65,11 @@ qmake QMAKE_CXXFLAGS="%optflags -fno-strict-aliasing" \ %{qmake5} CONFIG-=debug %{?crashhandler} texstudio.pro %endif +%if 0%{?suse_version} <= 1320 +make %{?_smp_mflags} VERBOSE=1 +%else %{make_jobs} +%endif %install make INSTALL_ROOT=%{buildroot} install