Update to latest version.
This commit is contained in:
parent
e4cd8ebafe
commit
1c8171ecdc
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
||||
/cli_1.0.0.tar.gz
|
||||
/cli_1.0.1.tar.gz
|
||||
/cli-fedora_1.0.1.tar.gz
|
||||
|
33
R-cli.spec
33
R-cli.spec
@ -1,34 +1,43 @@
|
||||
%global packname cli
|
||||
%global rlibdir %{_datadir}/R/library
|
||||
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.0.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Helpers for Developing Command Line Interfaces
|
||||
|
||||
License: MIT
|
||||
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
|
||||
# Remove Menlo-Regular.ttf and references in cli/R/html-readme.R
|
||||
Source0: %{packname}-fedora_%{version}.tar.gz
|
||||
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports: R-assertthat R-crayon R-methods
|
||||
# Suggests: R-covr R-mockery R-testthat R-withr
|
||||
# Imports: R-assertthat, R-crayon >= 1.3.4, R-methods, R-utils
|
||||
# Suggests: R-covr, R-fansi, R-mockery, R-testthat, R-webshot, R-withr
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
BuildArch: noarch
|
||||
Requires: R-core
|
||||
|
||||
Requires: R-assertthat
|
||||
Requires: R-crayon >= 1.3.4
|
||||
Requires: R-methods
|
||||
BuildRequires: R-devel tex(latex)
|
||||
Requires: R-utils
|
||||
Suggests: R-fansi
|
||||
Suggests: R-webshot
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-assertthat
|
||||
BuildRequires: R-crayon >= 1.3.4
|
||||
BuildRequires: R-methods
|
||||
BuildRequires: R-mockery R-testthat R-withr
|
||||
BuildRequires: R-utils
|
||||
BuildRequires: R-fansi
|
||||
BuildRequires: R-mockery
|
||||
BuildRequires: R-testthat
|
||||
#BuildRequires: R-webshot
|
||||
BuildRequires: R-withr
|
||||
|
||||
%description
|
||||
A suite of tools designed to build attractive command line interfaces
|
||||
@ -55,7 +64,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
%check
|
||||
export LANG=C.UTF-8
|
||||
%{_bindir}/R CMD check %{packname}
|
||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
||||
|
||||
|
||||
%files
|
||||
@ -69,9 +78,13 @@ export LANG=C.UTF-8
|
||||
%{rlibdir}/%{packname}/Meta
|
||||
%{rlibdir}/%{packname}/R
|
||||
%{rlibdir}/%{packname}/help
|
||||
%{rlibdir}/%{packname}/demo.R
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 21 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.0.1-1
|
||||
- Update to latest version
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cli_1.0.0.tar.gz) = f13638756e06368f3b179faa81c1a3eadd13fa5865c62bd70e2006c0c63a1cde8a68fd9e07ce1dc38374c4d6fd51886a5618e8a2a198a213d74a7809c3fe383a
|
||||
SHA512 (cli-fedora_1.0.1.tar.gz) = bbd2fec2d96521d320ea2d230f69ef071fb30f8e5df881ed0954681d5a7738b4edee6c0403426640621f262b7dccabd9479aeb5f082bc7279035d17e8a837fed
|
||||
|
Loading…
Reference in New Issue
Block a user