public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Test-Exception] rawhide: Use %{make_build} and %{make_install}
@ 2026-09-23 12:56 Paul Howarth
0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-09-23 12:56 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Test-Exception
Branch : rawhide
Commit : 7809a6f76b76147eb8ed4d490533e1e644e7ace3
Author : Paul Howarth <paul@city-fan.org>
Date : 2026-09-23T13:55:03+01:00
Stats : +8/-7 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Test-Exception/c/7809a6f76b76147eb8ed4d490533e1e644e7ace3?branch=rawhide
Log:
Use %{make_build} and %{make_install}
---
diff --git a/perl-Test-Exception.spec b/perl-Test-Exception.spec
index 8aa59d4..8e1a180 100644
--- a/perl-Test-Exception.spec
+++ b/perl-Test-Exception.spec
@@ -1,6 +1,6 @@
Name: perl-Test-Exception
Version: 0.43
-Release: 31%{?dist}
+Release: 32%{?dist}
Summary: Library of test functions for exception based Perl code
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Test-Exception
@@ -8,11 +8,10 @@ Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-Exception-
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(Carp)
@@ -44,12 +43,11 @@ Test::More and friends.
chmod -c -x 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
@@ -61,6 +59,9 @@ make test
%{_mandir}/man3/Test::Exception.3*
%changelog
+* Wed Sep 23 2026 Paul Howarth <paul@city-fan.org> - 0.43-32
+- Use %%{make_build} and %%{make_install}
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.43-31
- 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-23 12:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 12:56 [rpms/perl-Test-Exception] 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