]> git.pld-linux.org Git - packages/openssl-module-tpm2.git/commitdiff
- new master auto/th/openssl-module-tpm2-1.1.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 1 Apr 2023 13:18:36 +0000 (15:18 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 1 Apr 2023 13:18:36 +0000 (15:18 +0200)
openssl-module-tpm2.spec [new file with mode: 0644]

diff --git a/openssl-module-tpm2.spec b/openssl-module-tpm2.spec
new file mode 100644 (file)
index 0000000..f1bcb00
--- /dev/null
@@ -0,0 +1,60 @@
+Summary:       TPM2 module for OpenSSL
+Summary(pl.UTF-8):     Moduł TPM2 dla OpenSSL-a
+Name:          openssl-module-tpm2
+Version:       1.1.1
+Release:       1
+License:       BSD
+Group:         Libraries
+#Source0Download: https://github.com/tpm2-software/tpm2-openssl/releases
+Source0:       https://github.com/tpm2-software/tpm2-openssl/releases/download/%{version}/tpm2-openssl-%{version}.tar.gz
+# Source0-md5: 150b3f519011199ebc807d77bad94137
+URL:           https://github.com/tpm2-software/tpm2-openssl
+# for tests
+#BuildRequires:        cmocka-devel >= 1.0
+#BuildRequires:        expect
+BuildRequires: openssl-devel >= 3.0.0
+BuildRequires: pandoc
+BuildRequires: pkgconfig >= 1:0.25
+BuildRequires: rpm-build >= 4.6
+BuildRequires: rpmbuild(macros) >= 1.673
+BuildRequires: tpm2-tss-devel >= 3.0.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                modulesdir      %(pkg-config --variable=modulesdir libcrypto)
+
+%description
+Provider for integration of TPM 2.0 to OpenSSL 3.0 makes the TPM 2.0
+accessible via the standard OpenSSL API and command-line tools, so one
+can add TPM support to (almost) any OpenSSL 3.0 based application.
+
+%description -l pl.UTF-8
+Moduł dostawcy, integrujący TPM 2.0 z OpenSSL 3.0, umożliwia dostęp do
+TPM 2.0 poprzez standardowe API i narzędzia linii poleceń OpenSSL,
+dzięki czemu można dodać obsługę TPM do (prawie) każdej aplikacji
+opartej na OpenSSL 3.0.
+
+%prep
+%setup -q -n tpm2-openssl-%{version}
+
+%build
+%configure \
+       --disable-silent-rules \
+       --with-modulesdir=%{modulesdir}
+       
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%{__rm} $RPM_BUILD_ROOT%{modulesdir}/tpm2.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE README.md
+%attr(755,root,root) %{modulesdir}/tpm2.so
This page took 0.12178 seconds and 4 git commands to generate.