openssl 3.5.4
This commit is contained in:
commit
e5d2fb6084
1 changed files with 39 additions and 0 deletions
39
openssl.spec
Normal file
39
openssl.spec
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
Name: openssl
|
||||
Version: 3.5.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Full-strength general purpose cryptography library (including SSL and TLS)
|
||||
|
||||
License: Apache-2.0
|
||||
URL: https://openssl.org/
|
||||
Source0: https://github.com/openssl/openssl/releases/download/openssl-%{version}/openssl-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc perl-FindBin perl-IPC-Cmd perl-File-Compare perl-File-Copy perl-Time-Piece perl-Pod-Html zlib-devel
|
||||
Requires: bash
|
||||
|
||||
%description
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
./config --prefix=%{_prefix} --libdir=%{_libdir} --openssldir=%{_sysconfdir}/ssl shared zlib-dynamic -fno-lto
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
|
||||
%files
|
||||
%{_bindir}
|
||||
%{_libdir}
|
||||
%{_includedir}
|
||||
%{_datadir}
|
||||
%{_sysconfdir}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 02 2025 Dmitrii Tochanskii <tochansky@tochlab.ru>
|
||||
-
|
||||
Loading…
Add table
Add a link
Reference in a new issue