public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/pcsc-perl] epel10: - Rebuild, cosmetics.
Date: Thu, 03 Sep 2026 15:00:11 GMT	[thread overview]
Message-ID: <178844761167.1.12925274247075134717.rpms-pcsc-perl-a978a01cf090@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/pcsc-perl
Branch : epel10
Commit : a978a01cf09068873906eb3723665e4aff121e11
Author : Ville Skyttä <scop@fedoraproject.org>
Date   : 2006-02-15T07:09:32+00:00
Stats  : +15/-11 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/pcsc-perl/c/a978a01cf09068873906eb3723665e4aff121e11?branch=epel10

Log:
- Rebuild, cosmetics.

---
diff --git a/pcsc-perl.spec b/pcsc-perl.spec
index 4323bb1..fee1b27 100644
--- a/pcsc-perl.spec
+++ b/pcsc-perl.spec
@@ -2,7 +2,7 @@
 
 Name:           pcsc-perl
 Version:        1.3.1
-Release: 7
+Release:        8%{?dist}
 Summary:        Perl interface to the PC/SC smart card library
 
 Group:          Development/Libraries
@@ -11,7 +11,8 @@ 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 = %{pcscver}
+BuildRequires:  perl
+BuildRequires:  pcsc-lite-devel = %{pcscver}
 Requires:       pcsc-lite-libs = %{pcscver}
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Provides:       perl-pcsc = %{version}-%{release}
@@ -27,9 +28,9 @@ chmod 644 examples/* # avoid dependencies
 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor INC= \
-  DEFINE=-Wall
-make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" \
+  DEFINE=-Wall INC=
+make %{?_smp_mflags}
 
 
 %install
@@ -41,8 +42,8 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check || :
-# skipping tests
+%check
+# tests need configured readers etc
 
 
 %clean
@@ -51,13 +52,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Changelog LICENCE README examples
-%{perl_vendorarch}/auto/Chipcard
-%{perl_vendorarch}/Chipcard
-%{_mandir}/man3/*.3*
+%doc Changelog LICENCE README examples/
+%{perl_vendorarch}/auto/Chipcard/
+%{perl_vendorarch}/Chipcard/
+%{_mandir}/man3/Chipcard::PCSC*.3*
 
 
 %changelog
+* Wed Feb 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.3.1-8
+- Rebuild, cosmetics.
+
 * Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 1.3.1-7
 - rebuild on all arches
 

                 reply	other threads:[~2026-09-03 15:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178844761167.1.12925274247075134717.rpms-pcsc-perl-a978a01cf090@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox