Update to latest version.
This commit is contained in:
parent
02acefd881
commit
d4ac29c1a7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/tidyselect_0.2.5.tar.gz
|
||||
/tidyselect_1.0.0.tar.gz
|
||||
|
@ -1,35 +1,44 @@
|
||||
%global packname tidyselect
|
||||
%global packname tidyselect
|
||||
%global packver 1.0.0
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
# dplyr requires this package.
|
||||
%global with_loop 0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 0.2.5
|
||||
Release: 4%{?dist}
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Select from a Set of Strings
|
||||
|
||||
License: GPLv3
|
||||
URL: https://CRAN.R-project.org/package=%{packname}
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.tar.gz
|
||||
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports: R-glue >= 1.3.0, R-purrr, R-rlang >= 0.2.2, R-Rcpp >= 0.12.0
|
||||
# Suggests: R-covr, R-dplyr, R-testthat
|
||||
# Imports: R-ellipsis, R-glue >= 1.3.0, R-purrr >= 0.3.2, R-rlang >= 0.4.3, R-vctrs >= 0.2.2
|
||||
# Suggests: R-covr, R-crayon, R-dplyr, R-knitr, R-magrittr, R-rmarkdown, R-testthat >= 2.3.0, R-tibble >= 2.1.3, R-withr
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-ellipsis
|
||||
BuildRequires: R-glue >= 1.3.0
|
||||
BuildRequires: R-purrr
|
||||
BuildRequires: R-rlang >= 0.2.2
|
||||
BuildRequires: R-Rcpp-devel >= 0.12.0
|
||||
BuildRequires: R-testthat
|
||||
BuildRequires: R-purrr >= 0.3.2
|
||||
BuildRequires: R-rlang >= 0.4.3
|
||||
BuildRequires: R-vctrs >= 0.2.2
|
||||
BuildRequires: R-crayon
|
||||
%if %{with_loop}
|
||||
BuildRequires: R-dplyr
|
||||
%endif
|
||||
BuildRequires: R-knitr
|
||||
BuildRequires: R-magrittr
|
||||
BuildRequires: R-rmarkdown
|
||||
BuildRequires: R-testthat >= 2.3.0
|
||||
BuildRequires: R-tibble >= 2.1.3
|
||||
BuildRequires: R-withr
|
||||
|
||||
%description
|
||||
A backend for the selecting functions of the 'tidyverse'. It makes it easy
|
||||
@ -64,6 +73,7 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
||||
|
||||
%files
|
||||
%dir %{rlibdir}/%{packname}
|
||||
%doc %{rlibdir}/%{packname}/doc
|
||||
%doc %{rlibdir}/%{packname}/html
|
||||
%{rlibdir}/%{packname}/DESCRIPTION
|
||||
%doc %{rlibdir}/%{packname}/NEWS.md
|
||||
@ -72,11 +82,12 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
||||
%{rlibdir}/%{packname}/Meta
|
||||
%{rlibdir}/%{packname}/R
|
||||
%{rlibdir}/%{packname}/help
|
||||
%dir %{rlibdir}/%{packname}/libs
|
||||
%{rlibdir}/%{packname}/libs/%{packname}.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 24 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.0.0-1
|
||||
- Update to latest version
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (tidyselect_0.2.5.tar.gz) = f8561b23b56058ef5ab97c7f5f8bc66b5b35efcc90bb6f7b7b4bf02ba2271c7a4805121cf012e98058685def70b074cdefa0c85147986b9e31d2e4e8d79f479b
|
||||
SHA512 (tidyselect_1.0.0.tar.gz) = 53775f43d896f271c9d988e84ca4a744dfb591d1ac42e811cffd1691a4a85000481102b61636831650bcddb9a07d7202341cb367cf587c3291e255ecf6ad64ff
|
||||
|
Loading…
Reference in New Issue
Block a user