public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Perl6-Slurp] rawhide: Use %{make_build} and %{make_install}
@ 2026-09-25  9:39 Paul Howarth
  0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-09-25  9:39 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Perl6-Slurp
Branch : rawhide
Commit : 35da364f1b7845232c1cdb39255db97db182785b
Author : Paul Howarth <paul@city-fan.org>
Date   : 2026-09-25T10:38:11+01:00
Stats  : +8/-7 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Perl6-Slurp/c/35da364f1b7845232c1cdb39255db97db182785b?branch=rawhide

Log:
Use %{make_build} and %{make_install}

---
diff --git a/perl-Perl6-Slurp.spec b/perl-Perl6-Slurp.spec
index 4e93da9..5c5a927 100644
--- a/perl-Perl6-Slurp.spec
+++ b/perl-Perl6-Slurp.spec
@@ -1,6 +1,6 @@
 Name:           perl-Perl6-Slurp
 Version:        0.051005
-Release:        36%{?dist}
+Release:        37%{?dist}
 Summary:        Implementation of the Perl 6 'slurp' built-in
 License:        GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:            https://metacpan.org/release/Perl6-Slurp
@@ -8,11 +8,10 @@ Source0:        https://cpan.metacpan.org/modules/by-module/Perl6/Perl6-Slurp-%{
 BuildArch:      noarch
 # Module Build
 BuildRequires:  coreutils
-BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl-generators
 BuildRequires:  perl-interpreter
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 # Module Runtime
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Scalar::Util)
@@ -44,12 +43,11 @@ read the stream, it throws an exception.
 %setup -qn Perl6-Slurp-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
+%{make_build}
 
 %install
-make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -delete
+%{make_install}
 %{_fixperms} -c %{buildroot}
 
 %check
@@ -61,6 +59,9 @@ make test
 %{_mandir}/man3/Perl6::Slurp.3*
 
 %changelog
+* Fri Sep 25 2026 Paul Howarth <paul@city-fan.org> - 0.051005-37
+- Use %%{make_build} and %%{make_install}
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.051005-36
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-25  9:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25  9:39 [rpms/perl-Perl6-Slurp] rawhide: Use %{make_build} and %{make_install} Paul Howarth

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