From a7350d05db250b1bdb1add88ba235626638e2684 Mon Sep 17 00:00:00 2001 From: John Ellson Date: Thu, 20 Jul 2017 12:42:57 -0400 Subject: [PATCH] disable ocaml, sharp, lasi on rhel - missing deps --- graphviz.spec.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/graphviz.spec.in b/graphviz.spec.in index 0b187a0cb..7f2fe41f6 100644 --- a/graphviz.spec.in +++ b/graphviz.spec.in @@ -66,16 +66,20 @@ BuildRequires: libglade2-devel gtkglarea2-devel gtkglext-devel glade3-libgladeui %if 0%{?rhel} %ifnarch ppc64 %ifnarch i386 +%ifnarch i686 %define SHARP 1 BuildRequires: mono-core %endif +%endif %define OCAML 1 BuildRequires: ocaml %endif %ifnarch i386 +%ifnarch i686 %define LASI 1 BuildRequires: lasi-devel %endif +%endif %define PYTHON 1 BuildRequires: python python-devel %endif -- 2.40.0