From a6ad16b574cf470ab8cdcebe2017108b9e0aa23a Mon Sep 17 00:00:00 2001 From: Bill Pemberton Date: Fri, 8 Aug 2025 10:30:26 -0400 Subject: [PATCH] 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}