add support for ppc64le

f41
Jaromir Capik 11 years ago
parent 597601a353
commit 236025928c

@ -0,0 +1,12 @@
diff -Naur liborcus-0.5.1.orig/configure liborcus-0.5.1/configure
--- liborcus-0.5.1.orig/configure 2014-05-05 22:38:01.000000000 +0200
+++ liborcus-0.5.1/configure 2014-05-05 22:38:32.995207633 +0200
@@ -15335,7 +15335,7 @@
libsubdirs="lib"
ax_arch=`uname -m`
- if test $ax_arch = x86_64 -o $ax_arch = aarch64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64; then
+ if test $ax_arch = x86_64 -o $ax_arch = aarch64 -o $ax_arch = ppc64 -o $ax_arch = ppc64le -o $ax_arch = s390x -o $ax_arch = sparc64; then
libsubdirs="lib64 lib lib64"
fi

@ -2,7 +2,7 @@
Name: liborcus
Version: 0.5.1
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Standalone file import filter library for spreadsheet documents
Group: System Environment/Libraries
@ -14,6 +14,7 @@ BuildRequires: boost-devel
BuildRequires: pkgconfig(zlib)
Patch0: add-aarch64.patch
Patch1: add-ppc64le.patch
%description
%{name} is a standalone file import filter library for spreadsheet
@ -91,6 +92,9 @@ make check %{?_smp_mflags}
%{_bindir}/orcus-zip-dump
%changelog
* Mon May 05 2014 Jaromir Capik <jcapik@redhat.com> - 0.5.1-7
- add support for ppc64le
* Wed Jan 22 2014 David Tardon <dtardon@redhat.com> - 0.5.1-6
- add support for aarch64

Loading…
Cancel
Save