Updated to ccid 1.3.11
This commit is contained in:
parent
5736b0fd7e
commit
e1a0499af5
@ -1 +1 @@
|
||||
ccid-1.3.9.tar.bz2
|
||||
ccid-1.3.11.tar.bz2
|
||||
|
17
ccid.spec
17
ccid.spec
@ -1,17 +1,17 @@
|
||||
%define dropdir %(pkg-config libpcsclite --variable usbdropdir 2>/dev/null)
|
||||
%define libusb_ver 0.1.7
|
||||
%define pcsc_lite_ver 1.3.3
|
||||
%define upstream_build 2656
|
||||
%define pcsc_lite_ver 1.5.3
|
||||
%define upstream_build 3080
|
||||
|
||||
Name: ccid
|
||||
Version: 1.3.9
|
||||
Release: 2%{dist}
|
||||
Version: 1.3.11
|
||||
Release: 1%{dist}
|
||||
Summary: Generic USB CCID smart card reader driver
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://pcsclite.alioth.debian.org/ccid.html
|
||||
Source0: http://alioth.debian.org/download.php/%{upstream-build}/%{name}-%{version}.tar.bz2
|
||||
Source0: http://alioth.debian.org/download.php/%{upstream_build}/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: libusb-devel >= %{libusb_ver}
|
||||
@ -31,9 +31,6 @@ Generic USB CCID (Chip/Smart Card Interface Devices) driver.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
for f in ChangeLog README ; do
|
||||
iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f
|
||||
done
|
||||
|
||||
|
||||
%build
|
||||
@ -78,6 +75,10 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 19 2009 Kalev Lember <kalev@smartlink.ee> - 1.3.11-1
|
||||
- Updated to ccid 1.3.11
|
||||
- Removed iso-8859-1 to utf-8 conversion as the files are in utf-8 now
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user