public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Paul Howarth <paul@city-fan.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Taint-Runtime] rawhide: Use %{make_build} and %{make_install}
Date: Wed, 23 Sep 2026 17:36:41 GMT [thread overview]
Message-ID: <179018500162.1.12932023767337032458.rpms-perl-Taint-Runtime-1eefa83e5396@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Taint-Runtime
Branch : rawhide
Commit : 1eefa83e5396d055079508ec7cb0a66bfbcc7c4f
Author : Paul Howarth <paul@city-fan.org>
Date : 2026-09-23T17:05:42+01:00
Stats : +8/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Taint-Runtime/c/1eefa83e5396d055079508ec7cb0a66bfbcc7c4f?branch=rawhide
Log:
Use %{make_build} and %{make_install}
---
diff --git a/perl-Taint-Runtime.spec b/perl-Taint-Runtime.spec
index 31b9a27..7917699 100644
--- a/perl-Taint-Runtime.spec
+++ b/perl-Taint-Runtime.spec
@@ -1,6 +1,6 @@
Name: perl-Taint-Runtime
Version: 0.03
-Release: 60%{?dist}
+Release: 61%{?dist}
Summary: Runtime enable taint checking
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Taint-Runtime
@@ -13,7 +13,7 @@ BuildRequires: make
BuildRequires: perl-devel
BuildRequires: perl-generators
BuildRequires: perl-interpreter
-BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
# Run-time:
BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
@@ -39,12 +39,11 @@ good reason for not using the -T option, you should use the -T option.
chmod -c +x is_taint_bench.pl
%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}
@@ -58,6 +57,9 @@ make test
%{_mandir}/man3/Taint::Runtime.3*
%changelog
+* Wed Sep 23 2026 Paul Howarth <paul@city-fan.org> - 0.03-61
+- Use %%{make_build} and %%{make_install}
+
* Wed Jul 22 2026 Jitka Plesnikova <jplesnik@redhat.com> - 0.03-60
- Perl 5.44 rebuild
reply other threads:[~2026-09-23 17:36 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=179018500162.1.12932023767337032458.rpms-perl-Taint-Runtime-1eefa83e5396@fedoraproject.org \
--to=paul@city-fan.org \
--cc=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