From 48e6a726be92da77043b1b2b127ec5386cbe4988 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Mar 20 2021 01:00:55 +0000 Subject: Disable bootstrap. --- diff --git a/R-withr.spec b/R-withr.spec index 649c7bd..02b9cb1 100644 --- a/R-withr.spec +++ b/R-withr.spec @@ -1,4 +1,4 @@ -%bcond_without bootstrap +%bcond_with bootstrap %global packname withr %global packver 2.4.1 @@ -63,11 +63,7 @@ rm -f %{buildroot}%{rlibdir}/R.css %check %if %{without bootstrap} export LANG=C.UTF-8 -%if %{with_doc} %{_bindir}/R CMD check %{packname} -%else -_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes -%endif %endif