diff --git a/.tpm-quote-tools.metadata b/.tpm-quote-tools.metadata new file mode 100644 index 0000000..d5c04e9 --- /dev/null +++ b/.tpm-quote-tools.metadata @@ -0,0 +1 @@ +4a5c56ec285754450163cc885f8faea7377fd816 SOURCES/tpm-quote-tools-1.0.2.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/tpm-quote-tools.spec b/SPECS/tpm-quote-tools.spec new file mode 100644 index 0000000..7c71a36 --- /dev/null +++ b/SPECS/tpm-quote-tools.spec @@ -0,0 +1,75 @@ +Name: tpm-quote-tools +Version: 1.0.2 +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 +* Wed Mar 27 2013 John D. Ramsdell - 1.0.2-1 +- Add support for ARM 64 bit CPU architecture (aarch64) + +* Fri Feb 15 2013 Fedora Release Engineering - 1.0.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sat Jul 21 2012 Fedora Release Engineering - 1.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Jan 14 2012 Fedora Release Engineering - 1.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* 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