diff --git a/README.md b/README.md index c3a501f..0b0f9cf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # tpm-tools +An open-source TCG Software Stack implementation, created and released by IBM. + diff --git a/tpm-tools.spec b/tpm-tools.spec new file mode 100644 index 0000000..a5a9148 --- /dev/null +++ b/tpm-tools.spec @@ -0,0 +1,54 @@ +Name: tpm-tools +Version: 1.3.8 +Release: 1mamba +Summary: Tools for the TCG Software Stack implementation +Group: System/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://trousers.sourceforge.net/ +Source: http://downloads.sourceforge.net/project/trousers/tpm-tools/%{version}/tpm-tools-%{version}.tar.gz +License: Common Public Attribution License 1.0 +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libopenssl-devel +BuildRequires: trousers-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +An open-source TCG Software Stack implementation, created and released by IBM. + +%debug_package + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/tpm_sealdata +%{_bindir}/tpm_unsealdata +%{_sbindir}/tpm_* +%{_includedir}/tpm_tools/tpm_unseal.h +%{_libdir}/libtpm_unseal.la +%{_libdir}/libtpm_unseal.so +%{_libdir}/libtpm_unseal.so.* +%{_mandir}/man1/tpm_*.1* +%{_mandir}/man3/tpm*.3* +%{_mandir}/man8/tpm_*.8* +%doc LICENSE + +%changelog +* Sun Jun 24 2012 Silvan Calarco 1.3.8-1mamba +- package created by autospec