tpm-tools/tpm-tools.spec

55 lines
1.3 KiB
RPMSpec
Raw Permalink Normal View History

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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 1.3.8-1mamba
- package created by autospec