diff --git a/R-cachem.spec b/R-cachem.spec index 46edd0c..378aaae 100644 --- a/R-cachem.spec +++ b/R-cachem.spec @@ -3,13 +3,13 @@ Name: R-%{packname} Version: %{packver} -Release: 8.0.riscv64%{?dist} +Release: 8.1.riscv64%{?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/cachem/index.html Summary: Cache R Objects with Automatic Pruning BuildRequires: R-devel >= 3.0.0, tex(latex), R-rlang, R-fastmap, gcc -#BuildRequires: R-testthat +BuildRequires: R-testthat %description Key-value stores with automatic pruning. Caches can limit either their total @@ -28,7 +28,7 @@ test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so) rm -rf $RPM_BUILD_ROOT%{_libdir}/R/library/R.css %check -#%{_bindir}/R CMD check %{packname} +%{_bindir}/R CMD check %{packname} %files %dir %{_libdir}/R/library/%{packname}