public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Set-IntSpan] rawhide: Specify all dependencies
@ 2026-06-03 8:32
0 siblings, 0 replies; only message in thread
From: @ 2026-06-03 8:32 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-03 8:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-03 8:32 [rpms/perl-Set-IntSpan] rawhide: Specify all dependencies
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox