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 packname rematch2
%global packver 2.1.2 %global packver 2.1.2
%global rlibdir %{_datadir}/R/library %global rlibdir %{_datadir}/R/library
Name: R-%{packname} Name: R-%{packname}
Version: %{packver} Version: %{packver}
Release: 4%{?dist} Release: 5%{?dist}
Summary: Tidy Output from Regular Expression Matching Summary: Tidy Output from Regular Expression Matching
License: MIT License: MIT
@ -22,7 +24,9 @@ BuildArch: noarch
BuildRequires: R-devel BuildRequires: R-devel
BuildRequires: tex(latex) BuildRequires: tex(latex)
BuildRequires: R-tibble BuildRequires: R-tibble
%if %{without bootstrap}
BuildRequires: R-testthat BuildRequires: R-testthat
%endif
%description %description
Wrappers on 'regexpr' and 'gregexpr' to return the match results in tidy Wrappers on 'regexpr' and 'gregexpr' to return the match results in tidy
@ -47,7 +51,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
%check %check
%if %{without bootstrap}
%{_bindir}/R CMD check %{packname} %{_bindir}/R CMD check %{packname}
%endif
%files %files
@ -65,6 +71,10 @@ rm -f %{buildroot}%{rlibdir}/R.css
%changelog %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 * Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild