Disable paralell builds, atempt to fixes FTBFS rhbz #1307617
This commit is contained in:
parent
e9429a9c71
commit
e740489f06
@ -3,7 +3,7 @@ Name: highlight
|
||||
Summary: Universal source code to formatted text converter
|
||||
|
||||
Version: 3.28
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Group: Development/Tools
|
||||
License: GPLv3
|
||||
|
||||
@ -43,7 +43,9 @@ CFLAGS="%{optflags}"; export CFLAGS
|
||||
CXXFLAGS="%{optflags}"; export CXXFLAGS
|
||||
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}" \
|
||||
QMAKE="%{_qt5_qmake}" \
|
||||
QMAKE_CFLAGS_RELEASE="${CFLAGS}" \
|
||||
@ -80,6 +82,9 @@ desktop-file-install \
|
||||
%{_datadir}/pixmaps/highlight.xpm
|
||||
|
||||
%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
|
||||
- Updated to new 3.28 upstream version
|
||||
- Build against qt5 instead of qt4
|
||||
|
Loading…
Reference in New Issue
Block a user