tpm-quote-tools/tpm-quote-tools.spec
2020-11-10 15:34:28 +08:00

45 lines
1.0 KiB
RPMSpec

Name: tpm-quote-tools
Version: 1.0.4
Release: 4
Summary: Trusted Platform Module (TPM) remote attestation tools
License: BSD
URL: http://sf.net/projects/tpmquotetools
Source0: http://downloads.sourceforge.net/tpmquotetools/%{name}-%{version}.tar.gz
BuildRequires: gcc trousers-devel
Requires: %{name}-help = %{version}-%{release}
%description
The tpm-quote-tools package provides additional tools that employ the TPM quote command
to facilitate remote attestation.
%package help
Summary: Help documents for tpm-quote-tools
%description help
Man pages and other related help documents for tpm-quote-tools.
%prep
%autosetup -n %{name}-%{version} -p1
%build
%configure
%make_build
%install
%make_install
%files
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/*
%files help
%{_mandir}/man8/*
%changelog
* Mon Nov 09 2019 liuweibo <liuweibo10@huawei.com> - 1.0.4-4
- Append help requires to tpm-quote-tools
* Wed Nov 20 2019 duyeyu <duyeyu@huawei.com> - 1.0.4-3
- Package init