From 75fa452074921c9f7f680798829bea9f4edb2aa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Sat, 24 Dec 2016 15:19:31 +0000 Subject: [PATCH] ExcludeArch armv7hl for failing build for now --- libreoffice.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libreoffice.spec b/libreoffice.spec index e032899..cde19de 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -59,6 +59,8 @@ Release: 7%{?libo_prerelease}%{?dist} License: (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and Artistic and MPLv2.0 and CC0 URL: http://www.libreoffice.org/ +ExcludeArch: armv7hl + Source0: %{source_url}/libreoffice-%{version}%{?libo_prerelease}%{?libo_buildfix}.tar.xz Source1: %{source_url}/libreoffice-help-%{version}%{?libo_prerelease}%{?libo_buildfix}.tar.xz Source2: %{source_url}/libreoffice-translations-%{version}%{?libo_prerelease}%{?libo_buildfix}.tar.xz @@ -1064,7 +1066,6 @@ touch autogen.lastrun %configure \ %vendoroption \ %{?with_lang} \ - %{?_smp_mflags:--with-parallelism=2} \ --disable-coinmp \ --disable-fetch-external \ --disable-firebird-sdbc \ @@ -1092,7 +1093,7 @@ touch autogen.lastrun %{?archoptions} ulimit -c unlimited - make verbose=true build-nocheck +make verbose=true %{?_smp_mflags} build-nocheck #generate the icons and mime type stuff export DESTDIR=../output