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-YAML-Meta] rawhide: Use %{make_build} and %{make_install}
Date: Wed, 23 Sep 2026 09:25:41 GMT	[thread overview]
Message-ID: <179015554171.1.15135320827094505460.rpms-perl-Test-YAML-Meta-625352945a13@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-Test-YAML-Meta
Branch : rawhide
Commit : 625352945a13fb7f2e517c6649a8796f3cee0117
Author : Paul Howarth <paul@city-fan.org>
Date   : 2026-09-23T10:18:23+01:00
Stats  : +11/-9 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Test-YAML-Meta/c/625352945a13fb7f2e517c6649a8796f3cee0117?branch=rawhide

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

---
diff --git a/perl-Test-YAML-Meta.spec b/perl-Test-YAML-Meta.spec
index 211014e..7dca6a5 100644
--- a/perl-Test-YAML-Meta.spec
+++ b/perl-Test-YAML-Meta.spec
@@ -1,6 +1,6 @@
 Name:           perl-Test-YAML-Meta
 Version:        0.22
-Release:        34%{?dist}
+Release:        35%{?dist}
 Summary:        Validation of the META.yml file in a distribution
 License:        Artistic-2.0
 URL:            https://metacpan.org/release/Test-YAML-Meta
@@ -9,11 +9,10 @@ Patch0:         Test-YAML-Meta-0.21-utf8.patch
 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(base)
 BuildRequires:  perl(strict)
@@ -26,7 +25,8 @@ BuildRequires:  perl(Test::CPAN::Meta::JSON)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(Test::Pod::Coverage) >= 0.08
-# Runtime
+# Dependencies
+# (none)
 
 %description
 This module was written to ensure that a META.yml file, provided with a
@@ -41,12 +41,11 @@ ExtUtils::MakeMaker, Module::Build and Module::Install.
 %patch -P0
 
 %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 +58,9 @@ make test AUTOMATED_TESTING=1
 %{_mandir}/man3/Test::YAML::Meta.3*
 
 %changelog
+* Wed Sep 23 2026 Paul Howarth <paul@city-fan.org> - 0.22-35
+- Use %%{make_build} and %%{make_install}
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.22-34
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 
@@ -75,7 +77,7 @@ make test AUTOMATED_TESTING=1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
 
 * Sat Apr 20 2024 Miroslav Suchý <msuchy@redhat.com> - 0.22-29
-- convert license to SPDX
+- Convert license to SPDX
 
 * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.22-28
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

                 reply	other threads:[~2026-09-23  9:25 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=179015554171.1.15135320827094505460.rpms-perl-Test-YAML-Meta-625352945a13@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