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

A new commit has been pushed.

Repo   : rpms/perl-Set-Scalar
Branch : rawhide
Commit : 7213ab2baaa16edbc29a437faf79f8334c9a256a
Author : Paul Howarth <paul@city-fan.org>
Date   : 2026-09-24T15:16:08+01:00
Stats  : +8/-7 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Set-Scalar/c/7213ab2baaa16edbc29a437faf79f8334c9a256a?branch=rawhide

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

---
diff --git a/perl-Set-Scalar.spec b/perl-Set-Scalar.spec
index 7681318..9b4dbe3 100644
--- a/perl-Set-Scalar.spec
+++ b/perl-Set-Scalar.spec
@@ -1,6 +1,6 @@
 Name:           perl-Set-Scalar
 Version:        1.29
-Release:        33%{?dist}
+Release:        34%{?dist}
 Summary:        Basic set operations
 License:        GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:            https://metacpan.org/release/Set-Scalar
@@ -8,11 +8,10 @@ Source0:        https://cpan.metacpan.org/authors/id/D/DA/DAVIDO/Set-Scalar-%{ve
 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(constant)
 BuildRequires:  perl(Exporter)
@@ -31,12 +30,11 @@ BuildRequires:  perl(Carp)
 %setup -q -n Set-Scalar-%{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
@@ -55,6 +53,9 @@ make test
 %{_mandir}/man3/Set::Scalar::Virtual.3*
 
 %changelog
+* Thu Sep 24 2026 Paul Howarth <paul@city-fan.org> - 1.29-34
+- Use %%{make_build} and %%{make_install}
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.29-33
 - 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:17 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:17 [rpms/perl-Set-Scalar] 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