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.
# Assuming Fedora
%global LICENSE 1
-%global ANN 1
%global ARRRR 1
%global DEEEE 0
%global DEVIL 1
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
%{_bindir}/gvpr
%{_bindir}/gxl2dot
%{_bindir}/gxl2gv
-%if %{ANN}
%{_bindir}/mingle
-%endif
%{_bindir}/edgepaint
%{_bindir}/mm2gv
%{_bindir}/neato
--without-glitz \
--with-ipsepcola \
--enable-lefty \
-%if ! %{ANN}
- --without-ann \
-%endif
--disable-python \
%if ! %{PYTHON3}
--disable-python3 \