Update to latest version.
This commit is contained in:
parent
0277eaf967
commit
a85d2c15d2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/generics_0.0.2.tar.gz
|
||||
/generics_0.1.0.tar.gz
|
||||
|
@ -1,15 +1,16 @@
|
||||
%bcond_with check
|
||||
%global packname generics
|
||||
%bcond_with bootstrap
|
||||
%global packname generics
|
||||
%global packver 0.1.0
|
||||
%global rlibdir %{_datadir}/R/library
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 0.0.2
|
||||
Release: 6%{?dist}
|
||||
Summary: Common S3 model fitting generics not provided by base R methods
|
||||
Version: 0.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Common S3 Generics not Provided by Base R Methods Related to Model Fitting
|
||||
|
||||
License: GPLv2
|
||||
License: MIT
|
||||
URL: https://CRAN.R-project.org/package=%{packname}
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.tar.gz
|
||||
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
@ -22,7 +23,7 @@ BuildArch: noarch
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-methods
|
||||
%if %{with check}
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: R-pkgload
|
||||
BuildRequires: R-testthat
|
||||
BuildRequires: R-tibble
|
||||
@ -51,7 +52,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%check
|
||||
%if %{with check}
|
||||
%if %{without bootstrap}
|
||||
%{_bindir}/R CMD check %{packname}
|
||||
%endif
|
||||
|
||||
@ -61,6 +62,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
%doc %{rlibdir}/%{packname}/html
|
||||
%{rlibdir}/%{packname}/DESCRIPTION
|
||||
%doc %{rlibdir}/%{packname}/NEWS.md
|
||||
%license %{rlibdir}/%{packname}/LICENSE
|
||||
%{rlibdir}/%{packname}/INDEX
|
||||
%{rlibdir}/%{packname}/NAMESPACE
|
||||
%{rlibdir}/%{packname}/Meta
|
||||
@ -69,6 +71,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Oct 31 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.1.0-1
|
||||
- Update to latest version (#1893416)
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (generics_0.0.2.tar.gz) = ed6e8eae7697436763fa13e6114c78c2432ad48cd355edd6f41dfe96c461a80d8f37b27290f0aff1168567566fe8b257dacdd7cd14d0e27d3a7f4b1c047e119f
|
||||
SHA512 (generics_0.1.0.tar.gz) = fc96efafe114a66eee57aba48b7ab763204c1bb43570eeda742bca9e7486b47a0bf01bad87f2bf225a5c67f0abaf60c758afe7dada049b692ee864077334616b
|
||||
|
Loading…
Reference in New Issue
Block a user