Please consider the following trivial change to the graphicsmagick spec to enable the ppc64le arch: diff --git a/GraphicsMagick.spec b/GraphicsMagick.spec index 71a935e..0e6b94e 100644 --- a/GraphicsMagick.spec +++ b/GraphicsMagick.spec @@ -14,11 +14,11 @@ %global libQ -Q16 %endif -%define multilib_archs x86_64 %{ix86} ppc64 ppc s390x s390 sparc64 sparcv9 +%define multilib_archs x86_64 %{ix86} ppc64 ppc64le ppc s390x s390 sparc64 sparcv9 # hack for older platforms/rpm-versions that do not support %%__isa_bits (like el5) %ifarch %{multilib_archs} %if ! 0%{?__isa_bits:1} -%ifarch x86_64 s390x ia64 ppc64 sparc64 +%ifarch x86_64 s390x ia64 ppc64 ppc64le sparc64 %global __isa_bits 64 %else %global __isa_bits 32
No problem.
Though I think only the first bit is needed. the part below is needed only on legacy platforms with rpm versions that doesn't define __isa_bits already.
%changelog * Thu Jan 09 2014 Rex Dieter <rdieter> 1.3.19-3 - ppc64le is a multilib arch (#1051208)