Merge branch 'f30'
This commit is contained in:
commit
1c98a7c1da
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/purrr_0.3.0.tar.gz
|
/purrr_0.3.0.tar.gz
|
||||||
/purrr_0.3.1.tar.gz
|
/purrr_0.3.1.tar.gz
|
||||||
/purrr_0.3.2.tar.gz
|
/purrr_0.3.2.tar.gz
|
||||||
|
/purrr_0.3.3.tar.gz
|
||||||
|
15
R-purrr.spec
15
R-purrr.spec
@ -1,13 +1,12 @@
|
|||||||
# When we are bootstrapping, we drop some dependencies, and/or build time tests.
|
# When we are bootstrapping, we drop some dependencies, and/or build time tests.
|
||||||
%{?_with_bootstrap: %global bootstrap 1}
|
%bcond_with bootstrap
|
||||||
%global bootstrap 1
|
|
||||||
|
|
||||||
%global packname purrr
|
%global packname purrr
|
||||||
%global rlibdir %{_libdir}/R/library
|
%global rlibdir %{_libdir}/R/library
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: 0.3.2
|
Version: 0.3.3
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Functional Programming Tools
|
Summary: Functional Programming Tools
|
||||||
|
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
@ -30,7 +29,7 @@ BuildRequires: R-knitr
|
|||||||
BuildRequires: R-rmarkdown
|
BuildRequires: R-rmarkdown
|
||||||
BuildRequires: R-testthat
|
BuildRequires: R-testthat
|
||||||
BuildRequires: R-tibble
|
BuildRequires: R-tibble
|
||||||
%if ! 0%{?bootstrap}
|
%if %{without bootstrap}
|
||||||
BuildRequires: R-dplyr >= 0.7.8
|
BuildRequires: R-dplyr >= 0.7.8
|
||||||
BuildRequires: R-tidyselect
|
BuildRequires: R-tidyselect
|
||||||
%endif
|
%endif
|
||||||
@ -57,7 +56,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if ! 0%{?bootstrap}
|
%if %{without bootstrap}
|
||||||
%{_bindir}/R CMD check %{packname}
|
%{_bindir}/R CMD check %{packname}
|
||||||
%else
|
%else
|
||||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples
|
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples
|
||||||
@ -81,6 +80,10 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 21 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.3.3-1
|
||||||
|
- Update to latest version
|
||||||
|
- Disable bootstrap
|
||||||
|
|
||||||
* Sun Aug 11 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.3.2-3
|
* Sun Aug 11 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.3.2-3
|
||||||
- Remove explicit dependencies provided by automatic dependency generator
|
- Remove explicit dependencies provided by automatic dependency generator
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (purrr_0.3.2.tar.gz) = d815c66e4edba3bf40a295737292d7060af18c050c231c76c556e7747e0eb8e1b7038a6b449387930bfc0ff1cf4f969d45dcc38b88bdb08bf978479cc8abbc7a
|
SHA512 (purrr_0.3.3.tar.gz) = 9ab50215e3b7410d3b12af008a33713120b6f3417a73d649355288f502ef3eacd696250549efb389f2528701d8f5d186e2ef51a584cab663cee3f069a78fb20c
|
||||||
|
Loading…
Reference in New Issue
Block a user