tpm-tools/tpm-tools.spec

58 lines
1.4 KiB
RPMSpec
Raw Permalink Normal View History

Name: tpm-tools
Version: 1.3.9.2
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: https://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
%description
An open-source TCG Software Stack implementation, created and released by IBM.
%debug_package
%prep
%setup -q
sh ./bootstrap.sh
%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
* Sat Feb 27 2021 Automatic Build System <autodist@mambasoft.it> 1.3.9.2-1mamba
- automatic version update by autodist
* Sun Jun 24 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.8-1mamba
- package created by autospec