2024-01-06 08:27:59 +01:00
|
|
|
Name: pcsclite-driver-acsccid
|
2024-01-06 08:27:59 +01:00
|
|
|
Version: 1.1.9
|
2024-01-06 08:27:59 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: PC/SC ccid driver for ACS smart cart readers
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 08:27:59 +01:00
|
|
|
URL: https://sourceforge.net/projects/acsccid/
|
2024-01-06 08:27:59 +01:00
|
|
|
Source: https://downloads.sourceforge.net/acsccid/acsccid-%{version}.tar.bz2
|
2024-01-06 08:27:59 +01:00
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 08:27:59 +01:00
|
|
|
BuildRequires: libusb-devel
|
2024-01-06 08:27:59 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 08:27:59 +01:00
|
|
|
BuildRequires: libpcsclite-devel
|
|
|
|
Requires: pcscd
|
|
|
|
Requires: libpcsclite
|
2024-01-06 08:27:59 +01:00
|
|
|
|
|
|
|
%description
|
2024-01-06 08:27:59 +01:00
|
|
|
PC/SC Driver for ACS smart cart readers.
|
|
|
|
|
|
|
|
%debug_package
|
2024-01-06 08:27:59 +01:00
|
|
|
|
|
|
|
%prep
|
2024-01-06 08:27:59 +01:00
|
|
|
%setup -q -n acsccid-%{version}
|
2024-01-06 08:27:59 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --enable-udev
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
# usbdropdir=%{buildroot}%{_libdir}/pcsc/drivers
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/pcsc/drivers/ifd-acsccid.bundle/Contents/Info.plist
|
|
|
|
%{_libdir}/pcsc/drivers/ifd-acsccid.bundle/Contents/Linux/libacsccid.so
|
2024-01-06 08:27:59 +01:00
|
|
|
#%{_libdir}/pcsc/drivers/ifd-acsccid.bundle/Contents/Linux/libacsccid.so.*
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
#ChangeLog README
|
2024-01-06 08:27:59 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 08:27:59 +01:00
|
|
|
* Mon Apr 17 2023 Automatic Build System <autodist@mambasoft.it> 1.1.9-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 08:27:59 +01:00
|
|
|
* Fri Apr 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.8-1mamba
|
|
|
|
- update to 1.1.8
|
|
|
|
|
2024-01-06 08:27:59 +01:00
|
|
|
* Fri Apr 05 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.6-1mamba
|
|
|
|
- update to 1.1.6
|
|
|
|
|
2024-01-06 08:27:59 +01:00
|
|
|
* Fri Apr 15 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1mamba
|
|
|
|
- update to 1.0.2
|
|
|
|
|
|
|
|
* Thu Jan 28 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1710-1mamba
|
|
|
|
- package created by autospec
|