Compare commits

..

No commits in common. "f38-riscv64" and "master" have entirely different histories.

1 changed files with 2 additions and 35 deletions

View File

@ -1,5 +1,4 @@
%bcond_with check
%bcond_with bootstrap
%bcond_without bootstrap
%global packname bit
%global packver 4.0.4
@ -7,7 +6,7 @@
Name: R-%{packname}
Version: 4.0.4
Release: 9.rvre0%{?dist}
Release: 1%{?dist}
Summary: Classes and Methods for Fast Memory-Efficient Boolean Selections
License: GPLv2 or GPLv3
@ -23,7 +22,6 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.
BuildRequires: R-devel
BuildRequires: tex(latex)
%if %{with check}
BuildRequires: R-testthat >= 0.11.0
BuildRequires: R-roxygen2
BuildRequires: R-knitr
@ -33,7 +31,6 @@ BuildRequires: R-microbenchmark
BuildRequires: R-bit64 >= 4.0.0
BuildRequires: R-ff >= 4.0.0
%endif
%endif
BuildRequires: tex(framed.sty)
%description
@ -58,12 +55,10 @@ rm -f %{buildroot}%{rlibdir}/R.css
%check
%if %{with check}
%if %{with bootstrap}
export _R_CHECK_FORCE_SUGGESTS_=0
%endif
%{_bindir}/R CMD check %{packname}
%endif
%files
@ -82,34 +77,6 @@ export _R_CHECK_FORCE_SUGGESTS_=0
%changelog
* Tue Jun 20 2023 David Abdurachmanov <davidlt@rivosinc.com> - 4.0.4-9.rvre0
- Rebuilt for Fedora/RISCV (riscv64)
* Fri Apr 21 2023 Iñaki Úcar <iucar@fedoraproject.org> - 4.0.4-9
- R-maint-sig mass rebuild
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.4-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Aug 2 2022 Tom Callaway <spot@fedoraproject.org> - 4.0.4-7
- rebuild for R 4.2.1
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.4-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon Jun 7 2021 Tom Callaway <spot@fedoraproject.org> - 4.0.4-3
- conditionalize and disable check (and BR) by default to ease rebuild
- rebuild for R 4.1.0
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Aug 04 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 4.0.4-1
- Update to latest version
- Fixes rhbz#1865767