[packages/pcsc-driver-acsccid] - updated to 1.1.13
bszx
bszx at pld-linux.org
Wed Jan 28 09:08:21 CET 2026
commit ca1928cc119ef1f270c74437e42169dddf7355b7
Author: Bartek Szady <bszx at bszx.eu>
Date: Wed Jan 28 08:52:13 2026 +0100
- updated to 1.1.13
configure.patch | 12 ++++++++++++
pcsc-driver-acsccid.spec | 31 ++++++++++++++++---------------
2 files changed, 28 insertions(+), 15 deletions(-)
---
diff --git a/pcsc-driver-acsccid.spec b/pcsc-driver-acsccid.spec
index ec69833..9b7d055 100644
--- a/pcsc-driver-acsccid.spec
+++ b/pcsc-driver-acsccid.spec
@@ -1,21 +1,21 @@
Summary: ACS CCID (Chip/Smart Card Interface Devices) PC/SC driver
Summary(pl.UTF-8): Sterownik PC/SC CCID (Chip/Smart Card Interface Devices) dla czytników ACS
Name: pcsc-driver-acsccid
-Version: 1.0.8
+Version: 1.1.13
Release: 1
License: LGPL v2.1+
Group: Libraries
-# from e.g. http://www.acs.com.hk/en/driver/4/acr38-smart-card-reader/
-# (the same Linux driver is used for multiple ACS card readers)
-Source0: http://www.acs.com.hk/download-driver-unified/6258/ACS-Unified-Driver-Lnx-Mac-108-P.zip
-# Source0-md5: 0b235156a66f280a81f949b0c9bb3052
-URL: http://www.acs.com.hk/en/drivers/
+#Source0Download: https://github.com/acshk/acsccid/tags
+Source0: https://github.com/acshk/acsccid/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 5d02f5375bb88567627d97ffc3065900
+Patch0: configure.patch
+URL: https://acsccid.sourceforge.io/
+BuildRequires: gettext-autopoint
BuildRequires: libusb-compat-devel >= 0.1
-BuildRequires: pcsc-lite-devel >= 1.3.3
+BuildRequires: pcsc-lite-devel >= 1.8.3
BuildRequires: pkgconfig
BuildRequires: rpmbuild(macros) >= 1.583
-BuildRequires: unzip
-Requires: pcsc-lite >= 1.3.3
+Requires: pcsc-lite >= 1.8.3
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define usbdropdir /usr/%{_lib}/pcsc/drivers
@@ -32,11 +32,12 @@ Ten pakiet zawiera sterownik PC/SC CCID (Chip/Smart Card Interface
Devices) dla czytników kart firmy ACS zgodnych z CCID.
%prep
-%setup -q -n ACS-Unified-Driver-Lnx-Mac-108-P
-tar xjf acsccid-%{version}.tar.bz2
+%setup -q -n acsccid-%{version}
+
+%patch -P0 -p1
%build
-cd acsccid-%{version}
+autoreconf -fiv
%configure \
--disable-silent-rules \
--enable-usbdropdir=%{usbdropdir}
@@ -46,17 +47,17 @@ cd acsccid-%{version}
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/lib/udev/rules.d
-%{__make} -C acsccid-%{version} install \
+%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-cp -p acsccid-%{version}/src/92_pcscd_acsccid.rules $RPM_BUILD_ROOT/lib/udev/rules.d
+cp -p src/92_pcscd_acsccid.rules $RPM_BUILD_ROOT/lib/udev/rules.d
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc acsccid-%{version}/{AUTHORS,ChangeLog,README}
+%doc AUTHORS README
%dir %{usbdropdir}/ifd-acsccid.bundle
%dir %{usbdropdir}/ifd-acsccid.bundle/Contents
%{usbdropdir}/ifd-acsccid.bundle/Contents/Info.plist
diff --git a/configure.patch b/configure.patch
new file mode 100644
index 0000000..02dbc34
--- /dev/null
+++ b/configure.patch
@@ -0,0 +1,12 @@
+diff -up acsccid-1.1.13/configure.ac._orig acsccid-1.1.13/configure.ac
+--- acsccid-1.1.13/configure.ac._orig 2025-11-13 09:08:44.000000000 +0100
++++ acsccid-1.1.13/configure.ac 2026-01-22 17:38:53.536575352 +0100
+@@ -7,6 +7,8 @@ AC_PREREQ([2.69])
+ AC_INIT([acsccid], [1.1.13])
+ AC_CONFIG_SRCDIR(src/ifdhandler.c)
+ AC_CONFIG_AUX_DIR([config])
++AM_GNU_GETTEXT([external])
++AM_GNU_GETTEXT_VERSION(0.24.1)
+ AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip foreign subdir-objects)
+ AC_CONFIG_MACRO_DIR([m4])
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pcsc-driver-acsccid.git/commitdiff/ca1928cc119ef1f270c74437e42169dddf7355b7
More information about the pld-cvs-commit
mailing list