%define pcscver 1.8.3 %define pcsclib libpcsclite.so.1 %ifarch x86_64 ppc64 ia64 sparc64 s390x %define mark64 ()(64bit) %endif Summary: Perl interface to the PC/SC smart card library Summary(ja): PC/SC スマートカードライブラリ用の Perl インタフェース Name: pcsc-perl Version: 1.4.13 Release: 1%{?_dist_release} Group: Development/Libraries License: GPLv2+ URL: http://ludovic.rousseau.free.fr/softwares/pcsc-perl/ Source0: http://ludovic.rousseau.free.fr/softwares/pcsc-perl/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: pcsc-lite-devel >= %{pcscver} Requires: %{pcsclib}%{?mark64} Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Provides: perl-pcsc = %{version}-%{release} %description This package contains a Perl interface to the PC/SC smart card library. %description -l ja このパッケージには PC/SC スマートカードライブラリ用の Perl インタフェース が含まれています。 %prep %setup -q chmod 644 examples/* # avoid dependencies f=Changelog ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" DEFINE=-Wall make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check # tests need configured readers etc if ! grep -qF 'dlopen("%{pcsclib}"' PCSCperl.h ; then # sanity check echo "ERROR: pcsc lib name mismatch in PCSCperl.h/dependencies" ; exit 1 fi %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changelog LICENCE README examples/ %{perl_vendorarch}/auto/Chipcard/ %{perl_vendorarch}/Chipcard/ %{_mandir}/man3/Chipcard::PCSC*.3* %changelog * Fri Dec 12 2014 Ryoichi INAGAKI 1.4.13-1 - updated to 1.4.13 - built with perl 5.16.3 * Sat Jan 07 2012 Yoji TOYODA 1.4.12-1 - new upstream release * Sun Mar 27 2011 Daisuke SUZUKI 1.4.10-1 - new upstream release - rebuild with perl-5.12 * Sun Feb 21 2010 Daisuke SUZUKI 1.4.8-1 - update to 1.4.8 * Mon Mar 02 2009 Daisuke SUZUKI 1.4.7-1 - initial build for Vine Linux * Thu Mar 27 2008 Ville Skyttä - 1.4.7-1 - 1.4.7. * Thu Mar 06 2008 Tom "spot" Callaway - 1.4.6-4 - Rebuild for new perl * Tue Feb 19 2008 Fedora Release Engineering - 1.4.6-3 - Autorebuild for GCC 4.3 * Tue Aug 7 2007 Ville Skyttä - 1.4.6-2 - Apply #defines patch only when building with pcsc-lite < 1.4.0. - License: GPLv2+ * Tue Apr 17 2007 Ville Skyttä - 1.4.6-1 - 1.4.6 + PCSCperl.h #defines fixes. - BuildRequire perl(ExtUtils::MakeMaker). * Sun Dec 24 2006 Ville Skyttä - 1.4.4-3 - Eliminate file based dependencies. * Thu Nov 2 2006 Ville Skyttä - 1.4.4-2 - Rebuild with pcsc-lite 1.3.2 for extended APDU support. * Tue Aug 15 2006 Ville Skyttä - 1.4.4-1 - 1.4.4. * Wed May 17 2006 Ville Skyttä - 1.4.3-1 - 1.4.3. * Mon Mar 6 2006 Ville Skyttä - 1.4.1-1 - 1.4.1. - Don't hardcode required pcsc-lite-libs version, use shared lib file instead. - Convert docs to UTF-8. * Wed Feb 15 2006 Ville Skyttä - 1.3.1-8 - Rebuild, cosmetics. * Sun May 22 2005 Jeremy Katz - 1.3.1-7 - rebuild on all arches * Thu May 19 2005 Ville Skyttä - 1.3.1-6 - Provide perl-pcsc, fixate required pcsc-lite version to 1.2.0. * Fri Apr 7 2005 Michael Schwendt - 1.3.1-5 - rebuilt * Fri Jan 7 2005 Ville Skyttä - 0:1.3.1-4 - Honor $RPM_OPT_FLAGS, remove (some) extra include dirs from build (#1281). - Improve summary and description. * Wed May 12 2004 Ville Skyttä - 0:1.3.1-0.fdr.3 - BuildRequire perl >= 1:5.6.1 for vendor install dir support. - Use pure_install to avoid perllocal.pod workarounds. * Sun Apr 25 2004 Ville Skyttä - 0:1.3.1-0.fdr.2 - Require perl(:MODULE_COMPAT_*). * Fri Apr 2 2004 Ville Skyttä - 0:1.3.1-0.fdr.1 - Update to 1.3.1. * Sun Feb 8 2004 Ville Skyttä - 0:1.3.0-0.fdr.2 - Reduce directory ownership bloat. * Wed Dec 17 2003 Ville Skyttä - 0:1.3.0-0.fdr.1 - Update to 1.3.0. * Sun Sep 14 2003 Ville Skyttä - 0:1.2.2-0.fdr.4 - More spec cleanups. * Wed Aug 27 2003 Ville Skyttä - 0:1.2.2-0.fdr.3 - Spec cleanups, install into vendor dirs. * Fri Jul 4 2003 Ville Skyttä - 0:1.2.2-0.fdr.2 - Fix dir ownerships, non-root strip during build. * Thu May 29 2003 Ville Skyttä - 0:1.2.2-0.fdr.1 - Update to 1.2.2. - Drop patch and hacks, already applied/fixed upstream. * Sun May 25 2003 Ville Skyttä - 0:1.2.1-0.fdr.1 - Update to 1.2.1. - Fix build and runtime dependencies. * Thu May 22 2003 Ville Skyttä - 0:1.2.0-0.fdr.1 - First build.