2024-01-05 18:36:01 +01:00
|
|
|
Name: tpm-tools
|
2024-01-05 18:36:01 +01:00
|
|
|
Version: 1.3.9.2
|
2024-01-05 18:36:01 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Tools for the TCG Software Stack implementation
|
|
|
|
Group: System/Tools
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 18:36:01 +01:00
|
|
|
URL: https://trousers.sourceforge.net/
|
2024-01-05 18:36:01 +01:00
|
|
|
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
|
2024-01-05 18:36:01 +01:00
|
|
|
sh ./bootstrap.sh
|
2024-01-05 18:36:01 +01:00
|
|
|
|
|
|
|
%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
|
2024-01-05 18:36:01 +01:00
|
|
|
* Sat Feb 27 2021 Automatic Build System <autodist@mambasoft.it> 1.3.9.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:36:01 +01:00
|
|
|
* Sun Jun 24 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.8-1mamba
|
|
|
|
- package created by autospec
|