This commit is contained in:
parent
929fd0f256
commit
5dd5ef7369
@ -1,10 +0,0 @@
|
||||
--- readers/supported_readers.txt
|
||||
+++ readers/supported_readers.txt
|
||||
@@ -67,6 +67,7 @@
|
||||
0x0D46:0x3002:KOBIL KAAN Advanced
|
||||
0x0d46:0x3003:KOBIL KAAN SIM III
|
||||
0x0d46:0x4000:KOBIL mIDentity
|
||||
+0x0d46:0x4001:KOBIL mIDentity
|
||||
|
||||
# Eutron
|
||||
0x073D:0x0C00:Eutron SIM Pocket Combo
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d29c3f0cf83051a1083d693273f000d53a77814e5d95e1fc079e2615b1dfa8a4
|
||||
size 384416
|
3
ccid-1.3.0.tar.bz2
Normal file
3
ccid-1.3.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e30a2fc1ae0009ce05f35f714fb64b8580d6aa42cb297c623622fcf568228168
|
||||
size 429095
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 15:50:24 CEST 2007 - sbrabec@suse.cz
|
||||
|
||||
- Updated to version 1.3.0:
|
||||
* code changes
|
||||
* crash fixes
|
||||
* firmware updates
|
||||
* new command line tools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 31 10:28:16 CEST 2007 - sbrabec@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package pcsc-ccid (Version 1.2.1)
|
||||
# spec file for package pcsc-ccid (Version 1.3.0)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -13,15 +13,14 @@
|
||||
Name: pcsc-ccid
|
||||
%define _name ccid
|
||||
BuildRequires: libusb-devel pcsc-lite-devel pkg-config
|
||||
Version: 1.2.1
|
||||
Release: 18
|
||||
Version: 1.3.0
|
||||
Release: 1
|
||||
Provides: locale(MozillaFirefox:de_BE;en_BE;fr_BE;nl_BE;wa_BE)
|
||||
Group: System/Libraries
|
||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||
License: LGPL v2 or later
|
||||
URL: http://pcsclite.alioth.debian.org/ccid.html
|
||||
Summary: PCSC Driver for CCID Based Smart Card Readers and GemPC Twin Serial Reader
|
||||
Source: %{_name}-%{version}.tar.bz2
|
||||
Patch: ccid-1.0.1-plist.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%define ifddir %(pkg-config libpcsclite --variable=usbdropdir)
|
||||
|
||||
@ -46,7 +45,8 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q -n %{_name}-%{version}
|
||||
%patch
|
||||
cp -a src/openct/LICENSE LICENSE.openct
|
||||
cp -a src/towitoko/README README.towitoko
|
||||
|
||||
%build
|
||||
./reconf
|
||||
@ -59,18 +59,31 @@ make %{?jobs:-j%jobs}
|
||||
%makeinstall
|
||||
mkdir $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf.d
|
||||
mv $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf.d/ccidtwin.conf
|
||||
# Copied elsewhere:
|
||||
rm $RPM_BUILD_ROOT%{_datadir}/doc/ccid/README_Kobil_mIDentity_switch.txt
|
||||
rmdir $RPM_BUILD_ROOT%{_datadir}/doc/ccid
|
||||
rmdir $RPM_BUILD_ROOT%{_datadir}/doc
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
# ChangeLog NEWS are empty
|
||||
%doc AUTHORS COPYING README SCARDGETATTRIB.txt
|
||||
# NEWS is empty
|
||||
%doc AUTHORS ChangeLog COPYING LICENSE.openct README README.towitoko contrib/Kobil_mIDentity_switch/README_Kobil_mIDentity_switch.txt SCARDGETATTRIB.txt
|
||||
%{_bindir}/*
|
||||
%doc %{_mandir}/man?/*.*
|
||||
%{_sbindir}/*
|
||||
%config (noreplace) %{_sysconfdir}/reader.conf.d/*.conf
|
||||
%{ifddir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 26 2007 - sbrabec@suse.cz
|
||||
- Updated to version 1.3.0:
|
||||
* code changes
|
||||
* crash fixes
|
||||
* firmware updates
|
||||
* new command line tools
|
||||
* Thu May 31 2007 - sbrabec@suse.cz
|
||||
- Build requires libusb-devel.
|
||||
* Tue Feb 13 2007 - sbrabec@suse.cz
|
||||
|
Loading…
Reference in New Issue
Block a user