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-Perl6-Junction] rawhide: Use %{make_build} and %{make_install}
Date: Fri, 25 Sep 2026 09:52:26 GMT [thread overview]
Message-ID: <179032994601.1.9834256926066999516.rpms-perl-Perl6-Junction-e0f6b723ecd9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Perl6-Junction
Branch : rawhide
Commit : e0f6b723ecd93762797b0a9cd099385115446b38
Author : Paul Howarth <paul@city-fan.org>
Date : 2026-09-25T10:51:02+01:00
Stats : +8/-7 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Perl6-Junction/c/e0f6b723ecd93762797b0a9cd099385115446b38?branch=rawhide
Log:
Use %{make_build} and %{make_install}
---
diff --git a/perl-Perl6-Junction.spec b/perl-Perl6-Junction.spec
index 7db31f6..b58b375 100644
--- a/perl-Perl6-Junction.spec
+++ b/perl-Perl6-Junction.spec
@@ -1,6 +1,6 @@
Name: perl-Perl6-Junction
Version: 1.60000
-Release: 36%{?dist}
+Release: 37%{?dist}
Summary: Perl6 style Junction operators in Perl5
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Perl6-Junction
@@ -8,11 +8,10 @@ Source0: https://cpan.metacpan.org/modules/by-module/Perl6/Perl6-Junction
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
BuildRequires: sed
# Module Runtime
BuildRequires: perl(base)
@@ -42,12 +41,11 @@ Provides a limited subset of the functionality of L<Quantum::Superpositions>.
sed -i -e 's/\r$//' Changes
%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
@@ -59,6 +57,9 @@ make test
%{_mandir}/man3/Perl6::Junction.3*
%changelog
+* Fri Sep 25 2026 Paul Howarth <paul@city-fan.org> - 1.60000-37
+- Use %%{make_build} and %%{make_install}
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.60000-36
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
reply other threads:[~2026-09-25 9:52 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=179032994601.1.9834256926066999516.rpms-perl-Perl6-Junction-e0f6b723ecd9@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