public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jitka Plesnikova <jplesnik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Parse-CPAN-Packages] epel10: Use make_* macros
Date: Tue, 25 Aug 2026 14:41:36 GMT [thread overview]
Message-ID: <178766889607.1.2954037432117930537.rpms-perl-Parse-CPAN-Packages-d5611de0f5d6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Parse-CPAN-Packages
Branch : epel10
Commit : d5611de0f5d6d7b20d76f131ea18aadcc4228c89
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date : 2020-02-26T10:58:14+01:00
Stats : +5/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Parse-CPAN-Packages/c/d5611de0f5d6d7b20d76f131ea18aadcc4228c89?branch=epel10
Log:
Use make_* macros
---
diff --git a/perl-Parse-CPAN-Packages.spec b/perl-Parse-CPAN-Packages.spec
index bf66e4a..d9cfdd1 100644
--- a/perl-Parse-CPAN-Packages.spec
+++ b/perl-Parse-CPAN-Packages.spec
@@ -8,8 +8,9 @@ Source0: https://cpan.metacpan.org/authors/id/M/MI/MITHALDU/Parse-CPAN-Pa
Patch0: Parse-CPAN-Packages-2.40-Test::InDistDir.patch
BuildArch: noarch
# Module Build
-BuildRequires: perl-interpreter
+BuildRequires: make
BuildRequires: perl-generators
+BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
@@ -44,11 +45,11 @@ interface to the data contained within.
find . -type f -exec chmod -c -x {} \;
%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=%{buildroot}
+%{make_install}
%{_fixperms} %{buildroot}
%check
reply other threads:[~2026-08-25 14:41 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=178766889607.1.2954037432117930537.rpms-perl-Parse-CPAN-Packages-d5611de0f5d6@fedoraproject.org \
--to=jplesnik@redhat.com \
--cc=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