]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
add aarch64 to list of supported archs
authorJan Palus <atler@pld-linux.org>
Mon, 11 May 2020 09:32:13 +0000 (11:32 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 11 May 2020 09:34:00 +0000 (11:34 +0200)
libreoffice.spec

index fb7c8151c17ae0512986f39debe4e7bff3004103..af1b445409bca901dbee8e83aae1d1e0de239e5b 100644 (file)
@@ -37,7 +37,7 @@
 %bcond_without system_myspell
 
 # this list is same as icedtea6
-%ifnarch i486 i586 i686 pentium3 pentium4 athlon %{x8664}
+%ifnarch i486 i586 i686 pentium3 pentium4 athlon %{x8664} aarch64
 %undefine      with_java
 %endif
 
@@ -280,7 +280,7 @@ Requires:   %{name}-xsltfilter = %{version}-%{release}
 Obsoletes:     libreoffice-testtools
 Obsoletes:     openoffice.org
 Obsoletes:     openoffice.org-testtools
-ExclusiveArch: %{ix86} %{x8664} ppc sparc sparcv9
+ExclusiveArch: %{ix86} %{x8664} ppc sparc sparcv9 aarch64
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                specflags       -fno-strict-aliasing -O2
This page took 0.098593 seconds and 4 git commands to generate.