From 8459181599c6fe188a8fb27c5c1d0741f29a47aa Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Thu, 10 Jun 2021 14:19:05 -0400 Subject: [PATCH] rebuild for R 4.1.0, bootstrap --- R-rematch2.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/R-rematch2.spec b/R-rematch2.spec index 71ae8ae..f433dd6 100644 --- a/R-rematch2.spec +++ b/R-rematch2.spec @@ -1,10 +1,12 @@ +%bcond_without bootstrap + %global packname rematch2 %global packver 2.1.2 %global rlibdir %{_datadir}/R/library Name: R-%{packname} Version: %{packver} -Release: 4%{?dist} +Release: 5%{?dist} Summary: Tidy Output from Regular Expression Matching License: MIT @@ -22,7 +24,9 @@ BuildArch: noarch BuildRequires: R-devel BuildRequires: tex(latex) BuildRequires: R-tibble +%if %{without bootstrap} BuildRequires: R-testthat +%endif %description Wrappers on 'regexpr' and 'gregexpr' to return the match results in tidy @@ -47,7 +51,9 @@ rm -f %{buildroot}%{rlibdir}/R.css %check +%if %{without bootstrap} %{_bindir}/R CMD check %{packname} +%endif %files @@ -65,6 +71,10 @@ rm -f %{buildroot}%{rlibdir}/R.css %changelog +* Thu Jun 10 2021 Tom Callaway - 2.1.2-5 +- rebuild for R 4.1.0 +- bootstrap + * Mon Jan 25 2021 Fedora Release Engineering - 2.1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild