Compare commits

...

20 Commits
f31 ... rawhide

Author SHA1 Message Date
Iñaki Úcar b979df7bff R-maint-sig mass rebuild 2023-04-21 13:15:39 +02:00
Tom Callaway a8db5a2aa3 update to 3.6.0 2023-01-21 17:12:13 -05:00
Fedora Release Engineering d56ac92315 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-18 20:18:46 +00:00
Tom Callaway 8f98e9efdb update to 3.5.0 2022-12-30 16:11:49 -05:00
spotrh 17605b4685 3.4.1 2022-09-24 12:11:35 -04:00
Tom spot Callaway c2fa7be496 update to 3.4.0 2022-09-08 23:38:51 -04:00
Iñaki Úcar cef4b24de4 Switch bootstrap -> check to avoid checking those, package R-asciicast not available 2022-09-04 13:51:49 +02:00
Iñaki Úcar c8b0ade341 Disable bootstrap 2022-09-04 13:27:51 +02:00
Tom spot Callaway f3f5c96b72 update to 3.3.0, bootstrap on, rebuild for R 4.2.1 2022-08-18 12:55:20 -04:00
Fedora Release Engineering c73a78bfc4 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-20 19:19:09 +00:00
Fedora Release Engineering ff8824d81d - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-19 19:52:42 +00:00
Fedora Release Engineering ae01ac01cf - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-21 16:16:35 +00:00
Fedora Release Engineering 722eb9d062 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-21 11:21:57 +00:00
Tom spot Callaway f984d3d80d bootstrap off 2021-06-17 16:33:27 -04:00
Tom spot Callaway eb228d165d rebuild for R 4.1.0, bootstrap, update to 2.5.0 2021-06-09 13:47:54 -04:00
Elliott Sales de Andrade ace665c026 Update to latest version. 2021-04-06 02:50:45 -04:00
Elliott Sales de Andrade 3c810fe5ab Update to latest version. 2021-02-24 02:32:30 -05:00
Elliott Sales de Andrade 77d0da2899 Update to latest version. 2021-02-23 03:09:07 -05:00
Fedora Release Engineering fed562f3a0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-25 22:51:54 +00:00
Elliott Sales de Andrade 516aa33694 Update to latest version. 2020-11-28 04:02:53 -05:00
3 changed files with 93 additions and 20 deletions

10
.gitignore vendored
View File

@ -6,3 +6,13 @@
/cli_2.0.1.tar.gz
/cli_2.0.2.tar.gz
/cli_2.1.0.tar.gz
/cli_2.2.0.tar.gz
/cli_2.3.0.tar.gz
/cli_2.3.1.tar.gz
/cli_2.4.0.tar.gz
/cli_2.5.0.tar.gz
/cli_3.3.0.tar.gz
/cli_3.4.0.tar.gz
/cli_3.4.1.tar.gz
/cli_3.5.0.tar.gz
/cli_3.6.0.tar.gz

View File

