rebuild for R 4.1.0, bootstrap

This commit is contained in:
Tom spot Callaway 2021-06-10 14:19:05 -04:00
parent fb0f9ee9b8
commit 8459181599

View File

@ -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 <spot@fedoraproject.org> - 2.1.2-5
- rebuild for R 4.1.0
- bootstrap
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild