update to 1.4.3 [release 1.4.3-1mamba;Fri Apr 15 2011]
This commit is contained in:
parent
de9fa7d492
commit
f408aa0ab4
@ -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).
|
||||
|
||||
|
53
pcsclite-driver-ccid.spec
Normal file
53
pcsclite-driver-ccid.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <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]
|
Loading…
Reference in New Issue
Block a user