public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Software-License-CCpack] rawhide: Use %{make_build} and %{make_install}
@ 2026-09-24 14:03 Paul Howarth
0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-09-24 14:03 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-24 14:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-24 14:03 [rpms/perl-Software-License-CCpack] rawhide: Use %{make_build} and %{make_install} Paul Howarth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox