public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perltidy] epel10: Update to 20250616
@ 2026-08-25 17:45 Paul Howarth
0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-08-25 17:45 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perltidy
Branch : epel10
Commit : 9dfb726e31e0199a0c2148a79b893d6f96f21e2f
Author : Paul Howarth <paul@city-fan.org>
Date : 2025-06-16T08:20:19+01:00
Stats : +10/-7 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/perltidy/c/9dfb726e31e0199a0c2148a79b893d6f96f21e2f?branch=epel10
Log:
Update to 20250616
- New upstream release 20250616 (see CHANGES.md for details)
- Use %{make_build} and %{make_install}
---
diff --git a/perltidy.spec b/perltidy.spec
index 3970652..e16d1dc 100644
--- a/perltidy.spec
+++ b/perltidy.spec
@@ -1,5 +1,5 @@
Name: perltidy
-Version: 20250311
+Version: 20250616
Release: 1%{?dist}
Summary: Tool for indenting and re-formatting Perl scripts
License: GPL-2.0-or-later
@@ -12,7 +12,7 @@ BuildRequires: findutils
BuildRequires: make
BuildRequires: perl-generators
BuildRequires: perl-interpreter
-BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: sed
# Module Runtime
BuildRequires: perl(Carp)
@@ -72,12 +72,11 @@ sed -i -e '/^examples\/pt\.bat/d' MANIFEST
find examples/ lib/ -type f -perm /a+x -exec chmod -c -x {} \;
%build
-perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
+%{make_build}
%install
-make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -delete
+%{make_install}
%{_fixperms} -c %{buildroot}
%check
@@ -92,6 +91,10 @@ make test
%{_mandir}/man3/Perl::Tidy.3*
%changelog
+* Mon Jun 16 2025 Paul Howarth <paul@city-fan.org> - 20250616-1
+- Update to 20250616 (see CHANGES.md for details)
+- Use %%{make_build} and %%{make_install}
+
* Wed Mar 12 2025 Paul Howarth <paul@city-fan.org> - 20250311-1
- Update to 20250311 (see CHANGES.md for details) (rhbz#2351446)
diff --git a/sources b/sources
index 3f047a2..c804a3b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Perl-Tidy-20250311.tar.gz) = 684b6a8b56dbe9cdfa146acc13e37cf0c4ed50cf6e4ad617b82ef38d2177fc840e1152ee7e7bd701d155a770777702b429567782b2edeeac4ba133d3d6823db0
+SHA512 (Perl-Tidy-20250616.tar.gz) = 5f5e15bcb58389ad01a70b97dba56486fa80742e0707ec58d2353fc2d5c8492a13b8a581f7d9ddd4dde69cd61b6adfa98f7fc9f7665d4046028010dbe4a51534
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-25 17:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-25 17:45 [rpms/perltidy] epel10: Update to 20250616 Paul Howarth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox