ppc64le is a multilib arch (#1051208)

epel9
Rex Dieter 11 years ago
parent e8b141060b
commit 1c448fcab0

@ -14,7 +14,7 @@
%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}
@ -32,7 +32,7 @@
Summary: An ImageMagick fork, offering faster image generation and better quality
Name: GraphicsMagick
Version: 1.3.19
Release: 2%{?dist}
Release: 3%{?dist}
License: MIT
Group: Applications/Multimedia
@ -299,6 +299,9 @@ rm -rf %{buildroot}
%changelog
* Thu Jan 09 2014 Rex Dieter <rdieter@fedoraproject.org> 1.3.19-3
- ppc64le is a multilib arch (#1051208)
* Wed Jan 01 2014 Rex Dieter <rdieter@fedoraproject.org> 1.3.19-2
- BR: jbigkit, libwebp, xdg-utils, xz

Loading…
Cancel
Save