public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pcsc-perl] epel10: - 1.4.1.
@ 2026-09-03 15:00
0 siblings, 0 replies; only message in thread
From: @ 2026-09-03 15:00 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/pcsc-perl
Branch : epel10
Commit : 52c50aea8ad7e6f64a3ea9b5abe122e59629282f
Author : Ville Skyttä <scop@fedoraproject.org>
Date : 2006-03-06T15:43:20+00:00
Stats : +15/-9 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/pcsc-perl/c/52c50aea8ad7e6f64a3ea9b5abe122e59629282f?branch=epel10
Log:
- 1.4.1.
- Don't hardcode required pcsc-lite-libs version, use shared lib file
instead.
- Convert docs to UTF-8.
---
diff --git a/.cvsignore b/.cvsignore
index cb36d45..2939122 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-pcsc-perl-1.3.1.tar.gz
+pcsc-perl-1.4.1.tar.gz
diff --git a/pcsc-perl.spec b/pcsc-perl.spec
index fee1b27..825c242 100644
--- a/pcsc-perl.spec
+++ b/pcsc-perl.spec
@@ -1,8 +1,9 @@
-%define pcscver 1.2.0
+%define pcscver 1.3.0
+%define pcsclib %{_libdir}/libpcsclite.so.1
Name: pcsc-perl
-Version: 1.3.1
-Release: 8%{?dist}
+Version: 1.4.1
+Release: 1%{?dist}
Summary: Perl interface to the PC/SC smart card library
Group: Development/Libraries
@@ -12,8 +13,8 @@ Source0: http://ludovic.rousseau.free.fr/softwares/pcsc-perl/%{name}-%{ve
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl
-BuildRequires: pcsc-lite-devel = %{pcscver}
-Requires: pcsc-lite-libs = %{pcscver}
+BuildRequires: pcsc-lite-devel >= %{pcscver}
+Requires: %{pcsclib}
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Provides: perl-pcsc = %{version}-%{release}
@@ -25,11 +26,11 @@ library.
%prep
%setup -q
chmod 644 examples/* # avoid dependencies
+f=README ; 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 INC=
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" DEFINE=-Wall
make %{?_smp_mflags}
@@ -59,6 +60,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Mar 6 2006 Ville Skyttä <ville.skytta at iki.fi> - 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ä <ville.skytta at iki.fi> - 1.3.1-8
- Rebuild, cosmetics.
diff --git a/sources b/sources
index da791e6..bc8dba5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c1869b5b726f7ab5b1bda88b390c821 pcsc-perl-1.3.1.tar.gz
+0a432f4fd6414aa3122b53a091b47064 pcsc-perl-1.4.1.tar.gz
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-03 15:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03 15:00 [rpms/pcsc-perl] epel10: - 1.4.1
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox