# # spec file for package yubico-piv-tool # # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # 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. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define soname 1 Name: yubico-piv-tool Version: 1.3.1 Release: 0 Summary: Yubico YubiKey NEO CCID Manager License: BSD-2-Clause Group: Productivity/Networking/Security Url: https://developers.yubico.com/ Source0: https://developers.yubico.com/yubico-piv-tool/Releases/%{name}-%{version}.tar.gz Source1: https://developers.yubico.com/yubico-piv-tool/Releases/%{name}-%{version}.tar.gz.sig BuildRequires: libtool BuildRequires: pcsc-lite-devel BuildRequires: pkg-config BuildRequires: valgrind BuildRequires: pkgconfig(openssl) Requires: libykcs11-%{soname} = %{version} Requires: libykpiv%{soname} = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This is a command line tool to interact with the PIV applet on a YubiKey NEO. Among other functions it supports, generating keys on device, importing keys and certificates and creating certificate requests. %package -n libykpiv%{soname} Summary: Yubikey NEO PIV applet library Group: Productivity/Networking/Security Requires: pcsc-ccid %description -n libykpiv%{soname} This is a low-level library to interact the PIV applet on a YubiKey NEO %package -n libykcs11-%{soname} Summary: Yubikey NEO PKCS#11 applet library Group: Productivity/Networking/Security Requires: pcsc-ccid %description -n libykcs11-%{soname} This is a PKCS#11 module that allows to communicate with the PIV application running on a YubiKey %package -n libykpiv-devel Summary: Development files for Yubikey NEO PIV applet library Group: Development/Libraries/C and C++ Requires: libykpiv%{soname} = %{version} %description -n libykpiv-devel This package contains the header file needed to develop applications that use Yubikey NEO PIV applet library. %package -n libykcs11-devel Summary: Development files for Yubikey NEO PKCS#11 applet library Group: Development/Libraries/C and C++ Requires: libykcs11-%{soname} = %{version} %description -n libykcs11-devel This package contains the header file needed to develop applications that use Yubikey NEO PKCS#11 applet library. %prep %setup -q %build %configure --enable-static=no --with-backend=pcsc make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} INSTALL="install -p" find %{buildroot} -type f -name "*.la" -delete -print %post -n libykpiv%{soname} -p /sbin/ldconfig %postun -n libykpiv%{soname} -p /sbin/ldconfig %post -n libykcs11-%{soname} -p /sbin/ldconfig %postun -n libykcs11-%{soname} -p /sbin/ldconfig %files %defattr(-,root,root) %doc COPYING NEWS ChangeLog README %{_bindir}/%{name} %{_mandir}/man1/* %files -n libykpiv%{soname} %defattr(-,root,root) %{_libdir}/libykpiv.so.%{soname} %{_libdir}/libykpiv.so.%{soname}.3.1 %files -n libykcs11-%{soname} %defattr(-,root,root) %{_libdir}/libykcs11.so.%{soname} %{_libdir}/libykcs11.so.%{soname}.3.1 %files -n libykpiv-devel %defattr(-,root,root) %dir %{_includedir}/ykpiv/ %{_includedir}/ykpiv/* %{_libdir}/libykpiv.so %{_libdir}/pkgconfig/ykpiv.pc %files -n libykcs11-devel %defattr(-,root,root) %dir %{_includedir}/ykcs11/ %{_includedir}/ykcs11/* %{_libdir}/libykcs11.so %{_libdir}/pkgconfig/ykcs11.pc %changelog