2024-01-06 08:28:06 +01:00
|
|
|
Name: pcsclite-driver-ccid
|
2024-01-06 08:28:06 +01:00
|
|
|
Version: 1.4.35
|
2024-01-06 08:28:06 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A generic USB CCID (Chip/Smart Card Interface Devices) driver
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 08:28:06 +01:00
|
|
|
URL: https://ccid.apdu.fr/
|
|
|
|
Source: https://ccid.apdu.fr/files/ccid-%{version}.tar.bz2
|
2024-01-06 08:28:06 +01:00
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libusb-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 08:28:06 +01:00
|
|
|
Provides: libccid
|
2024-01-06 08:28:06 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
This package provides the source code for a generic USB CCID (Chip/Smart Card Interface Devices) driver and ICCD (Integrated Circuit(s) Card Devices).
|
|
|
|
|
2024-01-06 08:28:06 +01:00
|
|
|
%debug_package
|
2024-01-06 08:28:06 +01:00
|
|
|
|
2024-01-06 08:28:06 +01:00
|
|
|
%prep
|
2024-01-06 08:28:06 +01:00
|
|
|
%setup -q -n ccid-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
|
|
|
|
%{_libdir}/pcsc/drivers/ifd-ccid.bundle/Contents/Linux/libccid.so
|
2024-01-06 08:28:06 +01:00
|
|
|
%doc AUTHORS COPYING
|
2024-01-06 08:28:06 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 08:28:06 +01:00
|
|
|
* Mon Jul 26 2021 Automatic Build System <autodist@mambasoft.it> 1.4.35-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:28:06 +01:00
|
|
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 1.4.34-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:28:06 +01:00
|
|
|
* Sun Dec 09 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.30-1mamba
|
|
|
|
- update to 1.4.30
|
|
|
|
|
2024-01-06 08:28:06 +01:00
|
|
|
* Fri Apr 15 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.3-1mamba
|
|
|
|
- update to 1.4.3
|
|
|
|
|
|
|
|
* Mon Jun 30 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.8-1mamba
|
|
|
|
- package created by autospec [Stativa]
|