39 lines
823 B
RPMSpec
39 lines
823 B
RPMSpec
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>
|
|
-
|