From 1c40a2755b70084af9e32fa1282f62259826e788 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 10:31:26 +0000 Subject: [PATCH 1/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 3b47dd2e682d9c0b878033e51c61fdc26731921e Mon Sep 17 00:00:00 2001 From: Bill Pemberton Date: Mon, 26 May 2025 16:47:21 -0400 Subject: [PATCH 2/6] Slight modernization of the spec file This brings the spec file more in line with the current suggested ways to build perl packages. --- ack.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ack.spec b/ack.spec index 5142d70..b2c3265 100644 --- a/ack.spec +++ b/ack.spec @@ -64,20 +64,20 @@ Ack is designed as a replacement for grep. %setup -q -n ack3-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -make +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 +%{make_build} + make completion.bash make completion.zsh %install -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +%{make_install} + install -D -p -m 0644 completion.bash %{buildroot}%{bash_completions_dir}/ack install -D -p -m 0644 completion.zsh %{buildroot}%{zsh_completions_dir}/_ack -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; +%{_fixperms} %{buildroot}/* -%{_fixperms} $RPM_BUILD_ROOT/* %check make test From da4455afbbe4faa15e67604abe143bdad50a7587 Mon Sep 17 00:00:00 2001 From: Bill Pemberton Date: Mon, 26 May 2025 18:21:22 -0400 Subject: [PATCH 3/6] Update to version 3.9.0 --- ack.spec | 3 ++- sources | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ack.spec b/ack.spec index b2c3265..eaf61bf 100644 --- a/ack.spec +++ b/ack.spec @@ -1,5 +1,5 @@ Name: ack -Version: 3.7.0 +Version: 3.9.0 Release: %autorelease Summary: Grep-like text finder # SPDX migration @@ -48,6 +48,7 @@ BuildRequires: perl(Term::ANSIColor) >= 1.10 BuildRequires: perl(Test::Builder) BuildRequires: perl(Test::Harness) >= 2.5 BuildRequires: perl(Test::More) >= 0.98 +BuildRequires: perl(YAML::PP) Requires: perl(File::Basename) >= 1.00015 Requires: perl(Config) Requires: perl(File::Next) >= 1.18 diff --git a/sources b/sources index 05ab224..ae104a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ack3-3.7.0.tar.gz) = c6f10bdac069b500ef08cd3d039e4bbb7813a898893efa39c1199958968ac928a371eb546a05133445bb73597d1fb04c2c0c3b636b5c26646db27e8eb1090f7d +SHA512 (ack3-3.9.0.tar.gz) = 244f799bee3ba4f450ebd0b116eb7d31d46f95d522a5fed187795e9c3fd5b4e6def881d5d8bb685559ed582e3abee0cb4ea2752cacdac6930ce5737cfbca3147 From b23001a0554c1c7b0f6430a8e7355af9a80c32d1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 16:43:39 +0000 Subject: [PATCH 4/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From a6ad16b574cf470ab8cdcebe2017108b9e0aa23a Mon Sep 17 00:00:00 2001 From: Bill Pemberton Date: Fri, 8 Aug 2025 10:30:26 -0400 Subject: [PATCH 5/6] Update the summary and description for the package. --- ack.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ack.spec b/ack.spec index eaf61bf..1082b21 100644 --- a/ack.spec +++ b/ack.spec @@ -1,7 +1,7 @@ Name: ack Version: 3.9.0 Release: %autorelease -Summary: Grep-like text finder +Summary: A Grep-like source code search tool # SPDX migration License: Artistic-2.0 URL: http://beyondgrep.com/ @@ -59,7 +59,9 @@ Requires: perl(Pod::Usage) >= 1.26 %global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(File::Next\\) %description -Ack is designed as a replacement for grep. +Ack is a grep-like search tool designed for use with large heterogeneous +trees of source code. It searchs recursively and ignores common version +control directories. %prep %setup -q -n ack3-%{version} From c449ee43ec8d18151bacb99f70214734a0948b27 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 03:25:02 +0000 Subject: [PATCH 6/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild