From 629d0b50bc5e424df8b82ca815a753d73b7d1967 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 6 Mar 2019 03:42:51 -0500 Subject: [PATCH] Enable docs and fuller test suite. --- R-rprojroot.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/R-rprojroot.spec b/R-rprojroot.spec index 6c9abe6..788bc32 100644 --- a/R-rprojroot.spec +++ b/R-rprojroot.spec @@ -2,12 +2,12 @@ %global rlibdir %{_datadir}/R/library %global packver 1.3-2 -# Dependency lops. -%global with_doc 0 +# Dependency loops. +%global with_doc 1 Name: R-%{packname} Version: 1.3.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Finding Files in Project Subdirectories License: GPLv3 @@ -56,6 +56,7 @@ rm -f %{buildroot}%{rlibdir}/R.css %check +export NOT_CRAN=true %if %{with_doc} %{_bindir}/R CMD check %{packname} %else @@ -77,6 +78,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes %changelog +* Wed Mar 06 2019 Elliott Sales de Andrade - 1.3.2-4 +- Enable docs and fuller test suite + * Thu Jan 31 2019 Fedora Release Engineering - 1.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild