SPECS: openssl-engine-tpm.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sun Sep 2 21:33:54 CEST 2007


Author: qboosh                       Date: Sun Sep  2 19:33:54 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   openssl-engine-tpm.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/openssl-engine-tpm.spec
diff -u /dev/null SPECS/openssl-engine-tpm.spec:1.1
--- /dev/null	Sun Sep  2 21:33:54 2007
+++ SPECS/openssl-engine-tpm.spec	Sun Sep  2 21:33:49 2007
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+Summary:	TPM engine for OpenSSL
+Summary(pl.UTF-8):	Silnik TPM dla OpenSSL-a
+Name:		openssl-engine-tpm
+Version:	0.4.1
+Release:	1
+License:	GPL v2+
+Group:		Libraries
+Source0:	http://dl.sourceforge.net/trousers/openssl_tpm_engine-%{version}.tar.gz
+# Source0-md5:	05d8fce1dc84c1c492a2e6a21db6616a
+URL:		http://trousers.sourceforge.net/
+BuildRequires:	openssl-devel >= 0.9.8
+BuildRequires:	trousers-devel
+Requires:	openssl >= 0.9.8
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains 2 sets of code, a command-line utility used to
+generate a TSS key blob and write it to disk and an OpenSSL engine
+which interfaces with the TSS API.
+
+%description -l pl.UTF-8
+Ten pakiet składa się z dwóch elementów: narzędzia linii poleceń
+służącego do generowania klucza TSS i zapisu go na dysk oraz silnika
+OpenSSL, który współpracuje z API TSS.
+
+%prep
+%setup -q -n openssl_tpm_engine-%{version}
+
+%build
+%configure
+	
+%{__make} \
+	openssl_enginedir=%{_libdir}/engines
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	openssl_enginedir=%{_libdir}/engines
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/engines/libtpm.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE README openssl.cnf.sample
+%attr(755,root,root) %{_bindir}/create_tpm_key
+%attr(755,root,root) %{_libdir}/engines/libtpm.so*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/09/02 19:33:49  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list