public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-File-CheckTree] epel10: Simplify build and install phases
@ 2026-08-26 11:11
0 siblings, 0 replies; only message in thread
From: @ 2026-08-26 11:11 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-File-CheckTree
Branch : epel10
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
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-26 11:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26 11:11 [rpms/perl-File-CheckTree] epel10: Simplify build and install phases
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox