Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37044716
en ru br
Репозитории ALT

Группа :: Система/Настройка/Прочее
Пакет: softhsm

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define softhsm_module "SoftHSM PKCS #11 Module"

# https://github.com/opendnssec/SoftHSMv2/issues/575

%define optflags_lto %nil

Name: softhsm
Version: 2.6.1
Release: alt2

Summary: Software version of a PKCS#11 Hardware Security Module
License: BSD-2-Clause
Group: System/Configuration/Other
# Source-git: https://github.com/opendnssec/SoftHSMv2.git
Url: http://www.opendnssec.org/

Source0: %name-%version.tar
Patch: %name-%version-alt.patch

BuildRequires: gcc-c++
BuildRequires: libssl-devel
BuildRequires: libsqlite3-devel
BuildRequires: zlib-devel
BuildRequires: sqlite3

%{?!_without_check:%{?!_disable_check:BuildRequires: cppunit-devel}}

Requires: lib%name = %EVR

%description
OpenDNSSEC is providing a software implementation of a generic
cryptographic device with a PKCS#11 interface, the SoftHSM. SoftHSM is
designed to meet the requirements of OpenDNSSEC, but can also work
together with other cryptographic products because of the PKCS#11
interface.

%package -n lib%name
Summary: Library for Software Hardware Security Module
Group: System/Libraries

%description -n lib%name
This package contains development files for SoftHSM library.

%package devel
Summary: Development package of softhsm that includes the header files
Group: Development/C
BuildArch: noarch
Requires: lib%name = %EVR

%description devel
The devel package contains the libsofthsm include files.

%prep
%setup
%patch -p1
# remove softhsm/ subdir auto-added to --libdir
sed -i 's:^full_libdir=":#full_libdir=":g' configure.ac

%build
%autoreconf

%configure \
--localstatedir=/var \
--libdir=%_libdir/pkcs11 \
--with-openssl=%prefix \
--enable-ecc \
--disable-gost \
--with-migrate \
--enable-visibility \
       --with-p11-kit=%_datadir/p11-kit/modules/ \
#

%make_build

%check
%make check

%install
%makeinstall_std

rm %buildroot/%_sysconfdir/softhsm2.conf.sample
rm -f %buildroot/%_libdir/pkcs11/*a
mkdir -p %buildroot%_includedir/softhsm
cp src/lib/*.h %buildroot%_includedir/softhsm
mkdir -p %buildroot/%_sharedstatedir/softhsm/tokens

# opendnssec 2.x expects _libdir/softhsm/libsofthsm2.so

mkdir -p %buildroot/%_libdir/softhsm/
ln -sr %buildroot/%_libdir/pkcs11/libsofthsm2.so %buildroot/%_libdir/softhsm/
# rhbz#1272423 NSS needs it to be in the search path too
ln -sr %buildroot/%_libdir/pkcs11/libsofthsm2.so %buildroot/%_libdir/

%pre
getent group ods >/dev/null || groupadd -r ods
getent passwd ods >/dev/null || \
   useradd -r -g ods -d %_sharedstatedir/softhsm -s /sbin/nologin \
   -c "softhsm private keys owner" ods
exit 0

%post

%files
%doc LICENSE README.md NEWS
%_bindir/softhsm2-dump-file
%_bindir/softhsm2-keyconv
%_bindir/softhsm2-migrate
%_bindir/softhsm2-util
%_datadir/p11-kit/modules/softhsm2.module
%attr(0770,ods,ods) %dir %_sharedstatedir/softhsm
%attr(0770,ods,ods) %dir %_sharedstatedir/softhsm/tokens
%_man1dir/*

%files -n lib%name
%dir %_libdir/softhsm
%_libdir/softhsm/libsofthsm2.so
%_libdir/libsofthsm2.so
%_libdir/pkcs11/libsofthsm2.so
%config(noreplace) %_sysconfdir/softhsm2.conf
%_man5dir/softhsm2.conf.5*

%files devel
%_includedir/softhsm/

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin