diff --git a/tpm-quote-tools.spec b/tpm-quote-tools.spec new file mode 100644 index 0000000..045ff93 --- /dev/null +++ b/tpm-quote-tools.spec @@ -0,0 +1,63 @@ +Name: tpm-quote-tools +Version: 1.0.1 +Release: 1%{?dist} +Source0: http://downloads.sourceforge.net/tpmquotetools/%{name}-%{version}.tar.gz + +URL: http://sf.net/projects/tpmquotetools +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root + +Summary: TPM-based attestation using the TPM quote operation (tools) +License: BSD +Group: Applications/System + +BuildRequires: trousers-devel + +%description +TPM Quote Tools is a collection of programs that provide support +for TPM based attestation using the TPM quote operation. + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} + +%install +rm -rf %{buildroot} +make DESTDIR=%{buildroot} install + +%clean +rm -rf %{buildroot} + +%files +%defattr (-, root, root) +%doc AUTHORS ChangeLog COPYING NEWS README +%{_bindir}/* +%{_mandir}/man8/* + +%changelog +* Tue Jul 26 2011 John D. Ramsdell - 1.0.1-1 +- Tagged as 1.0.1 +- Changed source to SourceForge development site. + +* Thu Jul 14 2011 John D. Ramsdell - 1.0-6 +- Changed URL to SourceForge development site. +- Changed source to NEU site. +- Quoted % references in macros within changelog. +- README: Note tpm-tools only needed to take ownership of a TPM. + +* Fri Jul 8 2011 John D. Ramsdell - 1.0-5 +- Fixed changelog + +* Fri Jul 8 2011 John D. Ramsdell - 1.0-4 +- Removed use of %%makeinstall + +* Thu Jun 2 2011 John D. Ramsdell - 1.0-3 +- Added %%changelog + +* Wed Mar 9 2011 John D. Ramsdell - 1.0-2 +- Fixed spec to meet Fedora standards. + +* Wed Mar 9 2011 John D. Ramsdell - 1.0-1 +- Initial package