From 6d994f6be2119b8fef4a472230c2249d8c14cec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20=C3=9Acar?= Date: Fri, 28 Apr 2023 09:49:58 +0200 Subject: [PATCH] Ignore vignettes --- R-mockr.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/R-mockr.spec b/R-mockr.spec index 312158e..a12c17f 100644 --- a/R-mockr.spec +++ b/R-mockr.spec @@ -4,7 +4,7 @@ Name: R-%{packname} Version: 0.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mocking in R License: GPLv3 @@ -56,9 +56,9 @@ rm -f %{buildroot}%{rlibdir}/R.css %check %if %{with bootstrap} -_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-vignettes --no-tests +_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes --no-tests %else -%{_bindir}/R CMD check %{packname} --no-tests +%{_bindir}/R CMD check --ignore-vignettes %{packname} --no-tests %endif %files @@ -74,6 +74,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-vignettes --n %{rlibdir}/%{packname}/doc %changelog +* Fri Apr 28 2023 Iñaki Úcar - 0.2.1-3 +- Ignore vignettes + * Fri Apr 21 2023 Iñaki Úcar - 0.2.1-2 - R-maint-sig mass rebuild