commit 2db9215b0c70290e1ebfe73c0f16ec97af07c17f Author: duyyb Date: Wed Nov 27 20:37:17 2019 +0800 Package init diff --git a/tpm-quote-tools-1.0.4.tar.gz b/tpm-quote-tools-1.0.4.tar.gz new file mode 100644 index 0000000..7bcb4a7 Binary files /dev/null and b/tpm-quote-tools-1.0.4.tar.gz differ diff --git a/tpm-quote-tools.spec b/tpm-quote-tools.spec new file mode 100644 index 0000000..764a442 --- /dev/null +++ b/tpm-quote-tools.spec @@ -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 - 1.0.4-3 +- Package init