public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-App-grindperl] rawhide: Modernize a spec file
Date: Tue, 21 Jul 2026 06:43:31 GMT	[thread overview]
Message-ID: <178461621167.1.3265675191719405934.rpms-perl-App-grindperl-ab171177f668@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-App-grindperl
Branch : rawhide
Commit : ab171177f66816f5b784c0131850cd287d55f6cf
Author : Petr Písař <ppisar@redhat.com>
Date   : 2026-07-21T08:40:28+02:00
Stats  : +15/-15 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-App-grindperl/c/ab171177f66816f5b784c0131850cd287d55f6cf?branch=rawhide

Log:
Modernize a spec file

---
diff --git a/.rpmlint b/.rpmlint
deleted file mode 100644
index eb76d49..0000000
--- a/.rpmlint
+++ /dev/null
@@ -1,2 +0,0 @@
-from Config import *
-addFilter("spelling-error .* blead");

diff --git a/perl-App-grindperl.rpmlintrc b/perl-App-grindperl.rpmlintrc
new file mode 100644
index 0000000..f91bea7
--- /dev/null
+++ b/perl-App-grindperl.rpmlintrc
@@ -0,0 +1 @@
+addFilter('spelling-error .* blead')

diff --git a/perl-App-grindperl.spec b/perl-App-grindperl.spec
index ef357c1..66450e7 100644
--- a/perl-App-grindperl.spec
+++ b/perl-App-grindperl.spec
@@ -1,18 +1,16 @@
 Name:           perl-App-grindperl
 Version:        0.004
-Release:        31%{?dist}
+Release:        32%{?dist}
 Summary:        Command-line tool to help build and test blead perl
-# Automatically converted from old format: ASL 2.0 - review is highly recommended.
 License:        Apache-2.0
 URL:            https://metacpan.org/release/App-grindperl
 Source0:        https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/App-grindperl-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  coreutils
-BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl-interpreter
 BuildRequires:  perl-generators
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.17
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
@@ -29,7 +27,7 @@ BuildRequires:  perl(warnings)
 # CPAN::Meta not usefull
 # CPAN::Meta::Prereqs not usefull
 BuildRequires:  perl(Test::More)
-Requires:       git
+Requires:       git-core
 Requires:       make
 
 %description
@@ -40,12 +38,11 @@ grindperl tool helps automate some common configuration, build and test tasks.
 %setup -q -n App-grindperl-%{version}
 
 %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=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{make_install}
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -55,12 +52,16 @@ make test
 %license LICENSE
 # CONTRIBUTING.mkdn is a generic file not specific to this package
 %doc Changes README
-%{_bindir}/*
-%{perl_vendorlib}/*
-%{_mandir}/man1/*
-%{_mandir}/man3/*
+%{_bindir}/grindperl
+%dir %{perl_vendorlib}/App
+%{perl_vendorlib}/App/grindperl.pm
+%{_mandir}/man1/grindperl.*
+%{_mandir}/man3/App::grindperl.*
 
 %changelog
+* Tue Jul 21 2026 Petr Pisar <ppisar@redhat.com> - 0.004-32
+- Require git-core instead of full git
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.004-31
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

                 reply	other threads:[~2026-07-21  6:43 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=178461621167.1.3265675191719405934.rpms-perl-App-grindperl-ab171177f668@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