Compare commits
24 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
9f5896dcf0 | ||
|
fea474ba89 | ||
|
99f15afdbd | ||
|
63c7710a35 | ||
|
e52083eb0f | ||
|
dac21367c4 | ||
|
3f242ae049 | ||
|
a2b952bdc4 | ||
|
d67b2e2475 | ||
|
dd47bda1ee | ||
|
7ae2209f3a | ||
|
da914fcb4a | ||
|
f837442655 | ||
|
428a53319e | ||
|
75243cb5f4 | ||
|
01b08797f8 | ||
|
0c3d406fc4 | ||
|
1edead8eb2 | ||
|
249370eb96 | ||
|
b8997fca84 | ||
|
10243b73ea | ||
|
51e5098c6e | ||
|
36d63ca699 | ||
|
73da4a8bdd |
@ -1,14 +1,16 @@
|
|||||||
%global packname rprintf
|
%global packname rprintf
|
||||||
%global rlibdir %{_datadir}/R/library
|
%global rlibdir %{_datadir}/R/library
|
||||||
|
|
||||||
|
# When we are bootstrapping, we drop some dependencies, and/or build time tests.
|
||||||
|
%bcond_with bootstrap
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: 0.2.1
|
Version: 0.2.1
|
||||||
Release: 2%{?dist}
|
Release: 23%{?dist}
|
||||||
Summary: Adaptive Builder for Formatted Strings
|
Summary: Adaptive Builder for Formatted Strings
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://cran.r-project.org/web/packages/%{packname}/index.html
|
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}_%{version}.tar.gz
|
||||||
|
|
||||||
# Here's the R view of the dependencies world:
|
# Here's the R view of the dependencies world:
|
||||||
@ -19,13 +21,14 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.
|
|||||||
# Enhances:
|
# Enhances:
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: R-core
|
|
||||||
|
|
||||||
Requires: R-stringi
|
BuildRequires: R-devel
|
||||||
Requires: R-testthat R-knitr
|
BuildRequires: tex(latex)
|
||||||
BuildRequires: R-devel tex(latex)
|
|
||||||
BuildRequires: R-stringi
|
BuildRequires: R-stringi
|
||||||
BuildRequires: R-testthat R-knitr
|
%if %{without bootstrap}
|
||||||
|
BuildRequires: R-knitr
|
||||||
|
BuildRequires: R-testthat
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Provides a set of functions to facilitate building formatted strings under
|
Provides a set of functions to facilitate building formatted strings under
|
||||||
@ -58,7 +61,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%if %{without bootstrap}
|
||||||
%{_bindir}/R CMD check %{packname}
|
%{_bindir}/R CMD check %{packname}
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -75,6 +80,69 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-23
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Apr 25 2024 Iñaki Úcar <iucar@fedoraproject.org> - 0.2.1-22
|
||||||
|
- R-maint-sig mass rebuild
|
||||||
|
|
||||||
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-21
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-20
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-19
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Apr 21 2023 Iñaki Úcar <iucar@fedoraproject.org> - 0.2.1-18
|
||||||
|
- R-maint-sig mass rebuild
|
||||||
|
|
||||||
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-17
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Sep 2 2022 Tom Callaway <spot@fedoraproject.org> - 0.2.1-16
|
||||||
|
- rebuild for R 4.2.1
|
||||||
|
|
||||||
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-15
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-14
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-13
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jun 15 2021 Tom Callaway <spot@fedoraproject.org> - 0.2.1-12
|
||||||
|
- Rebuilt for R 4.1.0
|
||||||
|
|
||||||
|
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 3 2020 José Matos <jamatos@fedoraproject.org> - 0.2.1-9
|
||||||
|
- add bootstrap support (for new R releases)
|
||||||
|
|
||||||
|
* Sun Jun 7 2020 Tom Callaway <spot@fedoraproject.org> - 0.2.1-8
|
||||||
|
- rebuild for R 4
|
||||||
|
|
||||||
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Aug 11 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.2.1-6
|
||||||
|
- Remove explicit dependencies provided by automatic dependency generator
|
||||||
|
|
||||||
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Thu Mar 22 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.2.1-2
|
* Thu Mar 22 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.2.1-2
|
||||||
- Fix some file line endings
|
- Fix some file line endings
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user