update to 0.6.0, bootstrap, rebuild for R 4.1.0
This commit is contained in:
parent
1380c9b868
commit
c4c14d60a4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/packrat_0.5.0.tar.gz
|
||||
/packrat_0.6.0.tar.gz
|
||||
|
@ -1,3 +1,5 @@
|
||||
%bcond_without bootstrap
|
||||
|
||||
%global packname packrat
|
||||
%global rlibdir %{_datadir}/R/library
|
||||
|
||||
@ -7,8 +9,8 @@
|
||||
%global with_suggests 0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 0.5.0
|
||||
Release: 7%{?dist}
|
||||
Version: 0.6.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Dependency Management System for R Projects
|
||||
|
||||
License: GPLv2
|
||||
@ -27,6 +29,7 @@ BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-tools
|
||||
BuildRequires: R-utils
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: R-testthat >= 0.7
|
||||
BuildRequires: R-httr
|
||||
BuildRequires: R-knitr
|
||||
@ -34,6 +37,7 @@ BuildRequires: R-rmarkdown
|
||||
%if %{with_suggests}
|
||||
BuildRequires: R-devtools
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%description
|
||||
Manage the R packages your project depends on in an isolated, portable, and
|
||||
@ -55,11 +59,13 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%check
|
||||
%if %{without bootstrap}
|
||||
%if %{with_suggests}
|
||||
%{_bindir}/R CMD check %{packname}
|
||||
%else
|
||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
||||
%files
|
||||
@ -76,6 +82,11 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 14 2021 Tom Callaway <spot@fedoraproject.org> - 0.6.0-1
|
||||
- update to 0.6.0
|
||||
- bootstrap
|
||||
- Rebuilt for R 4.1.0
|
||||
|
||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (packrat_0.5.0.tar.gz) = 52daa923bfd1db8727ab744d6df766155a9199526816788d1a6e69be6798f7ea0ecd79379c76d281e256eb5b02c7574488ec0d3f871438b8d511e31c6019c239
|
||||
SHA512 (packrat_0.6.0.tar.gz) = a7f7df8fe2d6b6f6c1e54a1b9b8c6045c8faf685517354f01344238c3044097f6e65eca4d7a6eb55f61cc56d54a7ec7d703c37809a04e4372417b9241cc242a6
|
||||
|
Loading…
Reference in New Issue
Block a user