[GraphicsMagick] missing %%endif

Rex Dieter rdieter at fedoraproject.org
Wed Jun 26 14:03:17 UTC 2013


commit 96bffba476950f65e5794c3d56f80bd95b9910a5
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Wed Jun 26 09:02:22 2013 -0500

    missing %%endif

 GraphicsMagick.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/GraphicsMagick.spec b/GraphicsMagick.spec
index 1cf9524..8e8051a 100644
--- a/GraphicsMagick.spec
+++ b/GraphicsMagick.spec
@@ -16,12 +16,15 @@
 
 %define multilib_archs x86_64 %{ix86} ppc64 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
 %global __isa_bits 64
 %else
 %global __isa_bits 32
 %endif
+%endif
+%endif
 
 Summary: An ImageMagick fork, offering faster image generation and better quality
 Name: GraphicsMagick


More information about the scm-commits mailing list