This commit is contained in:
committed by
Git OBS Bridge
parent
0bdcb566b2
commit
27955ce423
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 15:42:44 CEST 2009 - sbrabec@suse.cz
|
||||
|
||||
- Added USB modalias supplements.
|
||||
- Require pcsc-lite.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 14:50:38 CEST 2008 - sbrabec@suse.cz
|
||||
|
||||
|
||||
+22
-8
@@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package pcsc-asekey (Version 3.4)
|
||||
#
|
||||
# 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/
|
||||
#
|
||||
|
||||
@@ -12,21 +19,25 @@
|
||||
|
||||
Name: pcsc-asekey
|
||||
%define _name asekey
|
||||
Summary: ASEKey Smartcard Reader Driver
|
||||
Summary: ASEKey USB Token Driver
|
||||
Version: 3.4
|
||||
Release: 2
|
||||
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: libusb-devel pcsc-lite-devel pkg-config
|
||||
Requires: pcsc-lite
|
||||
Supplements: modalias(usb:v0DC3p1701d*dc*dsc*dp*ic*isc*ip*)
|
||||
Supplements: modalias(usb:v0DC3p1702d*dc*dsc*dp*ic*isc*ip*)
|
||||
%define ifddir %(pkg-config libpcsclite --variable=usbdropdir)
|
||||
|
||||
%description
|
||||
This package contains a driver for the ASEKey Smartcard Reader, which
|
||||
is meant to be used with the PCSC-Lite daemon from the pcsc-lite
|
||||
package.
|
||||
This package contains a driver for the ASEKey USB Token.
|
||||
|
||||
This driver is meant to be used with the PCSC-Lite daemon from the
|
||||
pcsc-lite package.
|
||||
|
||||
|
||||
|
||||
@@ -53,5 +64,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{ifddir}/ifd-ASEKey
|
||||
|
||||
%changelog
|
||||
* Wed Apr 08 2009 sbrabec@suse.cz
|
||||
- Added USB modalias supplements.
|
||||
- Require pcsc-lite.
|
||||
* Fri Apr 04 2008 sbrabec@suse.cz
|
||||
- New SuSE package, version 3.5 (FATE#302981).
|
||||
|
||||
Reference in New Issue
Block a user