Disable paralell builds, atempt to fixes FTBFS rhbz #1307617

This commit is contained in:
Filipe Rosset 2016-05-21 19:34:14 -03:00
parent e9429a9c71
commit e740489f06

View File

@ -3,7 +3,7 @@ Name: highlight
Summary: Universal source code to formatted text converter Summary: Universal source code to formatted text converter
Version: 3.28 Version: 3.28
Release: 2%{?dist} Release: 3%{?dist}
Group: Development/Tools Group: Development/Tools
License: GPLv3 License: GPLv3
@ -43,7 +43,9 @@ CFLAGS="%{optflags}"; export CFLAGS
CXXFLAGS="%{optflags}"; export CXXFLAGS CXXFLAGS="%{optflags}"; export CXXFLAGS
LDFLAGS="%{?__global_ldflags}"; export LDFLAGS LDFLAGS="%{?__global_ldflags}"; export LDFLAGS
%make_build all gui %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \ # Disable paralell builds, atempt to fixes FTBFS
#%make_build all gui %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \
%make_build all gui CFLAGS="$RPM_OPT_FLAGS" \
LDFLAGS="%{?__global_ldflags}" \ LDFLAGS="%{?__global_ldflags}" \
QMAKE="%{_qt5_qmake}" \ QMAKE="%{_qt5_qmake}" \
QMAKE_CFLAGS_RELEASE="${CFLAGS}" \ QMAKE_CFLAGS_RELEASE="${CFLAGS}" \
@ -80,6 +82,9 @@ desktop-file-install \
%{_datadir}/pixmaps/highlight.xpm %{_datadir}/pixmaps/highlight.xpm
%changelog %changelog
* Sat May 21 2016 Filipe Rosset <rosset.filipe@gmail.com> - 3.28-3
- Disable paralell builds, atempt to fixes FTBFS rhbz #1307617
* Wed May 18 2016 Filipe Rosset <rosset.filipe@gmail.com> - 3.28-2 * Wed May 18 2016 Filipe Rosset <rosset.filipe@gmail.com> - 3.28-2
- Updated to new 3.28 upstream version - Updated to new 3.28 upstream version
- Build against qt5 instead of qt4 - Build against qt5 instead of qt4