public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Test-Signature] rawhide: Use %{make_build} and %{make_install}
@ 2026-09-23 10:47 Paul Howarth
  0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-09-23 10:47 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Test-Signature
Branch : rawhide
Commit : 789fbed8b8d4189c436de8f8f781c76eb9a3a2a5
Author : Paul Howarth <paul@city-fan.org>
Date   : 2026-09-23T11:45:56+01:00
Stats  : +8/-7 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Test-Signature/c/789fbed8b8d4189c436de8f8f781c76eb9a3a2a5?branch=rawhide

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

---
diff --git a/perl-Test-Signature.spec b/perl-Test-Signature.spec
index ee7a3d5..49708cf 100644
--- a/perl-Test-Signature.spec
+++ b/perl-Test-Signature.spec
@@ -9,7 +9,7 @@
 
 Name:           perl-Test-Signature
 Version:        1.11
-Release:        37%{?dist}
+Release:        38%{?dist}
 Summary:        Automated SIGNATURE testing
 License:        GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:            https://metacpan.org/release/Test-Signature
@@ -23,7 +23,6 @@ Patch1:         Test-Signature-1.11-Resign-patched-code.patch
 BuildArch:      noarch
 # Module Build
 BuildRequires:  coreutils
-BuildRequires:  findutils
 BuildRequires:  gnupg2
 BuildRequires:  make
 BuildRequires:  perl-generators
@@ -31,7 +30,7 @@ BuildRequires:  perl-interpreter
 # Dependencies of bundled Module::Install
 BuildRequires:  perl(Config)
 BuildRequires:  perl(Cwd)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(ExtUtils::Manifest)
 BuildRequires:  perl(Fcntl)
 BuildRequires:  perl(File::Find)
@@ -77,12 +76,11 @@ gpg2 --import %{SOURCE1}
 gpg2 --import %{SOURCE2}
 
 %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
@@ -98,6 +96,9 @@ rm -rf %{buildroot} %{gnupghome}
 %{_mandir}/man3/Test::Signature.3*
 
 %changelog
+* Wed Sep 23 2026 Paul Howarth <paul@city-fan.org> - 1.11-38
+- Use %%{make_build} and %%{make_install}
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-37
 - 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 10:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 10:47 [rpms/perl-Test-Signature] 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