Update to latest version.
This commit is contained in:
parent
deaed11f50
commit
c0f0e60a0c
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/ps_1.3.0.tar.gz
|
||||
/ps_1.3.2.tar.gz
|
||||
/ps_1.3.3.tar.gz
|
||||
/ps_1.3.4.tar.gz
|
||||
|
24
R-ps.spec
24
R-ps.spec
@ -1,13 +1,13 @@
|
||||
%global packname ps
|
||||
%global packver 1.3.3
|
||||
%global packver 1.3.4
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
# Tests requires processx which requires this package.
|
||||
%global with_test 0
|
||||
%bcond_with bootstrap
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.3.3
|
||||
Release: 4%{?dist}
|
||||
Version: 1.3.4
|
||||
Release: 1%{?dist}
|
||||
Summary: List, Query, Manipulate System Processes
|
||||
|
||||
License: BSD
|
||||
@ -26,15 +26,15 @@ Patch0001: 0001-Don-t-run-example-that-uses-the-network.patch
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-utils
|
||||
%if %{with_test}
|
||||
BuildRequires: R-R6
|
||||
BuildRequires: R-rlang
|
||||
BuildRequires: R-tibble
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: R-callr
|
||||
BuildRequires: R-curl
|
||||
BuildRequires: R-pingr
|
||||
BuildRequires: R-processx >= 3.1.0
|
||||
BuildRequires: R-R6
|
||||
BuildRequires: R-rlang
|
||||
BuildRequires: R-testthat
|
||||
BuildRequires: R-tibble
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -67,10 +67,10 @@ rm %{buildroot}%{rlibdir}/%{packname}/tools/winver.R
|
||||
|
||||
|
||||
%check
|
||||
%if %{with_test}
|
||||
%if %{without bootstrap}
|
||||
%{_bindir}/R CMD check %{packname}
|
||||
%else
|
||||
# _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-tests
|
||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples --no-tests
|
||||
%endif
|
||||
|
||||
|
||||
@ -94,6 +94,10 @@ rm %{buildroot}%{rlibdir}/%{packname}/tools/winver.R
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 13 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.4-1
|
||||
- Update to latest version (#1868090)
|
||||
- Rename with_test to bootstrap conditional
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-4
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ps_1.3.3.tar.gz) = b3bb0c75e19bfd8941ac96a45bb16347a0297753d90682f3912b3969d9ccaf2959bb88aebee7978ccaae932b1549ec6614b88a238553f5f8b64fc9bd2207aec7
|
||||
SHA512 (ps_1.3.4.tar.gz) = 9e44ac51638909531040ba1c9a53ffb8250dd239514034c9048eae19d010043531f147c8db8dd45220de971031827bdfc691be5a18e69457212fb51fd50d3dd5
|
||||
|
Loading…
Reference in New Issue
Block a user