From e740489f06bef8c2a4215944239ce7dd90596d07 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Sat, 21 May 2016 19:34:14 -0300 Subject: [PATCH] Disable paralell builds, atempt to fixes FTBFS rhbz #1307617 --- highlight.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/highlight.spec b/highlight.spec index 78141fc..9128247 100644 --- a/highlight.spec +++ b/highlight.spec @@ -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 - 3.28-3 +- Disable paralell builds, atempt to fixes FTBFS rhbz #1307617 + * Wed May 18 2016 Filipe Rosset - 3.28-2 - Updated to new 3.28 upstream version - Build against qt5 instead of qt4