From aca33737b9d8e9d9889017b7118f50ee0db58519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 24 Jan 2013 15:31:10 +0100 Subject: [PATCH] Used ocaml_arches macros to enable ocaml on supported arches --- graphviz.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/graphviz.spec b/graphviz.spec index daaaebb..d40c181 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -5,10 +5,10 @@ %global SHARP 1 %endif -%ifarch alpha s390 s390x sparc64 -%global OCAML 0 -%else +%ifarch %{ocaml_arches} %global OCAML 1 +%else +%global OCAML 0 %endif %global DEVIL 1 @@ -48,7 +48,7 @@ Name: graphviz Summary: Graph Visualization Tools Version: 2.30.0 -Release: 2%{?dist} +Release: 3%{?dist} Group: Applications/Multimedia License: EPL URL: http://www.graphviz.org/ @@ -529,6 +529,9 @@ fi %changelog +* Thu Jan 24 2013 Jaroslav Škarvada - 2.30.0-3 +- Used ocaml_arches macros to enable ocaml on supported arches + * Fri Jan 18 2013 Adam Tkac - 2.30.0-2 - rebuild due to "jpeg8-ABI" feature drop