public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Path-Iter] epel10: Modernize spec.
@ 2026-06-09 15:24
0 siblings, 0 replies; only message in thread
From: @ 2026-06-09 15:24 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-09 15:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 15:24 [rpms/perl-Path-Iter] epel10: Modernize spec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox