File openssl_tpm_engine.spec of Package openssl_tpm_engine

#
# spec file for package openssl_tpm_engine
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#


Name:           openssl_tpm_engine
Url:            http://sourceforge.net/projects/trousers
Summary:        OpenSSL TPM interface engine plugin
License:        GPL-2.0+
Group:          Productivity/Security
Version:        0.4.2
Release:        0
Source0:        https://downloads.sourceforge.net/project/trousers/OpenSSL%20TPM%20Engine/%{version}/%{name}-%{version}.tar.gz
Patch0:         openssl_tpm_engine-somodule.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  automake
BuildRequires:  libopenssl-devel
BuildRequires:  libtool
BuildRequires:  trousers-devel

%description
This package contains a plugin a for OpenSSL which connects it with the
Trusted Platform Module found on newer machines and a create_tpm_key
helper binary to create and extract a TPM key.

%prep
%setup -q
%patch0 -p0

%build
mkdir m4
sh ./bootstrap.sh
%configure --libdir=/%{_lib}
make

%check
make check

%install
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT/%{_lib}/engines/libtpm.la

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc LICENSE README openssl.cnf.sample
%{_bindir}/create_tpm_key
%dir /%{_lib}/engines
/%{_lib}/engines/libtpm.so

%changelog
openSUSE Build Service is sponsored by