Compare commits
No commits in common. "rawhide" and "f34" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,6 +2,3 @@
|
||||
/rsconnect_0.8.15.tar.gz
|
||||
/rsconnect_0.8.16.tar.gz
|
||||
/rsconnect_0.8.17.tar.gz
|
||||
/rsconnect_0.8.18.tar.gz
|
||||
/rsconnect_0.8.27.tar.gz
|
||||
/rsconnect_0.8.28.tar.gz
|
||||
|
@ -1,7 +1,5 @@
|
||||
%bcond_with bootstrap
|
||||
|
||||
%global packname rsconnect
|
||||
%global packver 0.8.28
|
||||
%global packver 0.8.17
|
||||
%global rlibdir %{_datadir}/R/library
|
||||
|
||||
%global __suggests_exclude ^R\\((plumber)\\)
|
||||
@ -10,19 +8,18 @@
|
||||
%global with_suggests 0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: %{packver}
|
||||
Release: 9%{?dist}
|
||||
Version: 0.8.17
|
||||
Release: 1%{?dist}
|
||||
Summary: Deployment Interface for R Markdown Documents and Shiny Applications
|
||||
|
||||
# Automatically converted from old format: GPLv2 - review is highly recommended.
|
||||
License: GPL-2.0-only
|
||||
License: GPLv2
|
||||
URL: https://CRAN.R-project.org/package=%{packname}
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.tar.gz
|
||||
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports: R-curl, R-digest, R-jsonlite, R-openssl >= 2.0.0, R-packrat >= 0.6, R-rstudioapi >= 0.5, R-tools, R-yaml >= 2.1.5
|
||||
# Suggests: R-MASS, R-RCurl, R-callr, R-httpuv, R-knitr, R-plumber >= 0.3.2, R-reticulate, R-rmarkdown >= 1.1, R-shiny, R-sourcetools, R-testthat, R-xtable
|
||||
# Imports: R-curl, R-digest, R-jsonlite, R-openssl, R-packrat >= 0.5, R-rstudioapi >= 0.5, R-yaml >= 2.1.5
|
||||
# Suggests: R-RCurl, R-callr, R-httpuv, R-knitr, R-plumber >= 0.3.2, R-reticulate, R-rmarkdown >= 1.1, R-shiny, R-sourcetools, R-testthat, R-xtable
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
@ -33,13 +30,10 @@ BuildRequires: tex(latex)
|
||||
BuildRequires: R-curl
|
||||
BuildRequires: R-digest
|
||||
BuildRequires: R-jsonlite
|
||||
BuildRequires: R-openssl >= 2.0.0
|
||||
BuildRequires: R-packrat >= 0.6
|
||||
BuildRequires: R-openssl
|
||||
BuildRequires: R-packrat >= 0.5
|
||||
BuildRequires: R-rstudioapi >= 0.5
|
||||
BuildRequires: R-tools
|
||||
BuildRequires: R-yaml >= 2.1.5
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: R-MASS
|
||||
BuildRequires: R-RCurl
|
||||
BuildRequires: R-callr
|
||||
BuildRequires: R-httpuv
|
||||
@ -53,7 +47,6 @@ BuildRequires: R-shiny
|
||||
BuildRequires: R-sourcetools
|
||||
BuildRequires: R-testthat
|
||||
BuildRequires: R-xtable
|
||||
%endif
|
||||
|
||||
%description
|
||||
Programmatic deployment interface for 'RPubs', 'shinyapps.io', and 'RStudio
|
||||
@ -85,13 +78,12 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%check
|
||||
%if %{without bootstrap}
|
||||
%if %{with_suggests}
|
||||
%{_bindir}/R CMD check %{packname}
|
||||
%else
|
||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
||||
%files
|
||||
%dir %{rlibdir}/%{packname}
|
||||
@ -109,54 +101,6 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 29 2024 Miroslav Suchý <msuchy@redhat.com> - 0.8.28-9
|
||||
- convert license to SPDX
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.28-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Thu Apr 25 2024 Iñaki Úcar <iucar@fedoraproject.org> - 0.8.28-7
|
||||
- R-maint-sig mass rebuild
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.28-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.28-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.28-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Fri Apr 21 2023 Iñaki Úcar <iucar@fedoraproject.org> - 0.8.28-3
|
||||
- R-maint-sig mass rebuild
|
||||
|
||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.28-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Mon Oct 24 2022 Tom Callaway <spot@fedoraproject.org> - 0.8.28-1
|
||||
- update to 0.8.28
|
||||
|
||||
* Thu Sep 1 2022 Tom Callaway <spot@fedoraproject.org> - 0.8.27-1
|
||||
- update to 0.8.27
|
||||
- rebuild for R 4.2.1
|
||||
- bootstrap on
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.18-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.18-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.18-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Thu Jun 17 2021 Tom Callaway <spot@fedoraproject.org> - 0.8.18-2
|
||||
- bootstrap off
|
||||
|
||||
* Fri Jun 11 2021 Tom Callaway <spot@fedoraproject.org> - 0.8.18-1
|
||||
- Update to 0.8.18
|
||||
- Rebuilt for R 4.1.0
|
||||
|
||||
* Fri Apr 09 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.8.17-1
|
||||
- Update to latest version (#1947760)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rsconnect_0.8.28.tar.gz) = c026263479dbb098e13f7ada7f1977be85750827b3c4d733a11d8c80dc78b3ad936d50f4f6e3b244b3704c48b9fc0fc442a3181b985615fd26619ce7bd7782d2
|
||||
SHA512 (rsconnect_0.8.17.tar.gz) = 878e86462e934518fe44986c1771f80b6c81334272bcbe00ae2edd782acb9ae316d1f408a38b7dcb7155ca813fee76fd6932bbfc929a9d8acc43c37aaa20eaee
|
||||
|
Loading…
Reference in New Issue
Block a user