Re-enable check, renaming condition to bootstrap.
This commit is contained in:
parent
98cdf45d53
commit
979e01a3b6
@ -1,4 +1,4 @@
|
||||
%bcond_with check
|
||||
%bcond_with bootstrap
|
||||
|
||||
%global packname iterators
|
||||
%global packver 1.0.13
|
||||
@ -24,7 +24,7 @@ BuildArch: noarch
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-utils
|
||||
%if %{with check}
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: R-RUnit
|
||||
BuildRequires: R-foreach
|
||||
%endif
|
||||
@ -52,7 +52,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%check
|
||||
%if %{with check}
|
||||
%if %{without bootstrap}
|
||||
%{_bindir}/R CMD check %{packname}
|
||||
%endif
|
||||
|
||||
@ -75,6 +75,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
%changelog
|
||||
* Thu Oct 15 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.0.13-1
|
||||
- Update to latest version (#1888534)
|
||||
- Re-enable check
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.12-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user