OBS User unknown 2009-04-14 22:16:01 +00:00 committed by Git OBS Bridge
parent ba46bc8874
commit 04ba90684f
2 changed files with 29 additions and 11 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 8 15:50:44 CEST 2009 - sbrabec@suse.cz
- Require pcsc-lite.
-------------------------------------------------------------------
Fri Apr 4 17:20:27 CEST 2008 - sbrabec@suse.cz

View File

@ -1,10 +1,17 @@
#
# spec file for package pcsc-eco5000 (Version 1.2.0)
#
# 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.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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/
#
@ -15,24 +22,28 @@ Name: pcsc-eco5000
%define _name eco5000
BuildRequires: pcsc-lite-devel pkg-config
Version: 1.2.0
Release: 2
Release: 66
Group: Productivity/Security
License: GPL v2 or later
Url: http://www.cardcontact.de/download/driverdownload.html
Summary: PC/SC IFD Handler for the ECO 5000 Serial Smart Card Reader
Source: %{_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: pcsc-lite
%define ifddir %(pkg-config --variable=usbdropdir libpcsclite)
%description
The lowest driver level is the ECO 5000 CT-API Driver that exposes a
common CT-API interface. This interface allows access to the terminal
using the Card Terminal Basic Command Set (CT-BCS). This layer also
includes the support for memory cards, exposed as Interindustry Command
Set for Synchronous Cards.
Driver for the ECO 5000 Serial Smart Card Reader.
The CT-API driver supports the IFD Handler interface from PC/SC, that
is required for the PC/SC implementation in M.U.S.C.L.E.
This driver is meant to be used with the PCSC-Lite daemon from the
pcsc-lite package.
This interface allows access to the terminal using the Card Terminal
Basic Command Set (CT-BCS). This driver also includes the support for
memory cards, exposed as Interindustry Command Set for Synchronous
Cards.
The CT-API driver supports the IFD Handler interface from PC/SC.
Please take a look in the included README document for further
information.
@ -74,5 +85,7 @@ rm -rf $RPM_BUILD_ROOT
%{ifddir}/*
%changelog
* Wed Apr 08 2009 sbrabec@suse.cz
- Require pcsc-lite.
* Fri Apr 04 2008 sbrabec@suse.cz
- New SuSE package, version 3.5 (FATE#302981).