Compare commits

...

1 Commits
rawhide ... f31

Author SHA1 Message Date
Elliott Sales de Andrade
c0c22cfeb9 Exclude Suggests for unavailable packages. 2019-11-21 02:39:10 -05:00

View File

@ -3,9 +3,11 @@
%global packname testthat
%global packver 2.2.1
%global __suggests_exclude ^R\\((devtools)\\)
Name: R-%{packname}
Version: %{packver}
Release: 1%{?dist}
Release: 2%{?dist}
Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{packver}.tar.gz
License: MIT
URL: http://cran.r-project.org/web/packages/testthat/index.html
@ -31,6 +33,9 @@ A unit testing system designed to be fun, flexible, and easy to set up.
%prep
%setup -q -c -n %{packname}
# Don't need coverage; it's not packaged either.
sed -i 's/covr, //g' %{packname}/DESCRIPTION
%build
%install
@ -65,6 +70,9 @@ export _R_CHECK_FORCE_SUGGESTS_=0 LANG=C.UTF-8
%{_libdir}/R/library/%{packname}/include/
%changelog
* Thu Nov 21 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.2.1-2
- Exclude Suggests for unavailable packages
* Fri Aug 16 2019 Tom Callaway <spot@fedoraproject.org> - 2.2.1-1
- update to 2.2.1