File pcsc-asedriveiiie-serial.spec of Package pcsc-asedriveiiie-serial
#
# spec file for package pcsc-asedriveiiie-serial (Version 3.5)
#
# 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/
#
Name: pcsc-asedriveiiie-serial
%define _name asedriveiiie-serial
Summary: ASEDrive IIIe Serial Smartcard Reader Driver
Version: 3.5
Release: 66
License: BSD 3-Clause
Group: Productivity/Security
Url: http://www.asedrive.com/downloads
Source: %{_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pcsc-lite-devel pkg-config
Requires: pcsc-lite
%define ifddir %(pkg-config libpcsclite --variable=usbdropdir)
%description
This package contains a driver for the ASEDrive IIIe Serial smart card
reader.
This driver is meant to be used with the PCSC-Lite daemon from the
pcsc-lite package.
Authors:
--------
Athena Smartcard Solutions
%prep
%setup -q -n %{_name}-%{version}
%build
%configure
make %{?jobs:-j%jobs} CC="%__cc" LD="%__ld" CPP="%__cpp" CXX="%__cxx"
%install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc ChangeLog LICENSE README
%{ifddir}/ifd-ASEDriveIIIe-Serial
%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).