public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Proc-Wait3] rawhide: Take into account re-review feedback (#2497525)
@ 2026-07-12  7:04 Emmanuel Seyman
  0 siblings, 0 replies; only message in thread
From: Emmanuel Seyman @ 2026-07-12  7:04 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Proc-Wait3
Branch : rawhide
Commit : 079a09939b5f7a0075ec581c22f74afa384b140c
Author : Emmanuel Seyman <emmanuel@seyman.fr>
Date   : 2026-07-12T09:04:18+02:00
Stats  : +14/-10 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Proc-Wait3/c/079a09939b5f7a0075ec581c22f74afa384b140c?branch=rawhide

Log:
Take into account re-review feedback (#2497525)

---
diff --git a/perl-Proc-Wait3.spec b/perl-Proc-Wait3.spec
index 06552e8..6d7040e 100644
--- a/perl-Proc-Wait3.spec
+++ b/perl-Proc-Wait3.spec
@@ -1,19 +1,20 @@
 Name:           perl-Proc-Wait3
 Version:        0.05
-Release:        36%{?dist}
+Release:        37%{?dist}
 Summary:        Perl extension for wait3 system call
 License:        GPL-1.0-or-later OR Artistic-1.0-Perl
-URL:            https://metacpan.org/release/Proc-Wait3
+URL:            https://metacpan.org/dist/Proc-Wait3
 Source0:        https://cpan.metacpan.org/authors/id/C/CT/CTILMES/Proc-Wait3-%{version}.tar.gz
 
-BuildRequires:  %{__make}
+BuildRequires:  coreutils
+BuildRequires:  make
 BuildRequires:  gcc
-BuildRequires:  %{__perl}
+BuildRequires:  perl-interpreter
 BuildRequires:  /usr/bin/iconv
 
 BuildRequires:  perl-devel
 BuildRequires:  perl-generators
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 # Run-time:
 BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(Exporter)
@@ -32,7 +33,7 @@ similar to the perl "wait" function.
 mv Changes~ Changes
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" NO_PACKLIST=1 NO_PERLLOCAL=1
+/usr/bin/perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" NO_PACKLIST=1 NO_PERLLOCAL=1
 %{make_build}
 
 %install
@@ -40,16 +41,19 @@ mv Changes~ Changes
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-%{__make} test
+%{make_build} test
 
 %files
 %doc Changes README
 %license LICENSE
-%{perl_vendorarch}/auto/*
-%{perl_vendorarch}/Proc*
-%{_mandir}/man3/*
+%{perl_vendorarch}/auto/Proc/Wait3/Wait3.so
+%{perl_vendorarch}/Proc/Wait3.pm
+%{_mandir}/man3/Proc::Wait3.3pm*
 
 %changelog
+* Mon Jul 06 2026 Emmanuel Seyman <emmanuel@seyman.fr> - 0.05-37
+- Recreated for Fedora
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.05-36
 - 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-07-12  7:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-12  7:04 [rpms/perl-Proc-Wait3] rawhide: Take into account re-review feedback (#2497525) Emmanuel Seyman

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