This commit is contained in:
parent
14f1dc3bc3
commit
ea2352da3c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c6adc5f63bece454ef0cc647823ebad19ed90ce86870dc5104cf6df877a5504
|
||||
size 430254
|
3
ccid-1.3.8.tar.bz2
Normal file
3
ccid-1.3.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cb892ef36321069eff7826aa732f1481715fe54bf96346fae1d25565b44c536
|
||||
size 436222
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 5 11:53:48 CEST 2008 - sbrabec@suse.cz
|
||||
|
||||
- Updated to version 1.3.8:
|
||||
* Fixes and code improvements.
|
||||
* New readers that should work: Should work: Pro-Active CSB6
|
||||
Ultimate, id3 Semiconductors CL1356A HID, Vasco DP905,
|
||||
KEBTechnology KONA USB SmartCard, Precise Biometrics 250 MC,
|
||||
Covadis.ch Alya and Vega-Alpha.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:30:33 CEST 2008 - sbrabec@suse.cz
|
||||
|
||||
|
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package pcsc-ccid (Version 1.3.5)
|
||||
# spec file for package pcsc-ccid (Version 1.3.8)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -13,11 +20,12 @@
|
||||
|
||||
Name: pcsc-ccid
|
||||
%define _name ccid
|
||||
BuildRequires: libusb-devel pcsc-lite-devel pkg-config
|
||||
# FIXME: Use libusb-1_0-devel to get better results
|
||||
Version: 1.3.5
|
||||
BuildRequires: libusb-compat-devel pcsc-lite-devel pkg-config
|
||||
Version: 1.3.8
|
||||
Release: 1
|
||||
Provides: locale(MozillaFirefox:de_BE;en_BE;fr_BE;nl_BE;wa_BE)
|
||||
# pcsc-ccid uses libusb-1.0 features over libusb-0.1 API:
|
||||
Requires: libusb-1_0-features-in-0_1-api
|
||||
Group: Productivity/Security
|
||||
License: LGPL v2.1 or later
|
||||
Url: http://pcsclite.alioth.debian.org/ccid.html
|
||||
@ -27,14 +35,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%define ifddir %(pkg-config libpcsclite --variable=usbdropdir)
|
||||
|
||||
%description
|
||||
This package provides the source code for a generic USB CCID
|
||||
(Chip/Smart Card Interface Devices) driver. See [1] for the USB CCID
|
||||
specifications from the USB working group.
|
||||
|
||||
This package contains a generic USB CCID (Chip/Smart Card Interface
|
||||
Devices) driver, as well as a driver for the GemPC Twin serial reader.
|
||||
Devices) driver.
|
||||
|
||||
These drivers are meant to be used with the PCSC-Lite daemon from the
|
||||
This driver is meant to be used with the PCSC-Lite daemon from the
|
||||
pcsc-lite package.
|
||||
|
||||
|
||||
@ -61,6 +65,8 @@ make %{?jobs:-j%jobs}
|
||||
%makeinstall
|
||||
mkdir $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf.d
|
||||
mv $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf.d/ccidtwin.conf
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d
|
||||
cp src/pcscd_ccid.rules $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d
|
||||
# Copied elsewhere:
|
||||
rm $RPM_BUILD_ROOT%{_datadir}/doc/ccid/README_Kobil_mIDentity_switch.txt
|
||||
rmdir $RPM_BUILD_ROOT%{_datadir}/doc/ccid
|
||||
@ -77,9 +83,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_mandir}/man?/*.*
|
||||
%{_sbindir}/*
|
||||
%config (noreplace) %{_sysconfdir}/reader.conf.d/*.conf
|
||||
%{_sysconfdir}/udev/rules.d/*.rules
|
||||
%{ifddir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Sep 05 2008 sbrabec@suse.cz
|
||||
- Updated to version 1.3.8:
|
||||
* Fixes and code improvements.
|
||||
* New readers that should work: Should work: Pro-Active CSB6
|
||||
Ultimate, id3 Semiconductors CL1356A HID, Vasco DP905,
|
||||
KEBTechnology KONA USB SmartCard, Precise Biometrics 250 MC,
|
||||
Covadis.ch Alya and Vega-Alpha.
|
||||
* Wed Apr 02 2008 sbrabec@suse.cz
|
||||
- Updated to version 1.3.5:
|
||||
* new supported devices
|
||||
|
Loading…
Reference in New Issue
Block a user