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
This commit is contained in:
Martin Pluskal 2018-01-04 19:31:30 +00:00 committed by Git OBS Bridge
parent 6f87f40478
commit 9f1da48935
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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