Package init

This commit is contained in:
duyyb 2019-11-27 20:37:17 +08:00
commit 2db9215b0c
2 changed files with 40 additions and 0 deletions

Binary file not shown.

40
tpm-quote-tools.spec Normal file
View File

@ -0,0 +1,40 @@
Name: tpm-quote-tools
Version: 1.0.4
Release: 3
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
%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
* Wed Nov 20 2019 duyeyu <duyeyu@huawei.com> - 1.0.4-3
- Package init