public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Devel-FindPerl] epel10.3: Simplify build and install phase
@ 2026-08-26 6:30
0 siblings, 0 replies; only message in thread
From: @ 2026-08-26 6:30 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Devel-FindPerl
Branch : epel10.3
Commit : ddb207d15228414e9fc8f1ec47ba419398a8fe2d
Author : Michal Josef Špaček <mspacek@redhat.com>
Date : 2022-12-16T14:04:57+01:00
Stats : +5/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Devel-FindPerl/c/ddb207d15228414e9fc8f1ec47ba419398a8fe2d?branch=epel10.3
Log:
Simplify build and install phase
---
diff --git a/perl-Devel-FindPerl.spec b/perl-Devel-FindPerl.spec
index 0cacb89..ae5a964 100644
--- a/perl-Devel-FindPerl.spec
+++ b/perl-Devel-FindPerl.spec
@@ -33,12 +33,12 @@ This module tries to find the path to the currently running perl.
%setup -q -n Devel-FindPerl-%{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
make test
@@ -51,6 +51,7 @@ make test
%changelog
* Fri Dec 16 2022 Michal Josef Špaček <mspacek@redhat.com> - 0.016-3
+- Simplify build and install phase
- Update license to SPDX format
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.016-2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-26 6:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26 6:30 [rpms/perl-Devel-FindPerl] epel10.3: Simplify build and install phase
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox