Bug 238321: pcsc-lite_ver is undefined.

Should be pcsc_lite_ver.
This commit is contained in:
Robert Relyea 2007-04-30 20:40:29 +00:00
parent 18721c5999
commit d85bfe8d44

View File

@ -4,7 +4,7 @@
Name: ccid
Version: 1.2.1
Release: 1%{dist}
Release: 2%{dist}
Summary: Generic USB CCID smart card reader driver
Group: System Environment/Libraries
@ -14,7 +14,7 @@ Source0: http://alioth.debian.org/download.php/1563/%{name}-%{version}.ta
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libusb-devel >= %{libusb_ver}
BuildRequires: pcsc-lite-devel >= %{pcsc-lite_ver}
BuildRequires: pcsc-lite-devel >= %{pcsc_lite_ver}
Requires(post): initscripts
Requires(postun): initscripts
Requires: libusb >= %{libusb_ver}
@ -71,6 +71,9 @@ exit 0
%changelog
* Mon Apr 30 2007 Bob Relyea <rrelyea@redhat.com> - 1.2.1-2
- Fix the missed use of the version macro
* Tue Feb 06 2007 Bob Relyea <rrelyea@redhat.com> - 1.2.1-1
- Pick up ccid 1.2.1
- use pcscd 'hotplug' feature instead of restarting the daemon