rebuild for R 4.1.0, bootstrap
This commit is contained in:
parent
3f8bcc2e98
commit
f909cbd19b
@ -1,10 +1,12 @@
|
|||||||
|
%bcond_without bootstrap
|
||||||
|
|
||||||
%global packname diffobj
|
%global packname diffobj
|
||||||
%global packver 0.3.4
|
%global packver 0.3.4
|
||||||
%global rlibdir %{_libdir}/R/library
|
%global rlibdir %{_libdir}/R/library
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: 0.3.4
|
Version: 0.3.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Diffs for R Objects
|
Summary: Diffs for R Objects
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -25,8 +27,10 @@ BuildRequires: R-tools
|
|||||||
BuildRequires: R-methods
|
BuildRequires: R-methods
|
||||||
BuildRequires: R-utils
|
BuildRequires: R-utils
|
||||||
BuildRequires: R-stats
|
BuildRequires: R-stats
|
||||||
|
%if %{without bootstrap}
|
||||||
BuildRequires: R-knitr
|
BuildRequires: R-knitr
|
||||||
BuildRequires: R-rmarkdown
|
BuildRequires: R-rmarkdown
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Generate a colorized diff of two R objects for an intuitive visualization
|
Generate a colorized diff of two R objects for an intuitive visualization
|
||||||
@ -48,8 +52,10 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%if %{without bootstrap}
|
||||||
export LANG=C.UTF-8
|
export LANG=C.UTF-8
|
||||||
%{_bindir}/R CMD check %{packname}
|
%{_bindir}/R CMD check %{packname}
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -71,6 +77,10 @@ export LANG=C.UTF-8
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 10 2021 Tom Callaway <spot@fedoraproject.org> - 0.3.4-2
|
||||||
|
- Rebuilt for R 4.1.0
|
||||||
|
- bootstrap
|
||||||
|
|
||||||
* Sat Apr 03 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.3.4-1
|
* Sat Apr 03 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.3.4-1
|
||||||
- Update to latest version (#1941866)
|
- Update to latest version (#1941866)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user