2007-01-16 00:27:33 +01:00
|
|
|
#
|
2011-11-28 12:55:09 +01:00
|
|
|
# spec file for package openCryptoki
|
2007-01-16 00:27:33 +01:00
|
|
|
#
|
2016-04-16 19:18:42 +02:00
|
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
2007-01-16 00:27:33 +01:00
|
|
|
#
|
2008-08-29 01:19:19 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:27:33 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2008-11-06 22:23:05 +01:00
|
|
|
%define openCryptoki_32bit_arch %ix86 s390 ppc %arm
|
|
|
|
# support in the workings for: ppc64
|
2008-12-15 14:58:47 +01:00
|
|
|
# no support in sight for: ia64
|
2014-02-06 10:10:48 +01:00
|
|
|
%define openCryptoki_64bit_arch s390x ppc64 ppc64le x86_64 aarch64
|
2008-11-06 22:23:05 +01:00
|
|
|
# autobuild:/work/cd/lib/misc/group
|
|
|
|
# openCryptoki pkcs11:x:64:
|
|
|
|
%define pkcs11_group_id 64
|
2014-02-06 10:10:48 +01:00
|
|
|
%define oc_cvs_tag opencryptoki
|
2008-08-29 01:19:19 +02:00
|
|
|
|
2014-07-02 11:29:50 +02:00
|
|
|
%if 0%{?suse_version} > 1220
|
|
|
|
%define uses_systemd 1
|
|
|
|
%else
|
|
|
|
%define uses_systemd 0
|
|
|
|
%endif
|
|
|
|
|
2007-01-16 00:27:33 +01:00
|
|
|
Name: openCryptoki
|
2014-02-06 10:10:48 +01:00
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: flex
|
2012-12-08 19:43:00 +01:00
|
|
|
BuildRequires: gcc-c++
|
2014-07-02 11:29:50 +02:00
|
|
|
%ifarch s390 s390x
|
2016-04-16 19:18:42 +02:00
|
|
|
BuildRequires: libica2-devel
|
2014-07-02 11:29:50 +02:00
|
|
|
%endif
|
2012-12-08 19:43:00 +01:00
|
|
|
BuildRequires: libtool
|
2014-07-02 11:29:50 +02:00
|
|
|
BuildRequires: openldap2-devel
|
2016-04-16 19:18:42 +02:00
|
|
|
BuildRequires: openssl-devel >= 1.0
|
2012-12-08 19:43:00 +01:00
|
|
|
BuildRequires: pwdutils
|
2014-02-06 10:10:48 +01:00
|
|
|
BuildRequires: trousers-devel
|
2014-07-02 11:29:50 +02:00
|
|
|
%if %{uses_systemd}
|
|
|
|
BuildRequires: pkgconfig(systemd)
|
|
|
|
%{?systemd_requires}
|
2014-12-18 15:21:44 +01:00
|
|
|
%else
|
2016-04-16 19:18:42 +02:00
|
|
|
BuildRequires: %insserv_prereq
|
2014-07-02 11:29:50 +02:00
|
|
|
%endif
|
2016-04-16 19:18:42 +02:00
|
|
|
BuildRequires: dos2unix
|
|
|
|
|
2008-08-29 01:19:19 +02:00
|
|
|
Summary: An Implementation of PKCS#11 (Cryptoki) v2.11 for IBM Cryptographic Hardware
|
2011-12-06 18:33:54 +01:00
|
|
|
License: IPL-1.0
|
2007-01-16 00:27:33 +01:00
|
|
|
Group: Productivity/Security
|
2016-05-27 19:45:26 +02:00
|
|
|
Version: 3.5
|
2012-12-08 19:43:00 +01:00
|
|
|
Release: 0
|
2016-05-27 19:45:26 +02:00
|
|
|
Source: %{oc_cvs_tag}-%{version}.tgz
|
2007-01-16 00:27:33 +01:00
|
|
|
Source1: openCryptoki.pkcsslotd
|
|
|
|
Source2: openCryptoki-TFAQ.html
|
2014-07-02 11:29:50 +02:00
|
|
|
Source3: openCryptoki-tmp.conf
|
2016-04-16 19:18:42 +02:00
|
|
|
# Patch 1 is needed because group pkcs11 doesn't exist in the build environment
|
|
|
|
# and because we don't want(?) various file and directory permissions to be 0700.
|
|
|
|
Patch1: ocki-3.1-remove-make-install-chgrp.patch
|
2016-06-13 22:42:21 +02:00
|
|
|
Patch2: ocki-3.5-sanity-checking.patch
|
2016-07-08 22:30:53 +02:00
|
|
|
Patch3: ocki-3.5-icsf-reasoncode72-support.patch
|
|
|
|
Patch4: ocki-3.5-icsf-coverity-memoryleakfix.patch
|
|
|
|
Patch5: ocki-3.5-downgrade-syslogerror.patch
|
|
|
|
Patch6: ocki-3.5-icsf-sessionhandle-missing-fix.patch
|
|
|
|
Patch7: ocki-3.5-icsf-reasoncode-2028-added.patch
|
|
|
|
Patch8: ocki-3.5-added-NULLreturn-check.patch
|
2016-07-29 13:04:44 +02:00
|
|
|
Patch9: ocki-3.5-create-missing-tpm-token-lock-directory.patch
|
2016-09-07 08:53:01 +02:00
|
|
|
Patch10: ocki-3.5-fix-pkcscca-calls.patch
|
2016-07-08 22:30:53 +02:00
|
|
|
|
2016-04-16 19:18:42 +02:00
|
|
|
Url: https://sourceforge.net/projects/opencryptoki/
|
2007-01-16 00:27:33 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2014-12-18 15:21:44 +01:00
|
|
|
PreReq: /usr/sbin/groupadd /usr/bin/id /usr/sbin/usermod /bin/sed
|
2007-01-16 00:27:33 +01:00
|
|
|
# IBM maintains openCryptoki on these architectures:
|
2008-08-29 01:19:19 +02:00
|
|
|
ExclusiveArch: %openCryptoki_32bit_arch %openCryptoki_64bit_arch
|
2007-01-16 00:27:33 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
%description
|
2008-08-29 01:19:19 +02:00
|
|
|
The PKCS#11 version 2.11 API implemented for the IBM cryptographic
|
2007-01-16 00:27:33 +01:00
|
|
|
cards. This package includes support for the IBM 4758 cryptographic
|
|
|
|
coprocessor (with the PKCS#11 firmware loaded) and the IBM eServer
|
|
|
|
Cryptographic Accelerator (FC 4960 on pSeries).
|
|
|
|
|
|
|
|
|
2008-11-06 22:23:05 +01:00
|
|
|
%package devel
|
|
|
|
Summary: An Implementation of PKCS#11 (Cryptoki) v2.01 for IBM Cryptographic Hardware
|
2008-12-15 14:58:47 +01:00
|
|
|
Group: Development/Languages/C and C++
|
2012-12-08 19:43:00 +01:00
|
|
|
Requires: glibc-devel
|
2016-04-16 19:18:42 +02:00
|
|
|
%ifarch s390 s390x
|
|
|
|
Requires: libica2-devel
|
|
|
|
%endif
|
|
|
|
Requires: libopenssl-devel
|
|
|
|
Requires: openldap2-devel
|
|
|
|
Requires: trousers-devel
|
2008-11-06 22:23:05 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
The PKCS#11 version 2.01 API implemented for the IBM cryptographic
|
|
|
|
cards. This package includes support for the IBM 4758 cryptographic
|
|
|
|
co-processor (with the PKCS#11 firmware loaded) and the IBM eServer
|
|
|
|
Cryptographic Accelerator (FC 4960 on pSeries).
|
|
|
|
|
|
|
|
|
2007-01-16 00:27:33 +01:00
|
|
|
%ifarch %openCryptoki_32bit_arch
|
2008-08-29 01:19:19 +02:00
|
|
|
|
2007-01-16 00:27:33 +01:00
|
|
|
%package 32bit
|
2009-06-19 00:43:16 +02:00
|
|
|
Summary: An Implementation of PKCS#11 (Cryptoki) v2.11 for IBM Cryptographic Hardware
|
2007-01-16 00:27:33 +01:00
|
|
|
Group: Productivity/Security
|
|
|
|
# this is needed to make sure the pkcs11 group exists before
|
|
|
|
# installation:
|
|
|
|
PreReq: openCryptoki
|
2008-11-06 22:23:05 +01:00
|
|
|
ExclusiveArch: %openCryptoki_32bit_arch
|
2007-01-16 00:27:33 +01:00
|
|
|
|
|
|
|
%description 32bit
|
|
|
|
This is a re-packaged binary rpm. For the package source, please look
|
|
|
|
for the source of the package without the "32bit" ending
|
|
|
|
|
2009-06-19 00:43:16 +02:00
|
|
|
The PKCS#11 version 2.11 API implemented for the IBM cryptographic
|
2007-01-16 00:27:33 +01:00
|
|
|
cards. This package includes support for the IBM 4758 cryptographic
|
2009-06-19 00:43:16 +02:00
|
|
|
coprocessor (with the PKCS#11 firmware loaded) and the IBM eServer
|
2007-01-16 00:27:33 +01:00
|
|
|
Cryptographic Accelerator (FC 4960 on pSeries).
|
|
|
|
|
|
|
|
|
2008-11-06 22:23:05 +01:00
|
|
|
%endif
|
|
|
|
%ifarch %openCryptoki_64bit_arch
|
|
|
|
|
|
|
|
%package 64bit
|
2009-06-19 00:43:16 +02:00
|
|
|
Summary: An Implementation of PKCS#11 (Cryptoki) v2.11 for IBM Cryptographic Hardware
|
2008-11-06 22:23:05 +01:00
|
|
|
Group: Productivity/Security
|
|
|
|
# this is needed to make sure the pkcs11 group exists before
|
|
|
|
# installation:
|
|
|
|
PreReq: openCryptoki
|
|
|
|
ExclusiveArch: %openCryptoki_64bit_arch
|
2007-01-16 00:27:33 +01:00
|
|
|
|
|
|
|
%description 64bit
|
|
|
|
This is a re-packaged binary rpm. For the package source, please look
|
|
|
|
for the source of the package without the "64bit" ending
|
|
|
|
|
2009-06-19 00:43:16 +02:00
|
|
|
The PKCS#11 version 2.11 API implemented for the IBM cryptographic
|
|
|
|
cards. This package includes support for the IBM 4758 cryptographic
|
|
|
|
coprocessor (with the PKCS#11 firmware loaded) and the IBM eServer
|
|
|
|
Cryptographic Accelerator (FC 4960 on pSeries).
|
2007-01-16 00:27:33 +01:00
|
|
|
|
|
|
|
|
|
|
|
%endif
|
2008-08-29 01:19:19 +02:00
|
|
|
|
2007-01-16 00:27:33 +01:00
|
|
|
%prep
|
2008-09-15 12:20:22 +02:00
|
|
|
%setup -q -n %{oc_cvs_tag}
|
2014-02-06 10:10:48 +01:00
|
|
|
%patch1 -p1
|
2016-06-13 22:42:21 +02:00
|
|
|
%patch2 -p1
|
2016-07-08 22:30:53 +02:00
|
|
|
%patch3 -p1
|
|
|
|
%patch4 -p1
|
|
|
|
%patch5 -p1
|
|
|
|
%patch6 -p1
|
|
|
|
%patch7 -p1
|
|
|
|
%patch8 -p1
|
2016-07-29 13:04:44 +02:00
|
|
|
%patch9 -p1
|
2016-09-07 08:53:01 +02:00
|
|
|
%patch10 -p1
|
2016-07-08 22:30:53 +02:00
|
|
|
|
2007-01-16 00:27:33 +01:00
|
|
|
cp %{SOURCE2} .
|
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf --force --install
|
2015-04-22 11:41:29 +02:00
|
|
|
%configure \
|
2014-07-02 11:29:50 +02:00
|
|
|
--enable-tpmtok \
|
|
|
|
%if %{uses_systemd}
|
2015-04-22 11:41:29 +02:00
|
|
|
--with-systemd=%{_unitdir}
|
2014-07-02 11:29:50 +02:00
|
|
|
%endif
|
2014-12-18 15:21:44 +01:00
|
|
|
make %{?_smp_mflags}
|
2016-04-16 19:18:42 +02:00
|
|
|
dos2unix doc/README.ep11_stdll
|
2007-01-16 00:27:33 +01:00
|
|
|
|
|
|
|
%install
|
2016-04-16 19:18:42 +02:00
|
|
|
%make_install
|
2008-11-06 22:23:05 +01:00
|
|
|
install -d $RPM_BUILD_ROOT/usr/include
|
|
|
|
install -d $RPM_BUILD_ROOT/var/lib/opencryptoki
|
|
|
|
install -d $RPM_BUILD_ROOT/etc/init.d
|
|
|
|
install -d $RPM_BUILD_ROOT/usr/sbin
|
2014-07-02 11:29:50 +02:00
|
|
|
%if %{uses_systemd}
|
|
|
|
install -d $RPM_BUILD_ROOT/usr/lib/tmpfiles.d
|
|
|
|
install -m 644 %{S:3} $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/openCryptoki-tmp.conf
|
|
|
|
ln -s /usr/sbin/service $RPM_BUILD_ROOT/usr/sbin/rcpkcsslotd
|
|
|
|
%else
|
2008-11-06 22:23:05 +01:00
|
|
|
install -m 544 %{S:1} $RPM_BUILD_ROOT/etc/init.d/pkcsslotd
|
2007-01-16 00:27:33 +01:00
|
|
|
ln -sfv ../../etc/init.d/pkcsslotd $RPM_BUILD_ROOT/usr/sbin/rcpkcsslotd
|
2014-07-02 11:29:50 +02:00
|
|
|
%endif
|
2007-01-16 00:27:33 +01:00
|
|
|
rm -rf $RPM_BUILD_ROOT/tmp
|
|
|
|
# Remove all development files
|
2016-04-16 19:18:42 +02:00
|
|
|
find $RPM_BUILD_ROOT%{_libdir} -type f -name "*.la" -delete
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/opencryptoki/methods
|
2007-01-16 00:27:33 +01:00
|
|
|
|
|
|
|
%pre
|
2014-07-02 11:29:50 +02:00
|
|
|
%if %{uses_systemd}
|
|
|
|
%{service_add_pre pkcsslotd.service}
|
|
|
|
%endif
|
2007-01-16 00:27:33 +01:00
|
|
|
# autobuild:/work/cd/lib/misc/group
|
|
|
|
# openCryptoki pkcs11:x:64:
|
2012-12-08 19:43:00 +01:00
|
|
|
/usr/sbin/groupadd -g %pkcs11_group_id -r pkcs11 2>/dev/null || true
|
2016-04-16 19:18:42 +02:00
|
|
|
/usr/sbin/usermod -a -G pkcs11 root
|
2008-11-06 22:23:05 +01:00
|
|
|
|
2014-02-06 10:10:48 +01:00
|
|
|
%preun
|
2014-07-02 11:29:50 +02:00
|
|
|
%if %{uses_systemd}
|
|
|
|
%{service_del_preun pkcsslotd.service}
|
|
|
|
%else
|
2014-02-06 10:10:48 +01:00
|
|
|
%{stop_on_removal pkcsslotd}
|
2014-07-02 11:29:50 +02:00
|
|
|
%endif
|
2014-02-06 10:10:48 +01:00
|
|
|
|
2008-11-06 22:23:05 +01:00
|
|
|
%post
|
|
|
|
# Symlink from /var/lib/opencryptoki to /etc/pkcs11
|
|
|
|
if [ ! -L %{_sysconfdir}/pkcs11 ] ; then
|
|
|
|
if [ -e %{_sysconfdir}/pkcs11/pk_config_data ] ; then
|
|
|
|
mv %{_sysconfdir}/pkcs11/* %{_localstatedir}/lib/opencryptoki
|
|
|
|
cd %{_sysconfdir} && rm -rf pkcs11 && \
|
|
|
|
ln -sf %{_localstatedir}/lib/opencryptoki pkcs11
|
|
|
|
fi
|
|
|
|
fi
|
2009-01-23 14:33:04 +01:00
|
|
|
/sbin/ldconfig
|
2014-07-02 11:29:50 +02:00
|
|
|
%if %{uses_systemd}
|
2015-04-22 11:41:29 +02:00
|
|
|
%{?tmpfiles_create:%tmpfiles_create %{_tmpfilesdir}/openCryptoki-tmp.conf}
|
2014-07-02 11:29:50 +02:00
|
|
|
%{service_add_post pkcsslotd.service}
|
|
|
|
%else
|
2014-02-06 10:10:48 +01:00
|
|
|
%{fillup_and_insserv -f pkcsslotd}
|
2014-07-02 11:29:50 +02:00
|
|
|
%endif
|
2007-01-16 00:27:33 +01:00
|
|
|
|
|
|
|
%postun
|
|
|
|
if [ -L %{_sysconfdir}/pkcs11 ] ; then
|
|
|
|
rm %{_sysconfdir}/pkcs11
|
|
|
|
fi
|
2014-07-02 11:29:50 +02:00
|
|
|
%if %{uses_systemd}
|
|
|
|
%{service_del_postun pkcsslotd.service}
|
|
|
|
%else
|
2014-02-06 10:10:48 +01:00
|
|
|
%{restart_on_update pkcsslotd}
|
|
|
|
%{insserv_cleanup}
|
2014-07-02 11:29:50 +02:00
|
|
|
%endif
|
2014-02-06 10:10:48 +01:00
|
|
|
|
2008-11-06 22:23:05 +01:00
|
|
|
%ifarch %openCryptoki_32bit_arch
|
2007-01-16 00:27:33 +01:00
|
|
|
|
|
|
|
%postun 32bit
|
|
|
|
# remove the openCryptoki start script
|
|
|
|
%{insserv_cleanup}
|
|
|
|
|
|
|
|
%post 32bit
|
|
|
|
# Old library name links
|
|
|
|
cd %{_libdir}/opencryptoki && ln -sf ./libopencryptoki.so PKCS11_API.so
|
|
|
|
ln -sf %{_sbindir} %{_libdir}/opencryptoki/methods
|
|
|
|
rm -rf %{_libdir}/pkcs11/stdll
|
2014-07-02 11:29:50 +02:00
|
|
|
test -d /usr/lib/pkcs11 || mkdir -p /usr/lib/pkcs11
|
|
|
|
cd /usr/lib/pkcs11
|
|
|
|
ln -sf ../opencryptoki/stdll stdll
|
|
|
|
cd stdll
|
|
|
|
[ -f libpkcs11_cca.so ] && ln -sf ./libpkcs11_cca.so PKCS11_CCA.so || true
|
|
|
|
[ -f libpkcs11_tpm.so ] && ln -sf ./libpkcs11_tpm.so PKCS11_TPM.so || true
|
|
|
|
[ -f libpkcs11_ica.so ] && ln -sf ./libpkcs11_ica.so PKCS11_ICA.so || true
|
|
|
|
[ -f libpkcs11_sw.so ] && ln -sf ./libpkcs11_sw.so PKCS11_SW.so || true
|
2009-01-23 14:33:04 +01:00
|
|
|
/sbin/ldconfig
|
2008-11-06 22:23:05 +01:00
|
|
|
%endif
|
|
|
|
%ifarch %openCryptoki_64bit_arch
|
2007-01-16 00:27:33 +01:00
|
|
|
|
|
|
|
%post 64bit
|
|
|
|
# Old library name for 64bit libs were under /usr/lib/pkcs11. For migration purposes only.
|
|
|
|
test -d /usr/lib/pkcs11 || mkdir -p /usr/lib/pkcs11
|
|
|
|
ln -sf %{_libdir}/opencryptoki/libopencryptoki.so /usr/lib/pkcs11/PKCS11_API.so64
|
2009-01-23 14:33:04 +01:00
|
|
|
/sbin/ldconfig
|
2007-01-16 00:27:33 +01:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2016-08-04 13:44:34 +02:00
|
|
|
%doc openCryptoki-TFAQ.html FAQ
|
2014-09-05 12:54:00 +02:00
|
|
|
%doc doc/*
|
2007-01-16 00:27:33 +01:00
|
|
|
# configuration directory
|
2014-09-02 16:33:18 +02:00
|
|
|
%dir %{_sysconfdir}/opencryptoki
|
|
|
|
%config %{_sysconfdir}/opencryptoki/opencryptoki.conf
|
2014-07-02 11:29:50 +02:00
|
|
|
%ifarch s390 s390x
|
2014-09-02 16:33:18 +02:00
|
|
|
%config %{_sysconfdir}/opencryptoki/ep11tok.conf
|
|
|
|
%{_sbindir}/pkcsep11_migrate
|
2014-07-02 11:29:50 +02:00
|
|
|
%endif
|
|
|
|
%if %{uses_systemd}
|
2015-04-22 11:41:29 +02:00
|
|
|
%{_unitdir}/pkcsslotd.service
|
|
|
|
%{_tmpfilesdir}/openCryptoki-tmp.conf
|
2014-07-02 11:29:50 +02:00
|
|
|
%else
|
2014-09-02 16:33:18 +02:00
|
|
|
%{_sysconfdir}/init.d/pkcsslotd
|
2014-07-02 11:29:50 +02:00
|
|
|
%ghost %dir %attr(770,root,pkcs11) %{_localstatedir}/lock/opencryptoki
|
|
|
|
%ghost %dir %attr(770,root,pkcs11) %{_localstatedir}/lock/opencryptoki/ccatok
|
|
|
|
%ghost %dir %attr(770,root,pkcs11) %{_localstatedir}/lock/opencryptoki/swtok
|
|
|
|
%ghost %dir %attr(770,root,pkcs11) %{_localstatedir}/lock/opencryptoki/tpm
|
|
|
|
%endif
|
2014-09-02 16:33:18 +02:00
|
|
|
%{_sbindir}/rcpkcsslotd
|
2007-01-16 00:27:33 +01:00
|
|
|
# utilities
|
2014-09-02 16:33:18 +02:00
|
|
|
%{_sbindir}/pkcsslotd
|
|
|
|
%{_sbindir}/pkcsconf
|
|
|
|
%{_sbindir}/pkcsicsf
|
2014-09-05 12:54:00 +02:00
|
|
|
%{_sbindir}/pkcscca
|
2007-01-16 00:27:33 +01:00
|
|
|
%dir %{_libdir}/opencryptoki
|
|
|
|
%dir %{_libdir}/opencryptoki/stdll
|
2014-02-06 10:10:48 +01:00
|
|
|
# State and lock directories
|
|
|
|
%dir %attr(755,root,pkcs11) %{_localstatedir}/lib/opencryptoki
|
|
|
|
%dir %attr(770,root,pkcs11) %{_localstatedir}/lib/opencryptoki/ccatok
|
|
|
|
%dir %attr(770,root,pkcs11) %{_localstatedir}/lib/opencryptoki/ccatok/TOK_OBJ
|
|
|
|
%dir %attr(770,root,pkcs11) %{_localstatedir}/lib/opencryptoki/swtok
|
|
|
|
%dir %attr(770,root,pkcs11) %{_localstatedir}/lib/opencryptoki/swtok/TOK_OBJ
|
|
|
|
%dir %attr(770,root,pkcs11) %{_localstatedir}/lib/opencryptoki/tpm
|
2014-07-02 11:29:50 +02:00
|
|
|
%dir %attr(770,root,pkcs11) %{_localstatedir}/lib/opencryptoki/icsf
|
|
|
|
%ifarch s390 s390x
|
|
|
|
%dir %attr(770,root,pkcs11) %{_localstatedir}/lib/opencryptoki/ep11tok
|
|
|
|
%dir %attr(770,root,pkcs11) %{_localstatedir}/lib/opencryptoki/ep11tok/TOK_OBJ
|
2016-04-16 19:18:42 +02:00
|
|
|
%dir %attr(770,root,pkcs11) %{_localstatedir}/lib/opencryptoki/lite
|
|
|
|
%dir %attr(770,root,pkcs11) %{_localstatedir}/lib/opencryptoki/lite/TOK_OBJ
|
2014-07-02 11:29:50 +02:00
|
|
|
%endif
|
2016-06-13 22:42:21 +02:00
|
|
|
%dir %attr(770,root,pkcs11) %{_localstatedir}/log/opencryptoki/
|
2008-09-15 12:20:22 +02:00
|
|
|
%{_mandir}/man*/*
|
2007-01-16 00:27:33 +01:00
|
|
|
|
2008-11-06 22:23:05 +01:00
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_libdir}/opencryptoki
|
|
|
|
%dir %{_libdir}/opencryptoki/stdll
|
|
|
|
%{_includedir}/opencryptoki
|
|
|
|
|
2016-04-16 19:18:42 +02:00
|
|
|
%ifarch %openCryptoki_32bit_arch
|
2007-01-16 00:27:33 +01:00
|
|
|
%files 32bit
|
|
|
|
%defattr(-,root,root)
|
|
|
|
# these don't conflict because they only exist as 64bit binaries if
|
|
|
|
# there is no 32bit version of them usable
|
|
|
|
%{_libdir}/opencryptoki/libopencryptoki.so
|
|
|
|
%ghost %{_libdir}/opencryptoki/PKCS11_API.so
|
|
|
|
%{_libdir}/opencryptoki/*.0
|
2014-02-06 13:42:44 +01:00
|
|
|
%{_libdir}/opencryptoki/stdll/libpkcs11_cca.so
|
|
|
|
%ghost %{_libdir}/opencryptoki/stdll/PKCS11_CCA.so
|
2014-07-02 11:29:50 +02:00
|
|
|
%{_libdir}/opencryptoki/stdll/libpkcs11_tpm.so
|
2014-02-06 13:42:44 +01:00
|
|
|
%ghost %{_libdir}/opencryptoki/stdll/PKCS11_TPM.so
|
2014-07-02 11:29:50 +02:00
|
|
|
%{_libdir}/opencryptoki/stdll/libpkcs11_sw.so
|
|
|
|
%ghost %{_libdir}/opencryptoki/stdll/PKCS11_SW.so
|
|
|
|
%{_libdir}/opencryptoki/stdll/libpkcs11_icsf.so
|
|
|
|
%ghost %{_libdir}/opencryptoki/stdll/PKCS11_ICSF.so
|
|
|
|
%ifarch s390 s390x
|
2008-09-15 12:20:22 +02:00
|
|
|
%{_libdir}/opencryptoki/stdll/libpkcs11_ica.so
|
|
|
|
%ghost %{_libdir}/opencryptoki/stdll/PKCS11_ICA.so
|
2014-07-02 11:29:50 +02:00
|
|
|
%{_libdir}/opencryptoki/stdll/libpkcs11_ep11.so
|
|
|
|
%ghost %{_libdir}/opencryptoki/stdll/PKCS11_EP11.so
|
2007-01-16 00:27:33 +01:00
|
|
|
%endif
|
|
|
|
%{_libdir}/opencryptoki/stdll/*.0
|
|
|
|
%dir %{_libdir}/pkcs11
|
|
|
|
%ghost %{_libdir}/pkcs11/stdll
|
|
|
|
%ghost %{_libdir}/pkcs11/methods
|
|
|
|
%{_libdir}/pkcs11/*.so
|
2008-09-15 12:20:22 +02:00
|
|
|
%{_sysconfdir}/ld.so.conf.d/*
|
2008-11-06 22:23:05 +01:00
|
|
|
%endif
|
2007-01-16 00:27:33 +01:00
|
|
|
|
2016-04-16 19:18:42 +02:00
|
|
|
%ifarch %openCryptoki_64bit_arch
|
2007-01-16 00:27:33 +01:00
|
|
|
%files 64bit
|
|
|
|
%defattr(-,root,root)
|
2016-04-16 19:18:42 +02:00
|
|
|
%dir %{_libdir}/opencryptoki
|
2007-01-16 00:27:33 +01:00
|
|
|
%{_libdir}/opencryptoki/*.so
|
|
|
|
%{_libdir}/opencryptoki/*.0
|
2016-04-16 19:18:42 +02:00
|
|
|
%dir %{_libdir}/opencryptoki/stdll
|
2007-01-16 00:27:33 +01:00
|
|
|
%{_libdir}/opencryptoki/stdll/*.so
|
|
|
|
%{_libdir}/opencryptoki/stdll/*.0
|
|
|
|
%{_libdir}/pkcs11
|
2008-09-15 12:20:22 +02:00
|
|
|
%{_sysconfdir}/ld.so.conf.d/*
|
2007-01-16 00:27:33 +01:00
|
|
|
%endif
|
|
|
|
|
2007-03-30 01:37:00 +02:00
|
|
|
%changelog
|