From: Matthew Fernandez Date: Sat, 11 Dec 2021 18:29:16 +0000 (-0800) Subject: remove 'ANN' toggle in RH RPM configuration X-Git-Tag: 3.0.0~97^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a697bb74e7f30c006d96e181e112e10ec08cb27;p=graphviz remove 'ANN' toggle in RH RPM configuration libANN is now installed in all Red Hat environments in CI (CentOS and Fedora) and building Mingle is enabled in all. So we remove this configuration flag that is no longer used. --- diff --git a/redhat/graphviz.spec.fedora.in b/redhat/graphviz.spec.fedora.in index 7a7a8bb79..b137dbebc 100644 --- a/redhat/graphviz.spec.fedora.in +++ b/redhat/graphviz.spec.fedora.in @@ -19,7 +19,6 @@ Source0: https://gitlab.com/graphviz/graphviz/-/archive/@VERSION@/graphviz-@VERS # Assuming Fedora %global LICENSE 1 -%global ANN 1 %global ARRRR 1 %global DEEEE 0 %global DEVIL 1 @@ -63,10 +62,8 @@ BuildRequires: gmp-devel gd gd-devel librsvg2-devel BuildRequires: ghostscript ghostscript-devel poppler-glib-devel libtool-ltdl libtool-ltdl-devel BuildRequires: ruby ruby-devel php-devel lua-devel BuildRequires: perl-devel perl-libs perl-ExtUtils-Embed tcl tcl-devel tk tk-devel - -%if %{ANN} BuildRequires: ann-devel -%endif + %if %{ARRRR} BuildRequires: R-devel %endif @@ -199,9 +196,7 @@ LD_LIBRARY_PATH=%{_libdir} %{_bindir}/dot -c %{_bindir}/gvpr %{_bindir}/gxl2dot %{_bindir}/gxl2gv -%if %{ANN} %{_bindir}/mingle -%endif %{_bindir}/edgepaint %{_bindir}/mm2gv %{_bindir}/neato @@ -903,9 +898,6 @@ CFLAGS="$RPM_OPT_FLAGS" \ --without-glitz \ --with-ipsepcola \ --enable-lefty \ -%if ! %{ANN} - --without-ann \ -%endif --disable-python \ %if ! %{PYTHON3} --disable-python3 \