SHA256
1
0
forked from pool/tpm2-openssl
tpm2-openssl/tpm2-openssl.spec
Johannes Segitz b34233ac7c Accepting request 1090801 from home:firstyear:branches:security
Submit new package tpm2-openssl, an openssl3 tpm2 provider. This is needed for upcoming Kanidm
features.

OBS-URL: https://build.opensuse.org/request/show/1090801
OBS-URL: https://build.opensuse.org/package/show/security/tpm2-openssl?expand=0&rev=1
2023-06-05 06:35:04 +00:00

60 lines
1.7 KiB
RPMSpec

#
# spec file for package tpm2-openssl
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define _MODULES_DIR %(pkg-config --variable=modulesdir libcrypto)
Name: tpm2-openssl
Version: 1.1.1
Release: 0
Summary: OpenSSL 3 Engine for TPM2 devices
License: BSD-3-Clause
Group: Productivity/Security
URL: https://github.com/tpm2-software
Source0: %{url}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
Source1: %{url}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz.asc
BuildRequires: autoconf-archive
BuildRequires: libgcrypt-devel
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libcrypto) >= 3
BuildRequires: pkgconfig(tss2-esys) >= 2.0
Conflicts: openssl_tpm2_engine
%description
Makes the TPM 2.0 accessible via the standard OpenSSL API and command-line tools, so
one can add TPM support to (almost) any OpenSSL 3.x based application.
%prep
%setup -q
%build
autoreconf -fvi
%configure
make V=1 %{?_smp_mflags}
%install
%make_install
%files
%doc README.md
%license LICENSE
%{_MODULES_DIR}/tpm2.la
%{_MODULES_DIR}/tpm2.so
%changelog