Remove explicit dependencies provided by automatic dependency generator.
This commit is contained in:
parent
a8a94bed99
commit
bbea856414
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: %{packver}
|
Version: %{packver}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?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
|
||||||
@ -23,16 +23,6 @@ BuildRequires: R-withr >= 2.0.0
|
|||||||
%if %{with check}
|
%if %{with check}
|
||||||
BuildRequires: R-xml2
|
BuildRequires: R-xml2
|
||||||
%endif
|
%endif
|
||||||
Requires: R-core >= 3.4.0
|
|
||||||
Requires: R-cli
|
|
||||||
Requires: R-crayon >= 1.3.4
|
|
||||||
Requires: R-digest
|
|
||||||
Requires: R-magrittr
|
|
||||||
Requires: R-methods
|
|
||||||
Requires: R-praise
|
|
||||||
Requires: R-R6 >= 2.2.0
|
|
||||||
Requires: R-rlang >= 0.3.0
|
|
||||||
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.
|
||||||
@ -74,6 +64,9 @@ export _R_CHECK_FORCE_SUGGESTS_=0 LANG=C.UTF-8
|
|||||||
%{_libdir}/R/library/%{packname}/include/
|
%{_libdir}/R/library/%{packname}/include/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 11 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.1.1-3
|
||||||
|
- Remove explicit dependencies provided by automatic dependency generator
|
||||||
|
|
||||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-2
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user