|
@@ -4,11 +4,12 @@
|
|
%define mark64 ()(64bit)
|
|
%define mark64 ()(64bit)
|
|
%endif
|
|
%endif
|
|
|
|
|
|
-Name: pcsc-perl
|
|
|
|
-Version: 1.4.8
|
|
|
|
-Release: 1%{?_dist_release}
|
|
|
|
Summary: Perl interface to the PC/SC smart card library
|
|
Summary: Perl interface to the PC/SC smart card library
|
|
-Summary(ja): Perl interface to the PC/SC smart card library
|
|
+Summary(ja): PC/SC スマートカードライブラリ用の Perl インタフェース
|
|
|
|
+
|
|
|
|
+Name: pcsc-perl
|
|
|
|
+Version: 1.4.10
|
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
@@ -19,13 +20,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
BuildRequires: pcsc-lite-devel >= %{pcscver}
|
|
BuildRequires: pcsc-lite-devel >= %{pcscver}
|
|
Requires: %{pcsclib}%{?mark64}
|
|
Requires: %{pcsclib}%{?mark64}
|
|
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
Provides: perl-pcsc = %{version}-%{release}
|
|
Provides: perl-pcsc = %{version}-%{release}
|
|
|
|
|
|
%description
|
|
%description
|
|
This package contains a Perl interface to the PC/SC smart card
|
|
This package contains a Perl interface to the PC/SC smart card
|
|
library.
|
|
library.
|
|
|
|
|
|
|
|
+%description -l ja
|
|
|
|
+このパッケージには PC/SC スマートカードライブラリ用の Perl インタフェース
|
|
|
|
+が含まれています。
|
|
|
|
+
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
@@ -67,6 +72,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Mar 27 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.10-1
|
|
|
|
+- new upstream release
|
|
|
|
+- rebuild with perl-5.12
|
|
|
|
+
|
|
* Sun Feb 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.8-1
|
|
* Sun Feb 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.8-1
|
|
- update to 1.4.8
|
|
- update to 1.4.8
|
|
|
|
|