diff --git a/README.md b/README.md index e03b615..3955076 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,5 @@ The GNU versions of commonly used grep utilities. Grep searches one or more input files for lines which contain a match to a specified pattern and then prints the matching lines. GNU's grep utilities include grep, egrep and fgrep. - You should install grep on your system, because it is a very useful utility for searching through text files, for system administration tasks, etc. diff --git a/grep.spec b/grep.spec index 4d2d7ed..4043f68 100644 --- a/grep.spec +++ b/grep.spec @@ -1,5 +1,5 @@ Name: grep -Version: 3.7 +Version: 3.8 Release: 1mamba Summary: The GNU versions of grep pattern matching utilities Group: Applications/File @@ -13,23 +13,26 @@ License: GPL Requires(post):%{__install_info} ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libpcre-devel +BuildRequires: libpcre2-devel ## AUTOBUILDREQ-END BuildRequires: gettext-devel BuildRequires: bison +Provides: /bin/egrep +Provides: /bin/fgrep +Provides: /bin/grep %description The GNU versions of commonly used grep utilities. Grep searches one or more input files for lines which contain a match to a specified pattern and then prints the matching lines. GNU's grep utilities include grep, egrep and fgrep. - You should install grep on your system, because it is a very useful utility for searching through text files, for system administration tasks, etc. +%debug_package + %prep %setup -q %build %configure \ - --bindir=/bin \ --without-included-regex %make @@ -50,22 +53,25 @@ install -D -m0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/grep.sh %preun %uninstall_info %{name}.info -exit 0 +: %files -f %{name}.lang %defattr(-,root,root) %{_sysconfdir}/profile.d/grep.sh -/bin/egrep -/bin/fgrep -/bin/grep +%{_bindir}/egrep +%{_bindir}/fgrep +%{_bindir}/grep %{_infodir}/grep.info.* -%{_mandir}/man1/egrep.* -%{_mandir}/man1/fgrep.* +#%{_mandir}/man1/egrep.* +#%{_mandir}/man1/fgrep.* %{_mandir}/man1/grep.* %doc AUTHORS COPYING THANKS #%doc ChangeLog NEWS README TODO %changelog +* Sun Sep 04 2022 Automatic Build System 3.8-1mamba +- automatic version update by autodist + * Sun Aug 15 2021 Automatic Build System 3.7-1mamba - automatic version update by autodist