Name: libchipcard Summary: A library for easy access to smart cards (chipcards) Version: 5.1.6 Release: 5%{?dist} # Download is PHP form at http://www.aquamaniac.de/sites/download/packages.php Source0: https://www.aquamaniac.de/rdm/attachments/download/382/libchipcard-%{version}.tar.gz Source1: https://www.aquamaniac.de/rdm/attachments/download/381/libchipcard-%{version}.tar.gz.asc # Keyfile obtained from https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xe9899d784a977416 Source2: keyfile.asc License: LGPL-2.0-only and GPL-2.0-or-later and LGPL-2.1-or-later # Most LGPL 2 # LGPL 2.1+: src/lib/version.h # GPLv2+: src/tools/cardcommander/cardcommander.cpp, src/tools/kvkcard/main.c, src/tools/memcard/main.c URL: https://www.aquamaniac.de/rdm/projects/libchipcard BuildRequires: gcc-c++ BuildRequires: gwenhywfar-devel BuildRequires: libsysfs-devel BuildRequires: pcsc-lite-devel BuildRequires: zlib-devel BuildRequires: gnupg2 %description Libchipcard allows easy access to smart cards. It provides basic access to memory and processor cards and has special support for German medical cards, German "GeldKarte" and HBCI (homebanking) cards (both type 0 and type 1). It accesses the readers via CTAPI or IFD interfaces and has successfully been tested with Towitoko, Kobil, SCM, Orga, Omnikey and Reiner-SCT readers. This package contains the chipcard-daemon needed to access card readers. %package devel Summary: Development headers for libchipcard Requires: %{name}%{?_isa} = %{version}-%{release} Requires: gwenhywfar-devel %description devel This package contains chipcard-config and header files for writing drivers, services or even your own chipcard daemon for LibChipCard. %prep %autosetup -n %{name}-%{version} %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' %build %configure \ --disable-static %make_build %install %make_install rm -fv %{buildroot}%{_libdir}/lib*.la pushd tutorials make clean rm -rf .deps rm -f Makefile* popd %ldconfig_scriptlets %files %doc README ChangeLog %license COPYING %{_libdir}/libchipcard.so.6* %{_libdir}/gwenhywfar/plugins/79/ %{_datadir}/chipcard %{_bindir}/cardcommander %{_bindir}/chipcard* %{_bindir}/geldkarte %{_bindir}/kvkcard %{_bindir}/memcard %{_bindir}/usbtan-test %{_bindir}/zkacard-tool %{_sysconfdir}/chipcard/ %files devel %doc doc/ tutorials %{_libdir}/libchipcard.so %{_includedir}/libchipcard5/ %{_libdir}/pkgconfig/libchipcard-client.pc %{_libdir}/pkgconfig/libchipcard-server.pc %{_datadir}/aclocal/chipcard.m4 %changelog * Fri Oct 07 2022 Gwyn Ciesla 0 5.1.6-5 - gpg fix * Thu Oct 06 2022 Gwyn Ciesla - 5.1.6-4 - Add gpg keyring * Tue Oct 04 2022 Gwyn Ciesla - 5.1.6-3 - Update URLs, gpg comment. * Fri Aug 26 2022 Gwyn Ciesla - 5.1.6-2 - Review fixes. * Tue Dec 28 2021 Gwyn Ciesla - 5.1.6-1 - Initial package.