diff --git a/ccid-1.5.5.tar.bz2 b/ccid-1.5.5.tar.bz2 deleted file mode 100644 index a40dee1e21b9164619467539cd2d52ebd1f31abe..0000000000000000000000000000000000000000 Binary files a/ccid-1.5.5.tar.bz2 and /dev/null differ diff --git a/ccid-1.6.1.tar.xz b/ccid-1.6.1.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..296a336e7e4edecb097ea20498c225b038a6d3ad Binary files /dev/null and b/ccid-1.6.1.tar.xz differ diff --git a/ccid.spec b/ccid.spec index edb35b778da3122376ec1fc2c07acd8a99671e03..acd3a997bede23a80779664023b542d23edac412 100644 --- a/ccid.spec +++ b/ccid.spec @@ -1,15 +1,15 @@ %global dropdir %(pkg-config libpcsclite --variable usbdropdir 2>/dev/null) Name: ccid -Version: 1.5.5 +Version: 1.6.1 Release: 1 Summary: Provide a generic USB CCID driver and ICCD License: LGPLv2+ URL: https://ccid.apdu.fr/files/ -Source0: https://ccid.apdu.fr/files/ccid-%{version}.tar.bz2 +Source0: https://ccid.apdu.fr/files/ccid-%{version}.tar.xz -BuildRequires: perl-interpreter perl-Getopt-Long libusb1-devel gnupg2 gcc flex zlib-devel +BuildRequires: meson perl-interpreter perl-Getopt-Long libusb1-devel gnupg2 gcc flex zlib-devel BuildRequires: pcsc-lite-devel >= 1.8.9 Requires(post): systemd Requires(postun): systemd @@ -27,11 +27,11 @@ USB CCID and ICCD specifications from the USB working group. %autosetup -n ccid-%{version} -p1 %build -%configure --enable-twinserial -%make_build +%meson -Dserial=true +%meson_build %install -make install DESTDIR=$RPM_BUILD_ROOT +%meson_install cp -p src/openct/LICENSE LICENSE.openct %post @@ -41,13 +41,16 @@ cp -p src/openct/LICENSE LICENSE.openct /bin/systemctl try-restart pcscd.service &>/dev/null || : %files -%doc AUTHORS ChangeLog README.md +%doc AUTHORS README.md %license COPYING LICENSE.openct %{dropdir}/ifd-ccid.bundle/ %{dropdir}/serial/ %config(noreplace) %{_sysconfdir}/reader.conf.d/libccidtwin %changelog +* Wed Oct 16 2024 lvyy - 1.6.1-1 +- update to 1.6.1 version + * Wed Feb 7 2024 yangyun - 1.5.5-1 - update to 1.5.5 version - add support of readers (see README.md)