Compare commits
No commits in common. "rawhide" and "f31" have entirely different histories.
10
.gitignore
vendored
10
.gitignore
vendored
@ -6,13 +6,3 @@
|
||||
/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
|
||||
|
101
R-cli.spec
101
R-cli.spec
@ -1,12 +1,12 @@
|
||||
%bcond_without check
|
||||
%bcond_with check
|
||||
|
||||
%global packname cli
|
||||
%global packver 3.6.0
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
%global packver 2.1.0
|
||||
%global rlibdir %{_datadir}/R/library
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: %{packver}
|
||||
Release: 2%{?dist}
|
||||
Version: 2.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Helpers for Developing Command Line Interfaces
|
||||
|
||||
License: MIT
|
||||
@ -15,44 +15,40 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.
|
||||
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# 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
|
||||
# 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
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-glue >= 1.6.0
|
||||
BuildRequires: R-assertthat
|
||||
BuildRequires: R-crayon >= 1.3.4
|
||||
BuildRequires: R-glue
|
||||
BuildRequires: R-methods
|
||||
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 support ANSI colors and text styles as well.
|
||||
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.
|
||||
|
||||
|
||||
%prep
|
||||
@ -93,68 +89,9 @@ 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)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cli_3.6.0.tar.gz) = ccebe31f6388b838f9583fbe10d53b91ed6a73d0aa3108d7ee9b8138b7ab273557f053e69d3037fde5dd1f17bb32ff5b69da689a2c11a85260d84c306b8fb167
|
||||
SHA512 (cli_2.1.0.tar.gz) = 5cda26605c17caa57460438dc0066cc0bde204bc95c09e644e269f0bfcf23460512afab82b659f65e78696e15968c58e95caeb4b38a54c8e1c9c6ee9d31a9f5b
|
||||
|
Loading…
Reference in New Issue
Block a user