ccid requires pcsc-lite which is not available for s390. Neither are the
usb ports or the readers used by ccid
This commit is contained in:
parent
5bd7cc0540
commit
9c1c9e0c8c
17
ccid.spec
17
ccid.spec
@ -1,8 +1,10 @@
|
||||
%define dropdir %(pkg-config libpcsclite --variable usbdropdir 2>/dev/null)
|
||||
%define libusb_ver 0.1.7
|
||||
%define pcsc-lite_ver 1.3.1
|
||||
|
||||
Name: ccid
|
||||
Version: 1.0.1
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Generic USB CCID smart card reader driver
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -11,11 +13,13 @@ URL: http://pcsclite.alioth.debian.org/ccid.html
|
||||
Source0: http://alioth.debian.org/download.php/1563/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: libusb-devel >= 0.1.7
|
||||
BuildRequires: pcsc-lite-devel >= 1.3.0
|
||||
Requires: libusb >= 0.1.7
|
||||
Requires: pcsc-lite >= 1.3.0
|
||||
BuildRequires: libusb-devel >= %{libusb_ver}
|
||||
BuildRequires: pcsc-lite-devel >= %{pcsc-lite_ver}
|
||||
Requires: libusb >= %{libusb_ver}
|
||||
Requires: pcsc-lite >= %{pcsc-lite_ver}
|
||||
Provides: pcsc-ifd-handler
|
||||
ExcludeArch: s390 s390x # 390 does not have libusb or smartCards
|
||||
|
||||
|
||||
%description
|
||||
Generic USB CCID (Chip/Smart Card Interface Devices) driver.
|
||||
@ -61,6 +65,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 10 2006 Bob Relyea <rrelyea@redhat.com> - 1.0.1-3
|
||||
- remove s390 from the build
|
||||
|
||||
* Mon Jun 5 2006 Bob Relyea <rrelyea@redhat.com> - 1.0.1-2
|
||||
- Move to Fedora Core, removed %%{_dist}.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user