fix Requires, cleanup BR too
This commit is contained in:
parent
b8efd465af
commit
311da3edd1
@ -3,17 +3,32 @@
|
|||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: %{packver}
|
Version: %{packver}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{packver}.tar.gz
|
Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{packver}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://cran.r-project.org/web/packages/testthat/index.html
|
URL: http://cran.r-project.org/web/packages/testthat/index.html
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
Summary: Unit Testing for R
|
Summary: Unit Testing for R
|
||||||
BuildRequires: R-devel >= 3.4.0, tetex-latex, R-digest-devel, R-crayon, R-praise
|
BuildRequires: R-devel >= 3.4.0, tetex-latex
|
||||||
BuildRequires: R-magrittr, R-R6 >= 2.2.0, R-methods
|
BuildRequires: R-cli
|
||||||
BuildRequires: R-rlang, R-withr >= 2.0.0, R-cli, R-digest
|
BuildRequires: R-crayon
|
||||||
Requires: R-core >= 3.4.0, R-digest, R-crayon, R-praise
|
BuildRequires: R-digest
|
||||||
Requires: R-magrittr, R-R6 >= 2.2.0, R-methods
|
BuildRequires: R-magrittr
|
||||||
|
BuildRequires: R-methods
|
||||||
|
BuildRequires: R-praise
|
||||||
|
BuildRequires: R-R6 >= 2.2.0
|
||||||
|
BuildRequires: R-rlang
|
||||||
|
BuildRequires: R-withr >= 2.0.0
|
||||||
|
Requires: R-core >= 3.4.0
|
||||||
|
Requires: R-cli
|
||||||
|
Requires: R-crayon
|
||||||
|
Requires: R-digest
|
||||||
|
Requires: R-magrittr
|
||||||
|
Requires: R-methods
|
||||||
|
Requires: R-praise
|
||||||
|
Requires: R-R6 >= 2.2.0
|
||||||
|
Requires: R-rlang
|
||||||
|
Requires: R-withr >= 2.0.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A unit testing system designed to be fun, flexible, and easy to set up.
|
A unit testing system designed to be fun, flexible, and easy to set up.
|
||||||
@ -54,6 +69,9 @@ export _R_CHECK_FORCE_SUGGESTS_=0
|
|||||||
%{_libdir}/R/library/%{packname}/include/
|
%{_libdir}/R/library/%{packname}/include/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 17 2018 Tom Callaway <spot@fedoraproject.org> - 2.0.0-2
|
||||||
|
- fix Requires (cleanup BR too)
|
||||||
|
|
||||||
* Wed May 16 2018 Tom Callaway <spot@fedoraproject.org> - 2.0.0-1
|
* Wed May 16 2018 Tom Callaway <spot@fedoraproject.org> - 2.0.0-1
|
||||||
- gotta go to 2.0.0
|
- gotta go to 2.0.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user