public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Path-Iter] epel10: Modernize spec.
Date: Tue, 09 Jun 2026 15:24:40 GMT [thread overview]
Message-ID: <178101868040.1.6640252774381126175.rpms-perl-Path-Iter-e8e3c236c37c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Path-Iter
Branch : epel10
Commit : e8e3c236c37c384c33838a5a95f62e1eadda18a5
Author : Ralf Corsépius <corsepiu@fedoraproject.org>
Date : 2022-11-29T15:53:13+01:00
Stats : +9/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Path-Iter/c/e8e3c236c37c384c33838a5a95f62e1eadda18a5?branch=epel10
Log:
Modernize spec.
Convert license to SPDX.
---
diff --git a/perl-Path-Iter.spec b/perl-Path-Iter.spec
index e01061c..a218b12 100644
--- a/perl-Path-Iter.spec
+++ b/perl-Path-Iter.spec
@@ -1,13 +1,12 @@
Name: perl-Path-Iter
Version: 0.2
-Release: 16%{?dist}
+Release: 17%{?dist}
Summary: Simple Efficient Path Iteration
-License: GPL+ or Artistic
+License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Path-Iter
Source0: https://cpan.metacpan.org/authors/id/D/DM/DMUEY/Path-Iter-%{version}.tar.gz
BuildArch: noarch
-BuildRequires: make
BuildRequires: %{__perl}
BuildRequires: %{__make}
@@ -33,11 +32,11 @@ entire list first.
%setup -q -n Path-Iter-%{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
+%{make_install}
%{_fixperms} $RPM_BUILD_ROOT/*
%check
@@ -49,6 +48,10 @@ entire list first.
%{_mandir}/man3/*
%changelog
+* Tue Nov 29 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.2-17
+- Modernize spec.
+- Convert license to SPDX.
+
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
reply other threads:[~2026-06-09 15:24 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=178101868040.1.6640252774381126175.rpms-perl-Path-Iter-e8e3c236c37c@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