Compare commits
11 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
293feb95de | ||
|
02a67ea250 | ||
|
979fc4c40e | ||
|
cba055d453 | ||
|
bc3383ef97 | ||
|
c97c97901c | ||
|
404595f742 | ||
|
c03b0d2f77 | ||
|
5d95c6364d | ||
|
d5c2ae8a12 | ||
|
05a1590602 |
3
.gitignore
vendored
3
.gitignore
vendored
@ -14,3 +14,6 @@
|
|||||||
/processx_3.5.0.tar.gz
|
/processx_3.5.0.tar.gz
|
||||||
/processx_3.5.1.tar.gz
|
/processx_3.5.1.tar.gz
|
||||||
/processx_3.5.2.tar.gz
|
/processx_3.5.2.tar.gz
|
||||||
|
/processx_3.7.0.tar.gz
|
||||||
|
/processx_3.8.1.tar.gz
|
||||||
|
/processx_3.8.2.tar.gz
|
||||||
|
108
R-processx.spec
108
R-processx.spec
@ -1,12 +1,12 @@
|
|||||||
%bcond_without bootstrap
|
%bcond_with bootstrap
|
||||||
|
|
||||||
%global packname processx
|
%global packname processx
|
||||||
%global packver 3.5.2
|
%global packver 3.8.2
|
||||||
%global rlibdir %{_libdir}/R/library
|
%global rlibdir %{_libdir}/R/library
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: 3.5.2
|
Version: %{packver}
|
||||||
Release: 3%{?dist}
|
Release: %autorelease
|
||||||
Summary: Execute and Control System Processes
|
Summary: Execute and Control System Processes
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -16,7 +16,7 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.
|
|||||||
# Here's the R view of the dependencies world:
|
# Here's the R view of the dependencies world:
|
||||||
# Depends:
|
# Depends:
|
||||||
# Imports: R-ps >= 1.2.0, R-R6, R-utils
|
# Imports: R-ps >= 1.2.0, R-R6, R-utils
|
||||||
# Suggests: R-callr >= 3.2.0, R-cli, R-codetools, R-covr, R-curl, R-debugme, R-parallel, R-testthat, R-withr
|
# Suggests: R-callr >= 3.7.3, R-cli >= 3.3.0, R-codetools, R-covr, R-curl, R-debugme, R-parallel, R-rlang >= 1.0.2, R-testthat >= 3.0.0, R-webfakes, R-withr
|
||||||
# LinkingTo:
|
# LinkingTo:
|
||||||
# Enhances:
|
# Enhances:
|
||||||
|
|
||||||
@ -26,13 +26,15 @@ BuildRequires: R-ps >= 1.2.0
|
|||||||
BuildRequires: R-R6
|
BuildRequires: R-R6
|
||||||
BuildRequires: R-utils
|
BuildRequires: R-utils
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
BuildRequires: R-callr >= 3.2.0
|
BuildRequires: R-callr >= 3.7.3
|
||||||
BuildRequires: R-cli
|
BuildRequires: R-cli >= 3.3.0
|
||||||
BuildRequires: R-codetools
|
BuildRequires: R-codetools
|
||||||
BuildRequires: R-curl
|
BuildRequires: R-curl
|
||||||
BuildRequires: R-debugme
|
BuildRequires: R-debugme
|
||||||
BuildRequires: R-parallel
|
BuildRequires: R-parallel
|
||||||
BuildRequires: R-testthat
|
BuildRequires: R-rlang >= 1.0.2
|
||||||
|
BuildRequires: R-testthat >= 3.0.0
|
||||||
|
BuildRequires: R-webfakes
|
||||||
BuildRequires: R-withr
|
BuildRequires: R-withr
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -84,6 +86,7 @@ install -pm 0644 %{packname}/README.md %{buildroot}%{rlibdir}/%{packname}/
|
|||||||
%{rlibdir}/%{packname}/Meta
|
%{rlibdir}/%{packname}/Meta
|
||||||
%{rlibdir}/%{packname}/R
|
%{rlibdir}/%{packname}/R
|
||||||
%{rlibdir}/%{packname}/help
|
%{rlibdir}/%{packname}/help
|
||||||
|
%{rlibdir}/%{packname}/include
|
||||||
%{rlibdir}/%{packname}/bin
|
%{rlibdir}/%{packname}/bin
|
||||||
%dir %{rlibdir}/%{packname}/libs
|
%dir %{rlibdir}/%{packname}/libs
|
||||||
%{rlibdir}/%{packname}/libs/%{packname}.so
|
%{rlibdir}/%{packname}/libs/%{packname}.so
|
||||||
@ -91,91 +94,4 @@ install -pm 0644 %{packname}/README.md %{buildroot}%{rlibdir}/%{packname}/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.2-3
|
%autochangelog
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.2-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jun 9 2021 Tom Callaway <spot@fedoraproject.org> - 3.5.2-1
|
|
||||||
- Update to 3.5.2
|
|
||||||
- bootstrap
|
|
||||||
- Rebuilt for R 4.1.0
|
|
||||||
|
|
||||||
* Mon Apr 05 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.5.1-1
|
|
||||||
- Update to latest version (#1946117)
|
|
||||||
|
|
||||||
* Fri Mar 26 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.5.0-1
|
|
||||||
- Update to latest version (#1942163)
|
|
||||||
|
|
||||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Dec 04 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.4.5-1
|
|
||||||
- Update to latest version (#1902707)
|
|
||||||
- Rename check conditional to bootstrap
|
|
||||||
|
|
||||||
* Sat Sep 05 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.4.4-1
|
|
||||||
- Update to latest version (#1875519)
|
|
||||||
|
|
||||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.3-3
|
|
||||||
- Second attempt - Rebuilt for
|
|
||||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.3-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jul 21 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.4.3-1
|
|
||||||
- Update to latest version
|
|
||||||
|
|
||||||
* Wed Jun 3 2020 Tom Callaway <spot@fedoraproject.org> - 3.4.2-2
|
|
||||||
- rebuild for R 4
|
|
||||||
- conditionalize check to break testthat loop
|
|
||||||
|
|
||||||
* Wed Feb 12 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.4.2-1
|
|
||||||
- Update to latest version
|
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Aug 11 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.4.1-3
|
|
||||||
- Remove explicit dependencies provided by automatic dependency generator
|
|
||||||
|
|
||||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jul 23 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.4.1-1
|
|
||||||
- Update to latest version
|
|
||||||
|
|
||||||
* Tue Jul 16 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.4.0-1
|
|
||||||
- Update to latest version
|
|
||||||
|
|
||||||
* Wed May 08 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.3.1-1
|
|
||||||
- Update to latest version
|
|
||||||
|
|
||||||
* Fri Mar 22 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.3.0-1
|
|
||||||
- Update to latest version
|
|
||||||
|
|
||||||
* Wed Mar 06 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.2.1-2
|
|
||||||
- Enable more tests
|
|
||||||
|
|
||||||
* Thu Feb 21 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.2.1-1
|
|
||||||
- Update to latest version
|
|
||||||
|
|
||||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Aug 19 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.2.0-1
|
|
||||||
- Update to latest version
|
|
||||||
|
|
||||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu May 17 2018 Tom Callaway <spot@fedoraproject.org> - 3.1.0-1
|
|
||||||
- update to 3.1.0
|
|
||||||
|
|
||||||
* Mon May 07 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.0.3-1
|
|
||||||
- Update to latest version
|
|
||||||
|
|
||||||
* Wed Mar 21 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.0.0.1-1
|
|
||||||
- initial package for Fedora
|
|
||||||
|
108
changelog
Normal file
108
changelog
Normal file
@ -0,0 +1,108 @@
|
|||||||
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Apr 21 2023 Iñaki Úcar <iucar@fedoraproject.org> - 3.8.1-2
|
||||||
|
- R-maint-sig mass rebuild
|
||||||
|
|
||||||
|
* Wed Apr 19 2023 Tom Callaway <spot@fedoraproject.org> - 3.8.1-1
|
||||||
|
- update to 3.8.1
|
||||||
|
|
||||||
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Aug 18 2022 Tom Callaway <spot@fedoraproject.org> - 3.7.0-1
|
||||||
|
- update to 3.7.0
|
||||||
|
- rebuild for R 4.2.1
|
||||||
|
- bootstrap on
|
||||||
|
|
||||||
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.2-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.2-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jun 9 2021 Tom Callaway <spot@fedoraproject.org> - 3.5.2-1
|
||||||
|
- Update to 3.5.2
|
||||||
|
- bootstrap
|
||||||
|
- Rebuilt for R 4.1.0
|
||||||
|
|
||||||
|
* Mon Apr 05 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.5.1-1
|
||||||
|
- Update to latest version (#1946117)
|
||||||
|
|
||||||
|
* Fri Mar 26 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.5.0-1
|
||||||
|
- Update to latest version (#1942163)
|
||||||
|
|
||||||
|
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Dec 04 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.4.5-1
|
||||||
|
- Update to latest version (#1902707)
|
||||||
|
- Rename check conditional to bootstrap
|
||||||
|
|
||||||
|
* Sat Sep 05 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.4.4-1
|
||||||
|
- Update to latest version (#1875519)
|
||||||
|
|
||||||
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.3-3
|
||||||
|
- Second attempt - Rebuilt for
|
||||||
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 21 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.4.3-1
|
||||||
|
- Update to latest version
|
||||||
|
|
||||||
|
* Wed Jun 3 2020 Tom Callaway <spot@fedoraproject.org> - 3.4.2-2
|
||||||
|
- rebuild for R 4
|
||||||
|
- conditionalize check to break testthat loop
|
||||||
|
|
||||||
|
* Wed Feb 12 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.4.2-1
|
||||||
|
- Update to latest version
|
||||||
|
|
||||||
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Aug 11 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.4.1-3
|
||||||
|
- Remove explicit dependencies provided by automatic dependency generator
|
||||||
|
|
||||||
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 23 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.4.1-1
|
||||||
|
- Update to latest version
|
||||||
|
|
||||||
|
* Tue Jul 16 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.4.0-1
|
||||||
|
- Update to latest version
|
||||||
|
|
||||||
|
* Wed May 08 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.3.1-1
|
||||||
|
- Update to latest version
|
||||||
|
|
||||||
|
* Fri Mar 22 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.3.0-1
|
||||||
|
- Update to latest version
|
||||||
|
|
||||||
|
* Wed Mar 06 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.2.1-2
|
||||||
|
- Enable more tests
|
||||||
|
|
||||||
|
* Thu Feb 21 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.2.1-1
|
||||||
|
- Update to latest version
|
||||||
|
|
||||||
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Aug 19 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.2.0-1
|
||||||
|
- Update to latest version
|
||||||
|
|
||||||
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu May 17 2018 Tom Callaway <spot@fedoraproject.org> - 3.1.0-1
|
||||||
|
- update to 3.1.0
|
||||||
|
|
||||||
|
* Mon May 07 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.0.3-1
|
||||||
|
- Update to latest version
|
||||||
|
|
||||||
|
* Wed Mar 21 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.0.0.1-1
|
||||||
|
- initial package for Fedora
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (processx_3.5.2.tar.gz) = 1f7bcbc6acbb28e34286525e4b43979afec077f8ace823516ed8779cbae75f6252363aa4d722e6fad3049f8835190700b4abe094188ccb68ce6436bfa7ad0c7b
|
SHA512 (processx_3.8.2.tar.gz) = 71eefc961bede766a659e9ad4b8a37af22de03e47703343d6794f4fb0acb47ac89c6f56af5c289a268a385cae2fa5f176c2367e35aa0fd259c3126a2fc6782f6
|
||||||
|
Loading…
Reference in New Issue
Block a user