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-Perl-OSType] rawhide: Use %{make_build} and %{make_install}
Date: Fri, 25 Sep 2026 09:04:40 GMT	[thread overview]
Message-ID: <179032708016.1.7726639218873364072.rpms-perl-Perl-OSType-e63d8c2dc0d4@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-Perl-OSType
Branch : rawhide
Commit : e63d8c2dc0d4b0a3579df41a82111dcffa123963
Author : Paul Howarth <paul@city-fan.org>
Date   : 2026-09-25T10:02:31+01:00
Stats  : +9/-7 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Perl-OSType/c/e63d8c2dc0d4b0a3579df41a82111dcffa123963?branch=rawhide

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

---
diff --git a/perl-Perl-OSType.spec b/perl-Perl-OSType.spec
index dde6f1d..3c29dbf 100644
--- a/perl-Perl-OSType.spec
+++ b/perl-Perl-OSType.spec
@@ -3,7 +3,7 @@
 
 Name:		perl-Perl-OSType
 Version:	1.010
-Release:	528%{?dist}
+Release:	529%{?dist}
 Summary:	Map Perl operating system names to generic types
 License:	GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:		https://metacpan.org/release/Perl-OSType
@@ -12,11 +12,10 @@ Patch2:		Perl-OSType-1.010-stopwords.patch
 BuildArch:	noarch
 # Build
 BuildRequires:	coreutils
-BuildRequires:	findutils
 BuildRequires:	make
 BuildRequires:	perl-generators
 BuildRequires:	perl-interpreter
-BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.17
+BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.76
 # Module
 BuildRequires:	perl(Exporter)
 BuildRequires:	perl(strict)
@@ -29,6 +28,7 @@ BuildRequires:	perl(Test::More) >= 0.88
 # Optional tests, not run for this dual-lived module when bootstrapping
 # Also not run for EPEL builds due to package unavailability
 %if !%{defined perl_bootstrap} && 0%{?fedora} && %{with perl_Perl_OSType_enables_optional_test}
+BuildRequires:	findutils
 BuildRequires:	glibc-langpack-en
 BuildRequires:	perl(CPAN::Meta) >= 2.120900
 BuildRequires:	perl(CPAN::Meta::Prereqs)
@@ -67,12 +67,11 @@ systems are given the type 'Windows' rather than 'Win32').
 %patch -P 2
 
 %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
@@ -88,6 +87,9 @@ LANG=en_US make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %{_mandir}/man3/Perl::OSType.3*
 
 %changelog
+* Fri Sep 25 2026 Paul Howarth <paul@city-fan.org> - 1.010-529
+- Use %%{make_build} and %%{make_install}
+
 * Thu Jul 23 2026 Jitka Plesnikova <jplesnik@redhat.com> - 1.010-528
 - Perl 5.44 re-rebuild of bootstrapped packages
 

                 reply	other threads:[~2026-09-25  9:04 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=179032708016.1.7726639218873364072.rpms-perl-Perl-OSType-e63d8c2dc0d4@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