Compare commits
11 Commits
rawhide
...
main-riscv
Author | SHA1 | Date | |
---|---|---|---|
861cf63d72 | |||
a44d15ba6a | |||
90f75fa7e1 | |||
d0c430d4b5 | |||
|
f20962f531 | ||
|
a18a7bd940 | ||
|
df2cca37a6 | ||
|
40ca9fe114 | ||
|
b402d134c3 | ||
ed730ec3d4 | |||
|
edae135fec |
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/curl_4.3.tar.gz
|
||||
/curl_4.3.1.tar.gz
|
||||
/curl_4.3.2.tar.gz
|
||||
/curl_5.2.1.tar.gz
|
||||
|
@ -2,17 +2,16 @@
|
||||
%bcond_with network
|
||||
|
||||
%global packname curl
|
||||
%global packver 4.3.2
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 4.3.2
|
||||
Release: %autorelease
|
||||
Version: 5.2.1
|
||||
Release: %autorelease -e 2.riscv64
|
||||
Summary: A Modern and Flexible Web Client for R
|
||||
|
||||
License: MIT
|
||||
URL: https://CRAN.R-project.org/package=%{packname}
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.tar.gz
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
|
||||
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
@ -28,11 +27,11 @@ BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: R-spelling
|
||||
BuildRequires: R-testthat >= 1.0.0
|
||||
BuildRequires: R-jsonlite
|
||||
BuildRequires: R-later
|
||||
BuildRequires: R-httpuv >= 1.4.4
|
||||
BuildRequires: R-knitr
|
||||
BuildRequires: glyphicons-halflings-fonts
|
||||
BuildRequires: R-rmarkdown
|
||||
BuildRequires: R-magrittr
|
||||
%if %{with network}
|
||||
BuildRequires: R-webutils
|
||||
%endif
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (curl_4.3.2.tar.gz) = 7b8e9b136f206733a3314a876de21bf7d52b9bcef1c8c399fc9b0e1983a12853da18bd7ce06959fdd83957cd3637a11fc9246154187427a3c6479101cc492322
|
||||
SHA512 (curl_5.2.1.tar.gz) = b7ea407c2c6df08e7a362eec6882bc07e61040455a1825fa69a7cc483d0f41b599f1aeb10906d61713044c318d9dd5c7a100082f9c971a2a34a08bb593510664
|
||||
|
Loading…
Reference in New Issue
Block a user