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-Software-License-CCpack] rawhide: Use %{make_build} and %{make_install}
Date: Thu, 24 Sep 2026 14:03:51 GMT	[thread overview]
Message-ID: <179025863175.1.2840539783616768807.rpms-perl-Software-License-CCpack-b4bfdf10adab@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-Software-License-CCpack
Branch : rawhide
Commit : b4bfdf10adab9f257fc0499e6eb59d657bf5cf8e
Author : Paul Howarth <paul@city-fan.org>
Date   : 2026-09-24T15:02:16+01:00
Stats  : +9/-7 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Software-License-CCpack/c/b4bfdf10adab9f257fc0499e6eb59d657bf5cf8e?branch=rawhide

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

---
diff --git a/perl-Software-License-CCpack.spec b/perl-Software-License-CCpack.spec
index 7494191..dccbe9c 100644
--- a/perl-Software-License-CCpack.spec
+++ b/perl-Software-License-CCpack.spec
@@ -15,7 +15,7 @@
 
 Name:		perl-Software-License-CCpack
 Version:	1.11
-Release:	43%{?dist}
+Release:	44%{?dist}
 Summary:	Software::License pack for Creative Commons' licenses
 License:	LGPL-3.0-only
 URL:		https://metacpan.org/release/Software-License-CCpack
@@ -23,11 +23,10 @@ Source0:	https://cpan.metacpan.org/authors/id/B/BB/BBYRD/Software-License-CCpack
 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(Software::License)
@@ -45,6 +44,7 @@ BuildRequires:	perl(Test::CheckDeps) >= 0.010
 BuildRequires:	perl(Test::More) >= 0.96
 # Extra Tests
 %if 0%{!?perl_bootstrap:1} && %{with perl_Software_License_CCpack_enables_extra_tests}
+BuildRequires:	findutils
 BuildRequires:	perl(Pod::Coverage::TrustPod)
 BuildRequires:	perl(Test::CPAN::Meta::JSON)
 BuildRequires:	perl(Test::DistManifest)
@@ -76,12 +76,11 @@ exist for those other purposes.
 %setup -q -n Software-License-CCpack-%{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
@@ -122,6 +121,9 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" RELEASE_TESTING=1
 %{_mandir}/man3/Software::License::CC_PDM_1_0.3*
 
 %changelog
+* Thu Sep 24 2026 Paul Howarth <paul@city-fan.org> - 1.11-44
+- Use %%{make_build} and %%{make_install}
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-43
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

                 reply	other threads:[~2026-09-24 14:03 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=179025863175.1.2840539783616768807.rpms-perl-Software-License-CCpack-b4bfdf10adab@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