Update to latest version.
This commit is contained in:
parent
c04bf1853f
commit
c0c19d6c55
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/utf8_1.1.3.tar.gz
|
/utf8_1.1.3.tar.gz
|
||||||
/utf8_1.1.4.tar.gz
|
/utf8_1.1.4.tar.gz
|
||||||
|
/utf8_1.2.1.tar.gz
|
||||||
|
23
R-utf8.spec
23
R-utf8.spec
@ -1,30 +1,32 @@
|
|||||||
%global packname utf8
|
%global packname utf8
|
||||||
|
%global packver 1.2.1
|
||||||
%global rlibdir %{_libdir}/R/library
|
%global rlibdir %{_libdir}/R/library
|
||||||
|
|
||||||
# corpus requires utf8
|
# corpus requires utf8
|
||||||
%global with_doc 0
|
%global with_doc 1
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: 1.1.4
|
Version: 1.2.1
|
||||||
Release: 9%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Unicode Text Processing
|
Summary: Unicode Text Processing
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
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}_%{version}.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:
|
# Depends:
|
||||||
# Imports:
|
# Imports:
|
||||||
# Suggests: R-knitr, R-rmarkdown, R-testthat
|
# Suggests: R-covr, R-knitr, R-rlang, R-rmarkdown, R-testthat >= 3.0.0
|
||||||
# LinkingTo:
|
# LinkingTo:
|
||||||
# Enhances:
|
# Enhances:
|
||||||
|
|
||||||
BuildRequires: R-devel
|
BuildRequires: R-devel
|
||||||
BuildRequires: tex(latex)
|
BuildRequires: tex(latex)
|
||||||
BuildRequires: R-testthat
|
BuildRequires: R-testthat >= 3.0.0
|
||||||
%if %{with_doc}
|
%if %{with_doc}
|
||||||
BuildRequires: R-knitr
|
BuildRequires: R-knitr
|
||||||
|
BuildRequires: R-rlang
|
||||||
BuildRequires: R-rmarkdown
|
BuildRequires: R-rmarkdown
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -36,6 +38,9 @@ validate, normalize, encode, format, and display.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -c -n %{packname}
|
%setup -q -c -n %{packname}
|
||||||
|
|
||||||
|
# Don't need coverage; it's not packaged either.
|
||||||
|
sed -i 's/covr, //g' %{packname}/DESCRIPTION
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -60,7 +65,6 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
|||||||
%doc %{rlibdir}/%{packname}/doc
|
%doc %{rlibdir}/%{packname}/doc
|
||||||
%doc %{rlibdir}/%{packname}/html
|
%doc %{rlibdir}/%{packname}/html
|
||||||
%{rlibdir}/%{packname}/DESCRIPTION
|
%{rlibdir}/%{packname}/DESCRIPTION
|
||||||
%doc %{rlibdir}/%{packname}/NEWS
|
|
||||||
%license %{rlibdir}/%{packname}/LICENSE
|
%license %{rlibdir}/%{packname}/LICENSE
|
||||||
%{rlibdir}/%{packname}/INDEX
|
%{rlibdir}/%{packname}/INDEX
|
||||||
%{rlibdir}/%{packname}/NAMESPACE
|
%{rlibdir}/%{packname}/NAMESPACE
|
||||||
@ -72,6 +76,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 14 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.2.1-1
|
||||||
|
- Update to latest version (#1938375)
|
||||||
|
|
||||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-9
|
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (utf8_1.1.4.tar.gz) = c45308500417e820285edaba54d5e6f3f2ab599dc388457a85cff0112b454ff09a9e18710762a93fc21239d84440ab844a1a7b134af6111a3cf0e3fa25ed95eb
|
SHA512 (utf8_1.2.1.tar.gz) = c91b1000366c44cea0956100cb0c5681466b9f4fd4511c8b4ebf6fb5d14bd71a49b1e4cb082a776af49de05e51c3deb0ba688a9bd740e5e722d41dd9b1eab282
|
||||||
|
Loading…
Reference in New Issue
Block a user