From: ellson Date: Mon, 31 Dec 2007 22:05:03 +0000 (+0000) Subject: disable R on fc8 until R-devl available on build hosts X-Git-Tag: LAST_LIBGRAPH~32^2~4932 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d6e5a3661397b5322c35298f881fad9f4865f0e;p=graphviz disable R on fc8 until R-devl available on build hosts --- diff --git a/graphviz.spec.in b/graphviz.spec.in index eeb3a236b..27e1a69ee 100644 --- a/graphviz.spec.in +++ b/graphviz.spec.in @@ -152,12 +152,14 @@ BuildRequires: librsvg2-devel BuildRequires: gd gd-devel perl-devel DevIL-devel %endif %if "%fedora" >= "8" -%define R_LANG 1 -BuildRequires: R swig >= 1.3.33 +%define R_LANG 0 +#BuildRequires: R swig >= 1.3.33 %endif %if "%fedora" >= "9" %define MING 0 #BuildRequires: ming ming-devel +%define R_LANG 1 +BuildRequires: R swig >= 1.3.33 %endif %endif