public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Paul Howarth <paul@city-fan.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perltidy] epel10: Update to 20250616
Date: Tue, 25 Aug 2026 17:45:50 GMT	[thread overview]
Message-ID: <178767995031.1.12753192777854375732.rpms-perltidy-9dfb726e31e0@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-08-25 17:45 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=178767995031.1.12753192777854375732.rpms-perltidy-9dfb726e31e0@fedoraproject.org \
    --to=paul@city-fan.org \
    --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