pcsclite-driver-ccid/pcsclite-driver-ccid.spec

59 lines
1.7 KiB
RPMSpec

Name: pcsclite-driver-ccid
Version: 1.4.30
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>
URL: https://ccid.apdu.fr/
Source: https://ccid.apdu.fr/files/ccid-%{version}.tar.bz2
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libfl-devel
BuildRequires: libusb-devel
## AUTOBUILDREQ-END
Provides: libccid
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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).
%prep
%setup -q -n ccid-%{version}
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
#%{_bindir}/RSA_SecurID_getpasswd
#%{_sbindir}/Kobil_mIDentity_switch
%{_libdir}/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
%{_libdir}/pcsc/drivers/ifd-ccid.bundle/Contents/Linux/libccid.so
#%{_docdir}/ccid/README_Kobil_mIDentity_switch.txt
#%{_mandir}/man1/RSA_SecurID_getpasswd.1.gz
#%{_mandir}/man8/Kobil_mIDentity_switch.8.gz
%doc AUTHORS COPYING ChangeLog README
%changelog
* Sun Dec 09 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.30-1mamba
- update to 1.4.30
* 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]