pcsc-eco5000/pcsc-eco5000.spec

92 lines
2.6 KiB
RPMSpec

#
# spec file for package pcsc-eco5000 (Version 1.2.0)
#
# 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/
#
# norootforbuild
Name: pcsc-eco5000
%define _name eco5000
BuildRequires: pcsc-lite-devel pkg-config
Version: 1.2.0
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
Driver for the ECO 5000 Serial Smart Card Reader.
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.
This driver only works with the serial interface version of the ECO
5000. ORGA also sells a USB version, that is incompatible with the
serial version. This driver will not work with the USB version!
Authors:
--------
Frank Thater <frank@thater-online.de>
Andreas Schwier <andreas.schwier@cardcontact.de>
%prep
%setup -q -n %{_name}-%{version}
%build
autoreconf -f -i
%configure\
--libdir=%{ifddir}\
--disable-static
make %{?jobs:-j%jobs}
%install
%makeinstall
rm $RPM_BUILD_ROOT%{ifddir}/*.la
# Unwanted generic header:
rm $RPM_BUILD_ROOT%{_includedir}/ctapi.h
rmdir $RPM_BUILD_ROOT%{_includedir}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README README.html
%{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).