public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pcsc-perl] epel10: On a 2nd thought: provide perl-pcsc, fixate required pcsc-lite version to
@ 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 : 65dce1b7577dc15b581c6fddb5d5fc5ba8f8f52d
        Author : Ville Skyttä <scop@fedoraproject.org>
        Date   : 2005-05-19T19:42:20+00:00
        Stats  : +6/-3 in 1 file(s)
        URL    : https://src.fedoraproject.org/rpms/pcsc-perl/c/65dce1b7577dc15b581c6fddb5d5fc5ba8f8f52d?branch=epel10

        Log:
        On a 2nd thought: provide perl-pcsc, fixate required pcsc-lite version to
1.2.0

---
diff --git a/pcsc-perl.spec b/pcsc-perl.spec
index c11b9f4..67ff8c2 100644
--- a/pcsc-perl.spec
+++ b/pcsc-perl.spec
@@ -1,3 +1,5 @@
+%define pcscver 1.2.0
+
 Name:           pcsc-perl
 Version:        1.3.1
 Release:        6
@@ -9,9 +11,10 @@ URL:            http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
 Source0:        http://ludovic.rousseau.free.fr/softwares/pcsc-perl/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  perl >= 1:5.6.1, pcsc-lite-devel
-Requires:       pcsc-lite-libs = 1.2.0
+BuildRequires:  perl >= 1:5.6.1, pcsc-lite-devel = %{pcscver}
+Requires:       pcsc-lite-libs = %{pcscver}
 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
@@ -56,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 * Thu May 19 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.3.1-6
-- Rebuild.
+- Provide perl-pcsc, fixate required pcsc-lite version to 1.2.0.
 
 * Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.3.1-5
 - rebuilt

^ 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: On a 2nd thought: provide perl-pcsc, fixate required pcsc-lite version to 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox