public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-File-CheckTree] epel10.2: Simplify build and install phases
Date: Wed, 26 Aug 2026 11:14:41 GMT	[thread overview]
Message-ID: <178774288172.1.18124648679768085566.rpms-perl-File-CheckTree-73a7938fecc8@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-File-CheckTree
Branch : epel10.2
Commit : 73a7938fecc8810d203213eb6cafee8d8133e9f2
Author : Michal Josef Špaček <mspacek@redhat.com>
Date   : 2022-12-15T12:14:37+01:00
Stats  : +5/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-File-CheckTree/c/73a7938fecc8810d203213eb6cafee8d8133e9f2?branch=epel10.2

Log:
Simplify build and install phases

---
diff --git a/perl-File-CheckTree.spec b/perl-File-CheckTree.spec
index c1e4885..da5afb2 100644
--- a/perl-File-CheckTree.spec
+++ b/perl-File-CheckTree.spec
@@ -42,12 +42,12 @@ or warn() message, you can use $file to interpolate the file name.
 %setup -q -n File-CheckTree-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
-make %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
+%{make_build}
 
 %install
-make pure_install DESTDIR=$RPM_BUILD_ROOT
-%{_fixperms} $RPM_BUILD_ROOT/*
+%{make_install}
+%{_fixperms} %{buildroot}/*
 
 %check
 unset RELEASE_TESTING
@@ -61,6 +61,7 @@ make test
 
 %changelog
 * Thu Dec 15 2022 Michal Josef Špaček <mspacek@redhat.com> - 4.42-316
+- Simplify build and install phases
 - Update license to SPDX format
 
 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.42-315

                 reply	other threads:[~2026-08-26 11:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178774288172.1.18124648679768085566.rpms-perl-File-CheckTree-73a7938fecc8@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox