Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
d4cb34f43c | ||
|
8a18251a2f | ||
|
dec9a472ca | ||
|
978ad75272 | ||
|
0df1570115 | ||
|
c5aa1b54d2 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/utf8_1.1.3.tar.gz
|
||||
/utf8_1.1.4.tar.gz
|
||||
/utf8_1.2.1.tar.gz
|
||||
/utf8_1.2.2.tar.gz
|
||||
|
24
R-utf8.spec
24
R-utf8.spec
@ -1,15 +1,15 @@
|
||||
%bcond_with bootstrap
|
||||
|
||||
%global packname utf8
|
||||
%global packver 1.2.1
|
||||
%global packver 1.2.2
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
# corpus requires utf8
|
||||
%global with_doc 1
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.2.1
|
||||
Release: 5%{?dist}
|
||||
Version: %{packver}
|
||||
Release: 3%{?dist}
|
||||
Summary: Unicode Text Processing
|
||||
|
||||
License: ASL 2.0
|
||||
@ -26,7 +26,9 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: R-cli
|
||||
BuildRequires: R-testthat >= 3.0.0
|
||||
BuildRequires: R-withr
|
||||
%if %{with_doc}
|
||||
BuildRequires: R-knitr
|
||||
BuildRequires: R-rlang
|
||||
@ -59,7 +61,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
%check
|
||||
%if %{without bootstrap}
|
||||
%if %{with_doc}
|
||||
%{_bindir}/R CMD check %{packname}
|
||||
%{_bindir}/R CMD check --ignore-vignettes %{packname}
|
||||
%else
|
||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
||||
%endif
|
||||
@ -82,6 +84,20 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Apr 21 2023 Iñaki Úcar <iucar@fedoraproject.org> - 1.2.2-3
|
||||
- R-maint-sig mass rebuild
|
||||
|
||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Thu Aug 18 2022 Tom Callaway <spot@fedoraproject.org> - 1.2.2-1
|
||||
- update to 1.2.2
|
||||
- rebuild for R 4.2.1
|
||||
- bootstrap on
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (utf8_1.2.1.tar.gz) = c91b1000366c44cea0956100cb0c5681466b9f4fd4511c8b4ebf6fb5d14bd71a49b1e4cb082a776af49de05e51c3deb0ba688a9bd740e5e722d41dd9b1eab282
|
||||
SHA512 (utf8_1.2.2.tar.gz) = 1928597fecd0c4da0498431df479406e427adbec88ecff95b51ed66913526fc29aabf5485c07c92b30b71e8addbde05070b29204a74d298a42ce8f1f326d10a3
|
||||
|
Loading…
Reference in New Issue
Block a user