Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
b24da6152a | ||
|
5b3c836e7e | ||
|
4a7e7b6805 | ||
|
5160386e6b | ||
|
16fa720ab7 | ||
|
25db9ed917 | ||
|
2d87ac6b6b | ||
|
9083cdeb6e | ||
|
9a644ad217 |
13
.gitignore
vendored
13
.gitignore
vendored
@ -1,12 +1 @@
|
||||
/openssl_1.0.1.tar.gz
|
||||
/openssl_1.0.2.tar.gz
|
||||
/openssl_1.2.1.tar.gz
|
||||
/openssl_1.2.2.tar.gz
|
||||
/openssl_1.3.tar.gz
|
||||
/openssl_1.4.tar.gz
|
||||
/openssl_1.4.1.tar.gz
|
||||
/openssl_1.4.2.tar.gz
|
||||
/openssl_1.4.3.tar.gz
|
||||
/openssl_1.4.4.tar.gz
|
||||
/openssl_1.4.5.tar.gz
|
||||
/openssl_2.0.2.tar.gz
|
||||
/openssl_*.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%bcond_with bootstrap
|
||||
|
||||
%global packname openssl
|
||||
%global packver 2.0.2
|
||||
%global packver 2.0.6
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
# Skip examples or tests that use the network.
|
||||
@ -17,20 +17,21 @@ Summary: Toolkit for Encryption, Signatures and Certificates Based on O
|
||||
|
||||
License: MIT
|
||||
URL: https://CRAN.R-project.org/package=%{packname}
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.tar.gz
|
||||
Source0: %{url}&version=%{version}#/%{packname}_%{version}.tar.gz
|
||||
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports: R-askpass
|
||||
# Suggests: R-testthat >= 2.1.0, R-digest, R-knitr, R-rmarkdown, R-jsonlite, R-jose, R-sodium
|
||||
# Suggests: R-curl, R-testthat >= 2.1.0, R-digest, R-knitr, R-rmarkdown, R-jsonlite, R-jose, R-sodium
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: openssl-devel >= 1.0.1
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: R-askpass
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: R-curl
|
||||
BuildRequires: R-testthat >= 2.1.0
|
||||
BuildRequires: R-sodium
|
||||
%if %{with_doc}
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (openssl_2.0.2.tar.gz) = d0f70d5d001967bdb7873d7ea8778bbaf491442801bdbe80a66c2d040f92b5dfe58e3ec4077bf215d85f6b4c4a8aa6468c0f0ecb6adf19ded8fd3d0486d78506
|
||||
SHA512 (openssl_2.0.6.tar.gz) = 617dd9bfb93bd2b5f947e55faf2503c04366514cd7f81bc606b69cd5dd32494d56cfb502aa9a5e40932d9e1179cb5b00cf8a86fbcc5c548ab8ee6909f17713d6
|
||||
|
Loading…
Reference in New Issue
Block a user