Enable docs and fuller test suite.
This commit is contained in:
parent
0c082ac386
commit
629d0b50bc
@ -2,12 +2,12 @@
|
||||
%global rlibdir %{_datadir}/R/library
|
||||
%global packver 1.3-2
|
||||
|
||||
# Dependency lops.
|
||||
%global with_doc 0
|
||||
# Dependency loops.
|
||||
%global with_doc 1
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.3.2
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Finding Files in Project Subdirectories
|
||||
|
||||
License: GPLv3
|
||||
@ -56,6 +56,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%check
|
||||
export NOT_CRAN=true
|
||||
%if %{with_doc}
|
||||
%{_bindir}/R CMD check %{packname}
|
||||
%else
|
||||
@ -77,6 +78,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 06 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.2-4
|
||||
- Enable docs and fuller test suite
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user