rebuild for R 4.2.1, disable with_doc
This commit is contained in:
parent
212731f6b3
commit
64a5df3724
@ -2,7 +2,7 @@
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
# rmarkdown is not yet available.
|
||||
%global with_doc 1
|
||||
%global with_doc 0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 0.2.2
|
||||
@ -55,8 +55,6 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
export NOT_CRAN=true
|
||||
%if %with_doc
|
||||
%{_bindir}/R CMD check %{packname}
|
||||
%else
|
||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
||||
%endif
|
||||
|
||||
|
||||
@ -76,6 +74,10 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 19 2022 Tom Callaway <spot@fedoraproject.org> - 0.2.2-11
|
||||
- rebuild for R 4.2.1
|
||||
- disable with_doc (and tests in that case)
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user