Update to latest version.
This commit is contained in:
parent
a4ae4dda4a
commit
b8b28d1ef2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/htmltools_0.3.6.tar.gz
|
||||
/htmltools_0.4.0.tar.gz
|
||||
/htmltools_0.5.0.tar.gz
|
||||
|
@ -1,19 +1,20 @@
|
||||
%global packname htmltools
|
||||
%global packname htmltools
|
||||
%global packver 0.5.0
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 0.4.0
|
||||
Release: 4%{?dist}
|
||||
Version: 0.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools for HTML
|
||||
|
||||
License: GPLv2+
|
||||
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:
|
||||
# Imports: R-utils, R-digest, R-Rcpp, R-rlang
|
||||
# Suggests: R-markdown, R-testthat, R-withr
|
||||
# Imports: R-utils, R-digest, R-grDevices, R-base64enc, R-rlang
|
||||
# Suggests: R-markdown, R-testthat, R-withr, R-Cairo, R-ragg
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
@ -21,11 +22,14 @@ BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-utils
|
||||
BuildRequires: R-digest
|
||||
BuildRequires: R-Rcpp-devel
|
||||
BuildRequires: R-grDevices
|
||||
BuildRequires: R-base64enc
|
||||
BuildRequires: R-rlang
|
||||
BuildRequires: R-markdown
|
||||
BuildRequires: R-testthat
|
||||
BuildRequires: R-withr
|
||||
BuildRequires: R-Cairo
|
||||
BuildRequires: R-ragg
|
||||
|
||||
%description
|
||||
Tools for HTML generation and output.
|
||||
@ -65,6 +69,9 @@ export LANG=C.UTF-8
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 14 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.5.0-1
|
||||
- Update to latest version (#1865734)
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (htmltools_0.4.0.tar.gz) = fcd189fe0b5a741263092f2c8f13384cd3ef688fb9b3d129aa99f02aeb18c559ab37059788135744b653dc1cdfb43a43ad1c2e7854aa5bd8646239b0d0cb570c
|
||||
SHA512 (htmltools_0.5.0.tar.gz) = edc3efa47e3803141fb84f3165d93f03600a6583ac0a00a4ee6bc26ab38f561766c655dabb1f04933fcb01a1f474fb6963cd96558647295b0854da588f2be34a
|
||||
|
Loading…
Reference in New Issue
Block a user