Update to latest version.
This commit is contained in:
parent
9e599f7376
commit
d19c399ef0
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/showtext_0.7.tar.gz
|
/showtext_0.7.tar.gz
|
||||||
/showtext_0.8.tar.gz
|
/showtext_0.8.tar.gz
|
||||||
/showtext_0.8-1.tar.gz
|
/showtext_0.8-1.tar.gz
|
||||||
|
/showtext_0.9.tar.gz
|
||||||
|
@ -1,21 +1,20 @@
|
|||||||
%global packname showtext
|
%global packname showtext
|
||||||
%global packver 0.8
|
%global packver 0.9
|
||||||
%global packrel 1
|
|
||||||
%global rlibdir %{_libdir}/R/library
|
%global rlibdir %{_libdir}/R/library
|
||||||
|
|
||||||
# knitr suggests this package and vice versa.
|
# knitr suggests this package and vice versa.
|
||||||
%global with_doc 1
|
%bcond_with bootstrap
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: %{packver}.%{packrel}
|
Version: 0.9
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Using Fonts More Easily in R Graphs
|
Summary: Using Fonts More Easily in R Graphs
|
||||||
|
|
||||||
# Main: ASL 2.0
|
# Main: ASL 2.0
|
||||||
# src/tidy.h, src/utf8.c and src/utf8.h: libpng/zlib
|
# src/tidy.h, src/utf8.c and src/utf8.h: libpng/zlib
|
||||||
License: ASL 2.0 and zlib
|
License: ASL 2.0 and zlib
|
||||||
URL: https://CRAN.R-project.org/package=%{packname}
|
URL: https://CRAN.R-project.org/package=%{packname}
|
||||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}-%{packrel}.tar.gz
|
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.tar.gz
|
||||||
|
|
||||||
# Here's the R view of the dependencies world:
|
# Here's the R view of the dependencies world:
|
||||||
# Depends: R-sysfonts >= 0.7.1, R-showtextdb >= 2.0
|
# Depends: R-sysfonts >= 0.7.1, R-showtextdb >= 2.0
|
||||||
@ -34,7 +33,7 @@ BuildRequires: R-showtextdb >= 2.0
|
|||||||
BuildRequires: R-grDevices
|
BuildRequires: R-grDevices
|
||||||
BuildRequires: R-curl
|
BuildRequires: R-curl
|
||||||
BuildRequires: R-jsonlite
|
BuildRequires: R-jsonlite
|
||||||
%if %{with_doc}
|
%if %{without bootstrap}
|
||||||
BuildRequires: R-knitr
|
BuildRequires: R-knitr
|
||||||
BuildRequires: R-rmarkdown
|
BuildRequires: R-rmarkdown
|
||||||
BuildRequires: R-prettydoc
|
BuildRequires: R-prettydoc
|
||||||
@ -64,7 +63,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with_doc}
|
%if %{without bootstrap}
|
||||||
%{_bindir}/R CMD check %{packname}
|
%{_bindir}/R CMD check %{packname}
|
||||||
%else
|
%else
|
||||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
||||||
@ -89,6 +88,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 13 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.9-1
|
||||||
|
- Update to latest version (#1868570)
|
||||||
|
|
||||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-4
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-4
|
||||||
- Second attempt - Rebuilt for
|
- Second attempt - Rebuilt for
|
||||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (showtext_0.8-1.tar.gz) = f22223f459dd28adb9ac071927cd879221c23c5e165a5e9ad90099545ba0886ea7b0dadfb2a5b61f2030f1038c9cdf1741ed2464696e7987f9ae66fffeb46811
|
SHA512 (showtext_0.9.tar.gz) = a5be5314cb08d55821e1f2a9a8e95f216940fdc1c3ef4e61294a3584658d626931c7ee47528c54f3e22b21ff4d3972d5ec664aaac28ecb609d10fe97340ea88f
|
||||||
|
Loading…
Reference in New Issue
Block a user