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

A new commit has been pushed.

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

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

---
diff --git a/perl-Scalar-Properties.spec b/perl-Scalar-Properties.spec
index 9169f45..8533989 100644
--- a/perl-Scalar-Properties.spec
+++ b/perl-Scalar-Properties.spec
@@ -13,7 +13,7 @@
 
 Name:           perl-Scalar-Properties
 Version:        1.100860
-Release:        42%{?dist}
+Release:        43%{?dist}
 Summary:        Run-time properties on scalar variables
 License:        GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:            https://metacpan.org/release/Scalar-Properties
@@ -25,11 +25,10 @@ BuildArch:      noarch
 # Build requirements
 # ===================================================================
 BuildRequires:  coreutils
-BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl-generators
 BuildRequires:  perl-interpreter
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.11
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 # ===================================================================
 # Module requirements
 # ===================================================================
@@ -89,12 +88,11 @@ manipulations are objects themselves.
 %patch -P 3 -p1
 
 %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
@@ -111,6 +109,9 @@ make test
 %{_mandir}/man3/Scalar::Properties.3*
 
 %changelog
+* Thu Sep 24 2026 Paul Howarth <paul@city-fan.org> - 1.100860-43
+- Use %%{make_build} and %%{make_install}
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.100860-42
 - 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:34 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:34 [rpms/perl-Scalar-Properties] 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