%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: 3.1 Summary: Generic USB CCID smart card reader driver Group: System Environment/Libraries License: LGPL 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 >= %{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. %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 %configure --disable-dependency-tracking --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT make install_ccidtwin -C src DESTDIR=$RPM_BUILD_ROOT mv $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf ./GemPCTwin.reader.conf %clean rm -rf $RPM_BUILD_ROOT %post if [ $1 -eq 1 -a -x %{_initrddir}/pcscd ] ; then %{_initrddir}/pcscd try-restart >/dev/null || : fi %postun [ -x %{_initrddir}/pcscd ] && %{_initrddir}/pcscd try-restart >/dev/null || : %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README GemPCTwin.reader.conf %{dropdir}/ifd-ccid.bundle/ %{dropdir}/serial/ %changelog * Wed Jul 12 2006 Jesse Keating - sh: line 0: fg: no job control - rebuild * Mon Jul 10 2006 Bob Relyea - 1.0.1-3 - remove s390 from the build * Mon Jun 5 2006 Bob Relyea - 1.0.1-2 - Move to Fedora Core, removed %%{_dist}. * Sat Apr 22 2006 Ville Skyttä - 1.0.1-1 - 1.0.1. * Mon Mar 6 2006 Ville Skyttä - 1.0.0-1 - 1.0.0, license changed to LGPL. * Wed Feb 15 2006 Ville Skyttä - 0.4.1-7 - Rebuild. * Thu Nov 3 2005 Ville Skyttä - 0.4.1-6 - Clean up build dependencies. - Convert docs to UTF-8. * Fri Apr 7 2005 Michael Schwendt - 0.4.1-5 - rebuilt * Fri Feb 25 2005 Ville Skyttä - 0.4.1-4 - Drop Epoch: 0. - Improve summary. - Build with dependency tracking disabled. * Thu Jul 1 2004 Ville Skyttä - 0:0.4.1-0.fdr.3 - Restart pcscd in post(un)install phase if it's available and running. * Thu May 13 2004 Ville Skyttä - 0:0.4.1-0.fdr.2 - Provide pcsc-ifd-handler (idea from Debian). * Sat Feb 14 2004 Ville Skyttä - 0:0.4.1-0.fdr.1 - Update to 0.4.1. * Fri Feb 13 2004 Ville Skyttä - 0:0.4.0-0.fdr.1 - Update to 0.4.0. * Wed Nov 5 2003 Ville Skyttä - 0:0.3.2-0.fdr.1 - Update to 0.3.2. - Update URL. * Thu Oct 16 2003 Ville Skyttä - 0:0.3.1-0.fdr.1 - Update to 0.3.1. * Wed Sep 10 2003 Ville Skyttä - 0:0.3.0-0.fdr.1 - Update to 0.3.0. * Wed Aug 27 2003 Ville Skyttä - 0:0.2.0-0.fdr.1 - Update to 0.2.0. * Tue Aug 19 2003 Ville Skyttä - 0:0.1.0-0.fdr.1 - First build.