update to 1.1.6 [release 1.1.6-1mamba;Fri Apr 05 2019]
This commit is contained in:
parent
b4dcf5b4d1
commit
ef38d579dc
@ -1,5 +1,5 @@
|
|||||||
Name: pcsclite-driver-acsccid
|
Name: pcsclite-driver-acsccid
|
||||||
Version: 1.0.2
|
Version: 1.1.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: PC/SC ccid driver for ACS smart cart readers
|
Summary: PC/SC ccid driver for ACS smart cart readers
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,31 +7,30 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.acs.com.hk
|
URL: http://www.acs.com.hk
|
||||||
Source: http://www.acs.com.hk/drivers/eng/acsccid_src-%{version}-20101217.zip
|
Source: https://downloads.sourceforge.net/acsccid/acsccid-%{version}.tar.bz2
|
||||||
|
#Source: http://www.acs.com.hk/drivers/eng/acsccid_src-%{version}-20101217.zip
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libpcsclite-devel
|
BuildRequires: libusb-devel
|
||||||
BuildRequires: libusb0-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libpcsclite-devel
|
||||||
|
Requires: pcscd
|
||||||
|
Requires: libpcsclite
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
PC/SC Driver for ACR38 based smart cart readers.
|
PC/SC Driver for ACR38 based smart cart readers.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
%setup -q -n acsccid-%{version}
|
||||||
%setup -q -c
|
|
||||||
tar xvf acsccid-%{version}.tar.bz2
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd acsccid-%{version}
|
|
||||||
%configure --enable-udev
|
%configure --enable-udev
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
cd acsccid-%{version}
|
|
||||||
%makeinstall
|
%makeinstall
|
||||||
# usbdropdir=%{buildroot}%{_libdir}/pcsc/drivers
|
# usbdropdir=%{buildroot}%{_libdir}/pcsc/drivers
|
||||||
|
|
||||||
@ -45,10 +44,14 @@ cd acsccid-%{version}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/pcsc/drivers/ifd-acsccid.bundle/Contents/Info.plist
|
%{_libdir}/pcsc/drivers/ifd-acsccid.bundle/Contents/Info.plist
|
||||||
%{_libdir}/pcsc/drivers/ifd-acsccid.bundle/Contents/Linux/libacsccid.so
|
%{_libdir}/pcsc/drivers/ifd-acsccid.bundle/Contents/Linux/libacsccid.so
|
||||||
%{_libdir}/pcsc/drivers/ifd-acsccid.bundle/Contents/Linux/libacsccid.so.*
|
#%{_libdir}/pcsc/drivers/ifd-acsccid.bundle/Contents/Linux/libacsccid.so.*
|
||||||
%doc acsccid-%{version}/AUTHORS acsccid-%{version}/COPYING acsccid-%{version}/ChangeLog acsccid-%{version}/README
|
%doc AUTHORS COPYING
|
||||||
|
#ChangeLog README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 05 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.6-1mamba
|
||||||
|
- update to 1.1.6
|
||||||
|
|
||||||
* Fri Apr 15 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1mamba
|
* Fri Apr 15 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1mamba
|
||||||
- update to 1.0.2
|
- update to 1.0.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user