[packages/virtualsmartcard] - no special subdir for pcsc serial drivers
qboosh
qboosh at pld-linux.org
Wed Nov 29 15:58:38 CET 2017
commit 139d0a21040467fd4133fe68b8a0150126f66e01
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Nov 29 15:59:41 2017 +0100
- no special subdir for pcsc serial drivers
virtualsmartcard.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/virtualsmartcard.spec b/virtualsmartcard.spec
index b4fdd40..26fd34a 100644
--- a/virtualsmartcard.spec
+++ b/virtualsmartcard.spec
@@ -2,7 +2,7 @@ Summary: Virtual Smart Card - smart card emulator written in Python
Summary(pl.UTF-8): Virtual Smart Card - emulator kart procesorowych napisany w Pythonie
Name: virtualsmartcard
Version: 0.7
-Release: 2
+Release: 3
License: GPL v3+
Group: Applications/Emulators
#Source0Download: https://github.com/frankmorgner/vsmartcard/releases
@@ -42,6 +42,7 @@ Virtual Smart Card - emulator kart procesorowych napisany w Pythonie.
%{__autoheader}
%{__automake}
%configure \
+ --enable-serialdropdir=$(pkg-config --variable=usbdropdir libpcsclite) \
--disable-silent-rules
%{__make}
@@ -61,7 +62,7 @@ rm -rf $RPM_BUILD_ROOT
%doc AUTHORS ChangeLog README
%attr(755,root,root) %{_bindir}/vicc
%attr(755,root,root) %{_bindir}/vpcd-config
-%attr(755,root,root) %{_libdir}/pcsc/drivers/serial/libifdvpcd.so*
+%attr(755,root,root) %{_libdir}/pcsc/drivers/libifdvpcd.so*
%config(noreplace) %verify(not md5 mtime size) /etc/reader.conf.d/vpcd
%{py_sitescriptdir}/virtualsmartcard
%{_mandir}/man1/vicc.1*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/virtualsmartcard.git/commitdiff/139d0a21040467fd4133fe68b8a0150126f66e01
More information about the pld-cvs-commit
mailing list