diff --git a/README.md b/README.md index 2d6163f..2f7f86b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # pcsclite-driver-ccid +This package provides the source code for a generic USB CCID (Chip/Smart Card Interface Devices) driver and ICCD (Integrated Circuit(s) Card Devices). + diff --git a/pcsclite-driver-ccid.spec b/pcsclite-driver-ccid.spec new file mode 100644 index 0000000..a0e71b9 --- /dev/null +++ b/pcsclite-driver-ccid.spec @@ -0,0 +1,53 @@ +Name: pcsclite-driver-ccid +Version: 1.4.3 +Release: 1mamba +Summary: A generic USB CCID (Chip/Smart Card Interface Devices) driver +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://pcsclite.alioth.debian.org/ccid.html +Source: http://alioth.debian.org/frs/download.php/3535/ccid-%{version}.tar.bz2 +License: LGPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libusb-devel +## AUTOBUILDREQ-END +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 +* Fri Apr 15 2011 Silvan Calarco 1.4.3-1mamba +- update to 1.4.3 + +* Mon Jun 30 2008 Silvan Calarco 1.3.8-1mamba +- package created by autospec [Stativa]