1.0.2
This commit is contained in:
parent
b5d7cdc73e
commit
355179eb5e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/testthat_0.11.0.tar.gz
|
||||
/testthat_1.0.2.tar.gz
|
||||
|
@ -1,16 +1,18 @@
|
||||
%global packname testthat
|
||||
%global packver 0.11.0
|
||||
%global packver 1.0.2
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: %{packver}
|
||||
Release: 4%{?dist}
|
||||
Release: 1%{?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
|
||||
Group: Applications/Engineering
|
||||
Summary: Unit Testing for R
|
||||
BuildRequires: R-devel >= 3.1.0, tetex-latex, R-digest-devel, R-crayon, R-praise
|
||||
Requires: R-core >= 3.1.0, R-digest, R-crayon, R-praise
|
||||
BuildRequires: R-devel >= 3.4.0, tetex-latex, R-digest-devel, R-crayon, R-praise
|
||||
BuildRequires: R-magrittr, R-R6, R-methods
|
||||
Requires: R-core >= 3.4.0, R-digest, R-crayon, R-praise
|
||||
Requires: R-magrittr, R-R6, R-methods
|
||||
|
||||
%description
|
||||
A unit testing system designed to be fun, flexible, and easy to set up.
|
||||
@ -36,6 +38,7 @@ export _R_CHECK_FORCE_SUGGESTS_=0
|
||||
%doc %{_libdir}/R/library/%{packname}/CITATION
|
||||
# Not the actual license text. Not too useful.
|
||||
%doc %{_libdir}/R/library/%{packname}/LICENSE
|
||||
%doc %{_libdir}/R/library/%{packname}/NEWS.md
|
||||
%{_libdir}/R/library/%{packname}/DESCRIPTION
|
||||
%{_libdir}/R/library/%{packname}/INDEX
|
||||
%{_libdir}/R/library/%{packname}/NAMESPACE
|
||||
@ -43,9 +46,13 @@ export _R_CHECK_FORCE_SUGGESTS_=0
|
||||
%{_libdir}/R/library/%{packname}/R
|
||||
%{_libdir}/R/library/%{packname}/help
|
||||
%{_libdir}/R/library/%{packname}/libs/
|
||||
|
||||
%{_libdir}/R/library/%{packname}/resources/
|
||||
%{_libdir}/R/library/%{packname}/include/
|
||||
|
||||
%changelog
|
||||
* Thu May 18 2017 Tom Callaway <spot@fedoraproject.org> - 1.0.2-1
|
||||
- update to 1.0.2, rebuild for R 3.4.0
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user