public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Set-IntSpan] rawhide: Specify all dependencies
Date: Wed, 03 Jun 2026 08:32:06 GMT	[thread overview]
Message-ID: <178047552674.1.3612798547535096638.rpms-perl-Set-IntSpan-43b9f098234a@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/perl-Set-IntSpan
            Branch : rawhide
            Commit : 43b9f098234ae7d3aaa6d3dc15dcc60886ab3d75
            Author : Petr Písař <ppisar@redhat.com>
            Date   : 2026-06-03T10:25:43+02:00
            Stats  : +26/-16 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/perl-Set-IntSpan/c/43b9f098234ae7d3aaa6d3dc15dcc60886ab3d75?branch=rawhide

            Log:
            Specify all dependencies

And modernize the spec file.

---
diff --git a/perl-Set-IntSpan.spec b/perl-Set-IntSpan.spec
index 661449e..8e4a213 100644
--- a/perl-Set-IntSpan.spec
+++ b/perl-Set-IntSpan.spec
@@ -1,49 +1,59 @@
 Name:           perl-Set-IntSpan
 Version:        1.19
-Release:        37%{?dist}
+Release:        38%{?dist}
 Summary:        Perl module for managing sets of integers
-
 License:        GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:            https://metacpan.org/release/Set-IntSpan
 Source0:        https://cpan.metacpan.org/authors/id/S/SW/SWMCD/Set-IntSpan-%{version}.tar.gz
-
 BuildArch:      noarch
-
-BuildRequires:  %{__make}
+BuildRequires:  coreutils
+BuildRequires:  make
 BuildRequires:  perl-generators
-BuildRequires:  perl(ExtUtils::MakeMaker)
-
+BuildRequires:  perl-interpreter
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+# Run-time:
+BuildRequires:  perl(:VERSION) >= 5
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(if)
+BuildRequires:  perl(integer)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(strict)
+# Tests:
+BuildRequires:  perl(Config)
+Requires:       perl(integer)
 
 %description
 Set::IntSpan manages sets of integers. It is optimized for sets that
 have long runs of consecutive integers.
 
-
 %prep
 %setup -q -n Set-IntSpan-%{version}
 
-
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
 %{make_build}
 
-
 %install
 %{make_install}
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-
 %check
-%{__make} test
-
+export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print $1} else {print 1}' -- '%{?_smp_mflags}')
+make test
 
 %files
 %doc Changes README
-%{perl_vendorlib}/Set/
+%dir %{perl_vendorlib}/Set
+%{perl_vendorlib}/Set/IntSpan.pm
 %{_mandir}/man3/Set::IntSpan.3*
 
-
 %changelog
+* Wed Jun 03 2026 Petr Pisar <ppisar@redhat.com> - 1.19-38
+- Specify all dependencies
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.19-37
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

                 reply	other threads:[~2026-06-03  8:32 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=178047552674.1.3612798547535096638.rpms-perl-Set-IntSpan-43b9f098234a@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