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