File openssl_tpm_engine.spec of Package openssl_tpm_engine
#
# spec file for package openssl_tpm_engine
#
# Copyright (c) 2011 SUSE LINUX Products 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/
#
# norootforbuild
Url: http://sourceforge.net/projects/trousers
Name: openssl_tpm_engine
License: GPL v2 or later
Group: Productivity/Security
AutoReqProv: on
Summary: OpenSSL TPM interface engine plugin
Version: 0.4.1
Release: 32
Source0: %{name}-%{version}.tar.bz2
Patch0: openssl_tpm_engine-somodule.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libopenssl-devel 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.
Authors:
--------
Kent Yoder <kyoder@users.sf.net>
%prep
%setup -q
%patch0 -p0
%build
mkdir m4
autoreconf -fiv
%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