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

A new commit has been pushed.

Repo   : rpms/perl-Taint-Util
Branch : rawhide
Commit : 5f4ad86e930f4a769a3a614b0a0c2839d12176a3
Author : Paul Howarth <paul@city-fan.org>
Date   : 2026-09-23T16:50:59+01:00
Stats  : +8/-6 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Taint-Util/c/5f4ad86e930f4a769a3a614b0a0c2839d12176a3?branch=rawhide

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

---
diff --git a/perl-Taint-Util.spec b/perl-Taint-Util.spec
index f2fd2a9..d83e6b2 100644
--- a/perl-Taint-Util.spec
+++ b/perl-Taint-Util.spec
@@ -1,6 +1,6 @@
 Name:		perl-Taint-Util
 Version:	0.08
-Release:	44%{?dist}
+Release:	45%{?dist}
 Summary:	Test for and flip the taint flag without regex matches or eval
 License:	GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:		https://metacpan.org/release/Taint-Util
@@ -14,7 +14,7 @@ BuildRequires:	make
 BuildRequires:	perl-devel
 BuildRequires:	perl-generators
 BuildRequires:	perl-interpreter
-BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:	perl(Pod::Man) >= 2.26
 BuildRequires:	perl(warnings)
 # ============= Module Runtime ==================
@@ -41,12 +41,11 @@ checks and flips a flag on the scalar in-place.
 %patch -P 0
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-make %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE="%{optflags}"
+%{make_build}
 
 %install
-make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -delete
+%{make_install}
 find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} -c %{buildroot}
 
@@ -61,6 +60,9 @@ make test
 %{_mandir}/man3/Taint::Util.3*
 
 %changelog
+* Wed Sep 23 2026 Paul Howarth <paul@city-fan.org> - 0.08-45
+- Use %%{make_build} and %%{make_install}
+
 * Wed Jul 22 2026 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-44
 - Perl 5.44 rebuild
 

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

only message in thread, other threads:[~2026-09-23 15:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 15:54 [rpms/perl-Taint-Util] 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