package created by autospec [release 1.3.8-1mamba;Sun Jun 24 2012]
This commit is contained in:
parent
628cf82af4
commit
714dcd5120
@ -1,2 +1,4 @@
|
|||||||
# tpm-tools
|
# tpm-tools
|
||||||
|
|
||||||
|
An open-source TCG Software Stack implementation, created and released by IBM.
|
||||||
|
|
||||||
|
54
tpm-tools.spec
Normal file
54
tpm-tools.spec
Normal file
@ -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 <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
|
Loading…
x
Reference in New Issue
Block a user