Compare commits
No commits in common. "rawhide" and "f30" have entirely different histories.
55
R-purrr.spec
55
R-purrr.spec
@ -6,8 +6,8 @@
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: %{packver}
|
||||
Release: 11%{?dist}
|
||||
Version: 0.3.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Functional Programming Tools
|
||||
|
||||
License: GPLv3
|
||||
@ -21,6 +21,12 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
Requires: R-magrittr >= 1.5
|
||||
Requires: R-rlang >= 0.3.1
|
||||
Suggests: R-crayon
|
||||
Suggests: R-dplyr >= 0.7.8
|
||||
Suggests: R-tibble
|
||||
Suggests: R-tidyselect
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-magrittr >= 1.5
|
||||
@ -29,8 +35,8 @@ BuildRequires: R-crayon
|
||||
BuildRequires: R-knitr
|
||||
BuildRequires: R-rmarkdown
|
||||
BuildRequires: R-testthat
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: R-tibble
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: R-dplyr >= 0.7.8
|
||||
BuildRequires: R-tidyselect
|
||||
%endif
|
||||
@ -81,56 +87,13 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 1 2022 Tom Callaway <spot@fedoraproject.org> - 0.3.4-11
|
||||
- rebuild for R 4.2.1
|
||||
- bootstrap on
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Thu Jun 17 2021 Tom Callaway <spot@fedoraproject.org> - 0.3.4-7
|
||||
- bootstrap off
|
||||
|
||||
* Mon Jun 14 2021 Tom Callaway <spot@fedoraproject.org> - 0.3.4-6
|
||||
- bootstrap
|
||||
- Rebuilt for R 4.1.0
|
||||
|
||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-4
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jun 5 2020 Tom Callaway <spot@fedoraproject.org> - 0.3.4-2
|
||||
- move tibble under bootstrap conditional
|
||||
- bootstrap build for R 4
|
||||
|
||||
* Thu May 21 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.3.4-1
|
||||
- Update to latest version
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
- Remove explicit dependencies provided by automatic dependency generator
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sat Mar 16 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.3.2-1
|
||||
- Update to latest version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user