@ -1,12 +1,12 @@
%bcond_with check
%bcond_without check
%global packname cli
%global packver 2.1.0
%global rlibdir %{_datadir}/R/library
%global packver 3.6.0
%global rlibdir %{_libdir}/R/library
Name: R-%{packname}
Version: 2.1.0
Release: 1%{?dist}
Version: %{packver}
Release: 2%{?dist}
Summary: Helpers for Developing Command Line Interfaces
License: MIT
@ -15,40 +15,44 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.
# Here's the R view of the dependencies world:
# Depends:
# Imports: R-assertthat, R-crayon >= 1.3.4, R-glue, R-methods, R-utils, R-fansi
# Suggests: R-callr, R-covr, R-htmlwidgets, R-knitr, R-mockery, R-ps >= 1.3.4.9000, R-rmarkdown, R-rstudioapi, R-prettycode >= 1.1.0, R-testthat, R-withr
# Imports: R-utils
# Suggests: R-callr, R-covr, R-crayon, R-digest, R-glue >= 1.6.0, R-grDevices, R-htmltools, R-htmlwidgets, R-knitr, R-methods, R-mockery, R-processx, R-ps >= 1.3.4.9000, R-rlang >= 1.0.2.9003, R-rmarkdown, R-rprojroot, R-rstudioapi, R-testthat, R-tibble, R-whoami, R-withr
# LinkingTo:
# Enhances:
BuildArch: noarch
BuildRequires: R-devel
BuildRequires: tex(latex)
BuildRequires: R-assertthat
BuildRequires: R-crayon >= 1.3.4
BuildRequires: R-glue
BuildRequires: R-methods
BuildRequires: R-glue >= 1.6.0
BuildRequires: R-utils
BuildRequires: R-fansi
%if %{with check}
BuildRequires: R-callr
BuildRequires: R-crayon
BuildRequires: R-digest
BuildRequires: R-glue >= 1.6.0
BuildRequires: R-grDevices
BuildRequires: R-htmltools
BuildRequires: R-htmlwidgets
BuildRequires: R-knitr
BuildRequires: R-methods
BuildRequires: R-mockery
BuildRequires: R-processx
BuildRequires: R-ps >= 1.3.4.9000
BuildRequires: R-rlang >= 1.0.2.9003
BuildRequires: R-rmarkdown
BuildRequires: R-rprojroot
BuildRequires: R-rstudioapi
BuildRequires: R-prettycode >= 1.1.0
BuildRequires: R-testthat
BuildRequires: R-tibble
BuildRequires: R-whoami
BuildRequires: R-withr
%endif
%description
A suite of tools to build attractive command line interfaces ('CLIs'), from
semantic elements: headings, lists, alerts, paragraphs, etc. Supports custom
themes via a 'CSS'-like language. It also contains a number of lower level
'CLI' elements: rules, boxes, trees, and 'Unicode' symbols with 'ASCII'
alternatives. It integrates with the 'crayon' package to support 'ANSI'
terminal colors.
semantic elements: headings, lists, alerts, paragraphs, etc. Supports
custom themes via a 'CSS'-like language. It also contains a number of lower
level 'CLI' elements: rules, boxes, trees, and 'Unicode' symbols with
'ASCII' alternatives. It support ANSI colors and text styles as well.
%prep
@ -89,9 +93,68 @@ export LANG=C.UTF-8
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/logo.txt
%{rlibdir}/%{packname}/scripts
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/shiny
%changelog
* Fri Apr 21 2023 Iñaki Úcar <iucar@fedoraproject.org> - 3.6.0-2
- R-maint-sig mass rebuild
* Sat Jan 21 2023 Tom Callaway <spot@fedoraproject.org> - 3.6.0-1
- update to 3.6.0
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Dec 30 2022 Tom Callaway <spot@fedoraproject.org> - 3.5.0-1
- update to 3.5.0
* Sat Sep 24 2022 Tom Callaway <spot@fedoraproject.org> - 3.4.1-1
- update to 3.4.1
* Thu Sep 8 2022 Tom Callaway <spot@fedoraproject.org> - 3.4.0-1
- update to 3.4.0
* Thu Aug 18 2022 Tom Callaway <spot@fedoraproject.org> - 3.3.0-1
- update to 3.3.0
- rebuild for R 4.2.1
- bootstrap on
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Jun 17 2021 Tom Callaway <spot@fedoraproject.org> - 2.5.0-2
- bootstrap off
* Mon Jun 7 2021 Tom Callaway <spot@fedoraproject.org> - 2.5.0-1
- bootstrap
- update to 2.5.0
- rebuild for R 4.1.0
* Tue Apr 06 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.4.0-1
- Update to latest version (#1946272)
* Tue Feb 23 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.3.1-1
- Update to latest version (#1932004)
* Sun Feb 07 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.3.0-1
- Update to latest version (#1922820)
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Nov 28 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.2.0-1
- Update to latest version (#1899946)
- Rename check conditional to bootstrap
* Mon Oct 12 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.1.0-1
- Update to latest version (#1887512)

View File

@ -1 +1 @@
SHA512 (cli_2.1.0.tar.gz) = 5cda26605c17caa57460438dc0066cc0bde204bc95c09e644e269f0bfcf23460512afab82b659f65e78696e15968c58e95caeb4b38a54c8e1c9c6ee9d31a9f5b
SHA512 (cli_3.6.0.tar.gz) = ccebe31f6388b838f9583fbe10d53b91ed6a73d0aa3108d7ee9b8138b7ab273557f053e69d3037fde5dd1f17bb32ff5b69da689a2c11a85260d84c306b8fb167