From c08f8b9b79b86466c405b673073ed953306a3a8d Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Mon, 27 May 2019 14:03:33 +0300 Subject: [PATCH] pcsc-lite:fixed e-singing --- hardware/smartcard/pcsc-lite/actions.py | 21 ++++++--------------- hardware/smartcard/pcsc-lite/pspec.xml | 9 ++++++++- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/hardware/smartcard/pcsc-lite/actions.py b/hardware/smartcard/pcsc-lite/actions.py index b3c33cd4ed..051c0ca36f 100644 --- a/hardware/smartcard/pcsc-lite/actions.py +++ b/hardware/smartcard/pcsc-lite/actions.py @@ -9,9 +9,6 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import get -#USBDROPDIR = "/usr/lib%s/pcsc/drivers" % ("32" if \ -# get.buildTYPE() == "emul32" else "") - USBDROPDIR = "/usr/lib/pcsc/drivers" def setup(): @@ -20,12 +17,6 @@ def setup(): --disable-dependency-tracking \ --disable-static" % USBDROPDIR - """ - if get.buildTYPE() == "emul32": - options += " --prefix=/emul32 \ - --libdir=/usr/lib32" - shelltools.export("CFLAGS", "%s -m32" % get.CFLAGS()) - """ autotools.autoreconf("-fi") autotools.configure(options) @@ -40,13 +31,13 @@ def install(): pisitools.dodir(USBDROPDIR) - """ - if get.buildTYPE() == "emul32": - pisitools.removeDir("/emul32") - return - """ - pisitools.dodir("/etc/reader.conf.d") + #for fixing UYAP e-Sign problem + pisitools.dodir("/usr/lib/x86_64-linux-gnu/") + libs=["libpcsclite.so","libpcsclite.so.1", "libpcsclite.so.1.0.0"] + for i in libs: + pisitools.dosym("/usr/lib/%s" % i, "/usr/lib/x86_64-linux-gnu/%s" % i) + pisitools.dodoc("AUTHORS", "ChangeLog", "HELP", "NEWS", "README", "SECURITY", "doc/README.DAEMON") diff --git a/hardware/smartcard/pcsc-lite/pspec.xml b/hardware/smartcard/pcsc-lite/pspec.xml index d9d1bc412a..1bd5bf5928 100644 --- a/hardware/smartcard/pcsc-lite/pspec.xml +++ b/hardware/smartcard/pcsc-lite/pspec.xml @@ -12,7 +12,7 @@ app:console PC/SC drivers for smart card readers pcsc-lite is middleware to access a smart card using SCard API (PC/SC). - https://pcsclite.apdu.fr/files/pcsc-lite-1.8.24.tar.bz2 + https://pcsclite.apdu.fr/files/pcsc-lite-1.8.25.tar.bz2 eudev-devel @@ -51,6 +51,13 @@ + + 2019-05-26 + 1.8.25 + V.bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2019-05-19 1.8.24