|
|
|
@ -2,24 +2,26 @@
|
|
|
|
|
%global pcsc_lite_ver 1.8.9
|
|
|
|
|
|
|
|
|
|
Name: pcsc-lite-ccid
|
|
|
|
|
Version: 1.5.2
|
|
|
|
|
Version: 1.6.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Generic USB CCID smart card reader driver
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
License: BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later
|
|
|
|
|
URL: https://ccid.apdu.fr/files
|
|
|
|
|
Source0: https://ccid.apdu.fr/files/ccid-%{version}.tar.bz2
|
|
|
|
|
Source1: https://ccid.apdu.fr/files/ccid-%{version}.tar.bz2.asc
|
|
|
|
|
Source0: https://ccid.apdu.fr/files/ccid-%{version}.tar.xz
|
|
|
|
|
Source1: https://ccid.apdu.fr/files/ccid-%{version}.tar.xz.asc
|
|
|
|
|
Source2: gpgkey-F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E.gpg
|
|
|
|
|
Patch0: ccid-1.4.26-omnikey-3121.patch
|
|
|
|
|
Patch1: ccid-1.4.34-maxreaders.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: meson
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
BuildRequires: perl-Getopt-Long
|
|
|
|
|
BuildRequires: libusb1-devel
|
|
|
|
|
BuildRequires: pcsc-lite-devel >= %{pcsc_lite_ver}
|
|
|
|
|
BuildRequires: gnupg2 gcc
|
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
|
BuildRequires: flex
|
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
|
Requires(post): systemd
|
|
|
|
|
Requires(postun): systemd
|
|
|
|
|
Requires: pcsc-lite%{?_isa} >= %{pcsc_lite_ver}
|
|
|
|
@ -39,15 +41,14 @@ PC/SC Lite daemon.
|
|
|
|
|
gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
|
|
|
|
%setup -q -n ccid-%{version}
|
|
|
|
|
%patch 0 -p1 -b .omnikey
|
|
|
|
|
%patch1 -p0 -b .maxreaders
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --enable-twinserial
|
|
|
|
|
%make_build
|
|
|
|
|
%meson -Dserial=true
|
|
|
|
|
|
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
%meson_install
|
|
|
|
|
cp -p src/openct/LICENSE LICENSE.openct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -59,7 +60,7 @@ cp -p src/openct/LICENSE LICENSE.openct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc AUTHORS ChangeLog README.md
|
|
|
|
|
%doc AUTHORS README.md
|
|
|
|
|
%license COPYING LICENSE.openct
|
|
|
|
|
%{dropdir}/ifd-ccid.bundle/
|
|
|
|
|
%{dropdir}/serial/
|
|
|
|
@ -67,24 +68,68 @@ cp -p src/openct/LICENSE LICENSE.openct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jun 8 2023 Jakub Jelen <jjelen@redhat.com> - 1.5.2-1
|
|
|
|
|
- Rebase to current version from Fedora to fix support for Alcor Micro Corp. AU9540 (#2209457)
|
|
|
|
|
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.6.0-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Thu Nov 18 2021 Jakub Jelen <jjelen@redhat.com> - 1.4.36-1
|
|
|
|
|
- Rebase to current version from Fedora (#2017830)
|
|
|
|
|
* Tue Jul 02 2024 Jakub Jelen <jjelen@redhat.com> - 1.6.0-1
|
|
|
|
|
- New upstream release with meson build system (#2284336)
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.34-5
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.5.5-4
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 25 2021 Jakub Jelen <jjelen@redhat.com> - 1.4.34-4
|
|
|
|
|
- Increase the maximum readers count (#1975424)
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.5-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Apr 21 2021 Bob Relyea <rrelyea@redhat.com> - 1.4.34-3
|
|
|
|
|
- fix %{?dist} tag in Release: line (was missing the ?)
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.34-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Mon Jan 08 2024 Jakub Jelen <jjelen@redhat.com> - 1.5.5-1
|
|
|
|
|
- New upstream release (#2257041)
|
|
|
|
|
|
|
|
|
|
* Mon Oct 30 2023 Jakub Jelen <jjelen@redhat.com> - 1.5.4-1
|
|
|
|
|
- New upstream release fixing regression in previous (#2246459)
|
|
|
|
|
|
|
|
|
|
* Fri Oct 27 2023 Jakub Jelen <jjelen@redhat.com> - 1.5.3-1
|
|
|
|
|
- New upstream release (#2246459)
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Feb 01 2023 Jakub Jelen <jjelen@redhat.com> - 1.5.2-1
|
|
|
|
|
- New upstream release (#2166005)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Nov 16 2022 Jakub Jelen <jjelen@redhat.com> - 1.5.1-1
|
|
|
|
|
- New upstream release (#2142976)
|
|
|
|
|
|
|
|
|
|
* Tue Nov 01 2022 Jakub Jelen <jjelen@redhat.com> - 1.5.0-3
|
|
|
|
|
- Remove downstream patch breaking flatpak (#2054826)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 28 2022 Jakub Jelen <jjelen@redhat.com> - 1.5.0-1
|
|
|
|
|
- New upstream release (#2047569)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.36-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Oct 15 2021 Jakub Jelen <jjelen@redhat.com> - 1.4.36-2
|
|
|
|
|
- Fix eToken support (#2014312)
|
|
|
|
|
|
|
|
|
|
* Tue Aug 31 2021 Jakub Jelen <jjelen@redhat.com> - 1.4.36-1
|
|
|
|
|
- New upstream release (#1999233)
|
|
|
|
|
|
|
|
|
|
* Tue Aug 03 2021 Jakub Jelen <jjelen@redhat.com> - 1.4.35-1
|
|
|
|
|
- New upstream release (#1985861)
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.34-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
- New upstream release
|
|
|
|
|