1.3.0
This commit is contained in:
parent
5ad21f8c1b
commit
4fc2020101
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/webfakes_1.1.3.tar.gz
|
||||
/webfakes_1.1.4.tar.gz
|
||||
/webfakes_1.1.7.tar.gz
|
||||
/webfakes_1.3.0.tar.gz
|
||||
|
@ -1,10 +1,10 @@
|
||||
%global packname webfakes
|
||||
%global packver 1.1.7
|
||||
%global packver 1.3.0
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: %{packver}
|
||||
Release: 5%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Fake Web Apps for HTTP Testing
|
||||
|
||||
License: MIT
|
||||
@ -14,7 +14,7 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports: R-stats, R-tools, R-utils
|
||||
# Suggests: R-callr, R-covr, R-curl, R-glue, R-httpuv, R-httr, R-jsonlite, R-testthat >= 3.0.0, R-withr, R-xml2
|
||||
# Suggests: R-brotli, R-callr, R-covr, R-curl, R-digest, R-glue, R-httpuv, R-httr, R-jsonlite, R-testthat >= 3.0.0, R-withr, R-xml2, R-zip >= 2.3.0
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
@ -23,9 +23,12 @@ BuildRequires: tex(latex)
|
||||
BuildRequires: R-stats
|
||||
BuildRequires: R-tools
|
||||
BuildRequires: R-utils
|
||||
# Not in Fedora
|
||||
# BuildRequires: R-brotli
|
||||
BuildRequires: R-callr
|
||||
BuildRequires: R-covr
|
||||
BuildRequires: R-curl
|
||||
BuildRequires: R-digest
|
||||
BuildRequires: R-glue
|
||||
BuildRequires: R-httpuv
|
||||
BuildRequires: R-httr
|
||||
@ -33,6 +36,7 @@ BuildRequires: R-jsonlite
|
||||
BuildRequires: R-testthat >= 3.0.0
|
||||
BuildRequires: R-withr
|
||||
BuildRequires: R-xml2
|
||||
BuildRequires: R-zip >= 2.3.0
|
||||
|
||||
%description
|
||||
Create a web app that makes it easier to test web clients without using the
|
||||
@ -57,7 +61,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%check
|
||||
%{_bindir}/R CMD check %{packname}
|
||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-tests
|
||||
|
||||
|
||||
%files
|
||||
@ -79,6 +83,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Feb 10 2024 Tom Callaway <spot@fedoraproject.org> - 1.3.0-1
|
||||
- update to 1.3.0
|
||||
|
||||
* Mon Jan 29 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.7-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (webfakes_1.1.7.tar.gz) = 72ba7ec0ca829388a16f725e5be1e2b34258a142159fb577f5d46968a6579c2a493de6c4fe31b889c2bc6de1c1b716f50c554db01d6d077cddabb31b5bee5d07
|
||||
SHA512 (webfakes_1.3.0.tar.gz) = a4f5cb65e3e14f4d907e8c99b5d04952de8f30ee30568bd3b0c0c5579739fb12a082b67221263f51b4bc477fb5d75814274fb6eda0a7667072289e442d457495
|
||||
|
Loading…
Reference in New Issue
Block a user