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-Test-Modern] rawhide: Use %{make_build} and %{make_install}
Date: Wed, 23 Sep 2026 12:27:20 GMT [thread overview]
Message-ID: <179016644039.1.3581360670646117294.rpms-perl-Test-Modern-3819550029ee@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Test-Modern
Branch : rawhide
Commit : 3819550029ee81b958301ecdef78c86f00804019
Author : Paul Howarth <paul@city-fan.org>
Date : 2026-09-23T13:25:58+01:00
Stats : +8/-7 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Test-Modern/c/3819550029ee81b958301ecdef78c86f00804019?branch=rawhide
Log:
Use %{make_build} and %{make_install}
---
diff --git a/perl-Test-Modern.spec b/perl-Test-Modern.spec
index 6bb580e..2380c74 100644
--- a/perl-Test-Modern.spec
+++ b/perl-Test-Modern.spec
@@ -1,6 +1,6 @@
Name: perl-Test-Modern
Version: 0.013
-Release: 33%{?dist}
+Release: 34%{?dist}
Summary: Precision testing for modern perl
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Test-Modern
@@ -8,12 +8,11 @@ Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-Modern-%{version}
BuildArch: noarch
# Module Build
BuildRequires: coreutils
-BuildRequires: findutils
BuildRequires: make
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.000
-BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
# Module Runtime
BuildRequires: perl(B)
BuildRequires: perl(Cwd)
@@ -69,12 +68,11 @@ and loads IO::File (much of the same stuff Modern::Perl does).
%setup -q -n Test-Modern-%{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
@@ -87,6 +85,9 @@ make test
%{_mandir}/man3/Test::Modern.3*
%changelog
+* Wed Sep 23 2026 Paul Howarth <paul@city-fan.org> - 0.013-34
+- Use %%{make_build} and %%{make_install}
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.013-33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
reply other threads:[~2026-09-23 12:27 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=179016644039.1.3581360670646117294.rpms-perl-Test-Modern-3819550029ee@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