pcsc-lite-ccid-1.4.34-2
This commit is contained in:
parent
539d9c9b88
commit
4ddd8875d2
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: pcsc-lite-ccid
|
Name: pcsc-lite-ccid
|
||||||
Version: 1.4.34
|
Version: 1.4.34
|
||||||
Release: 1%{dist}
|
Release: 2%{dist}
|
||||||
Summary: Generic USB CCID smart card reader driver
|
Summary: Generic USB CCID smart card reader driver
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -12,6 +12,7 @@ Source0: https://ccid.apdu.fr/files/ccid-%{version}.tar.bz2
|
|||||||
Source1: https://ccid.apdu.fr/files/ccid-%{version}.tar.bz2.asc
|
Source1: https://ccid.apdu.fr/files/ccid-%{version}.tar.bz2.asc
|
||||||
Source2: gpgkey-F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E.gpg
|
Source2: gpgkey-F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E.gpg
|
||||||
Patch0: ccid-1.4.26-omnikey-3121.patch
|
Patch0: ccid-1.4.26-omnikey-3121.patch
|
||||||
|
Patch1: ccid-1.4.34-maxreaders.patch
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
@ -38,7 +39,7 @@ PC/SC Lite daemon.
|
|||||||
gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||||
%setup -q -n ccid-%{version}
|
%setup -q -n ccid-%{version}
|
||||||
%patch0 -p1 -b .omnikey
|
%patch0 -p1 -b .omnikey
|
||||||
|
%patch1 -p0 -b .maxreaders
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-twinserial
|
%configure --enable-twinserial
|
||||||
@ -66,6 +67,9 @@ cp -p src/openct/LICENSE LICENSE.openct
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 25 2021 Jakub Jelen <jjelen@redhat.com> - 1.4.34-2
|
||||||
|
- Add support for more readers
|
||||||
|
|
||||||
* Fri Feb 05 2021 Jakub Jelen <jjelen@redhat.com> - 1.4.34-1
|
* Fri Feb 05 2021 Jakub Jelen <jjelen@redhat.com> - 1.4.34-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user