ExcludeArch armv7hl for failing build for now
This commit is contained in:
parent
927bdeca4f
commit
75fa452074
@ -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
|
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/
|
URL: http://www.libreoffice.org/
|
||||||
|
|
||||||
|
ExcludeArch: armv7hl
|
||||||
|
|
||||||
Source0: %{source_url}/libreoffice-%{version}%{?libo_prerelease}%{?libo_buildfix}.tar.xz
|
Source0: %{source_url}/libreoffice-%{version}%{?libo_prerelease}%{?libo_buildfix}.tar.xz
|
||||||
Source1: %{source_url}/libreoffice-help-%{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
|
Source2: %{source_url}/libreoffice-translations-%{version}%{?libo_prerelease}%{?libo_buildfix}.tar.xz
|
||||||
@ -1064,7 +1066,6 @@ touch autogen.lastrun
|
|||||||
%configure \
|
%configure \
|
||||||
%vendoroption \
|
%vendoroption \
|
||||||
%{?with_lang} \
|
%{?with_lang} \
|
||||||
%{?_smp_mflags:--with-parallelism=2} \
|
|
||||||
--disable-coinmp \
|
--disable-coinmp \
|
||||||
--disable-fetch-external \
|
--disable-fetch-external \
|
||||||
--disable-firebird-sdbc \
|
--disable-firebird-sdbc \
|
||||||
@ -1092,7 +1093,7 @@ touch autogen.lastrun
|
|||||||
%{?archoptions}
|
%{?archoptions}
|
||||||
|
|
||||||
ulimit -c unlimited
|
ulimit -c unlimited
|
||||||
make verbose=true build-nocheck
|
make verbose=true %{?_smp_mflags} build-nocheck
|
||||||
|
|
||||||
#generate the icons and mime type stuff
|
#generate the icons and mime type stuff
|
||||||
export DESTDIR=../output
|
export DESTDIR=../output
|
||||||
|
Loading…
Reference in New Issue
Block a user