public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Class-C3-Componentised] epel10.2: Modernize a spec file
Date: Mon, 03 Aug 2026 07:09:38 GMT	[thread overview]
Message-ID: <178574097855.1.12719687475693321171.rpms-perl-Class-C3-Componentised-bbe35289e088@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-Class-C3-Componentised
Branch : epel10.2
Commit : bbe35289e088b399a181e609fcc4369333ef6992
Author : Petr Písař <ppisar@redhat.com>
Date   : 2020-08-21T10:37:51+02:00
Stats  : +27/-24 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Class-C3-Componentised/c/bbe35289e088b399a181e609fcc4369333ef6992?branch=epel10.2

Log:
Modernize a spec file

---
diff --git a/perl-Class-C3-Componentised.rpmlintrc b/perl-Class-C3-Componentised.rpmlintrc
new file mode 100644
index 0000000..7b1c4c3
--- /dev/null
+++ b/perl-Class-C3-Componentised.rpmlintrc
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* Pluggable");

diff --git a/perl-Class-C3-Componentised.spec b/perl-Class-C3-Componentised.spec
index bac6faf..003b6a5 100644
--- a/perl-Class-C3-Componentised.spec
+++ b/perl-Class-C3-Componentised.spec
@@ -1,32 +1,31 @@
 Name:           perl-Class-C3-Componentised
 Version:        1.001002
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Load mix-ins or components to your C3-based class
 License:        GPL+ or Artistic
 URL:            https://metacpan.org/release/Class-C3-Componentised
 Source0:        https://cpan.metacpan.org/authors/id/H/HA/HAARG/Class-C3-Componentised-%{version}.tar.gz
 BuildArch:      noarch
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
-BuildRequires: make
-BuildRequires: perl-generators
-BuildRequires: perl-interpreter
-BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
-BuildRequires: perl(strict)
-BuildRequires: perl(warnings)
+BuildRequires:  coreutils
+BuildRequires:  make
+BuildRequires:  perl-generators
+BuildRequires:  perl-interpreter
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time
-BuildRequires: perl(Carp)
-BuildRequires: perl(Class::C3) >= 0.20
-BuildRequires: perl(Class::Inspector) >= 1.32
-BuildRequires: perl(List::Util)
-BuildRequires: perl(MRO::Compat) >= 0.09
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Class::C3) >= 0.20
+BuildRequires:  perl(Class::Inspector) >= 1.32
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(MRO::Compat) >= 0.09
 # Tests
-BuildRequires: perl(base)
-BuildRequires: perl(FindBin)
-BuildRequires: perl(lib)
-BuildRequires: perl(Test::Exception) >= 0.31
-BuildRequires: perl(Test::More) >= 0.96
-
+BuildRequires:  perl(base)
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::Exception) >= 0.31
+BuildRequires:  perl(Test::More) >= 0.96
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Class::C3) >= 0.20
 Requires:       perl(Class::Inspector) >= 1.32
 
@@ -42,14 +41,13 @@ MooseX::Object::Pluggable.
 
 %prep
 %setup -q -n Class-C3-Componentised-%{version}
-perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t
 
 %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
@@ -61,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 21 2020 Petr Pisar <ppisar@redhat.com> - 1.001002-10
+- Modernize a spec file
+
 * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.001002-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
 

                 reply	other threads:[~2026-08-03  7:09 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=178574097855.1.12719687475693321171.rpms-perl-Class-C3-Componentised-bbe35289e088@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