automatic version update by autodist [release 3.8-1mamba;Sun Sep 04 2022]

This commit is contained in:
Automatic Build System 2024-01-05 23:27:50 +01:00
parent 0eee88465d
commit ed2c2ba823
2 changed files with 16 additions and 11 deletions

View File

@ -2,6 +2,5 @@
The GNU versions of commonly used grep utilities. 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. 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. You should install grep on your system, because it is a very useful utility for searching through text files, for system administration tasks, etc.

View File

@ -1,5 +1,5 @@
Name: grep Name: grep
Version: 3.7 Version: 3.8
Release: 1mamba Release: 1mamba
Summary: The GNU versions of grep pattern matching utilities Summary: The GNU versions of grep pattern matching utilities
Group: Applications/File Group: Applications/File
@ -13,23 +13,26 @@ License: GPL
Requires(post):%{__install_info} Requires(post):%{__install_info}
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libpcre-devel BuildRequires: libpcre2-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: gettext-devel BuildRequires: gettext-devel
BuildRequires: bison BuildRequires: bison
Provides: /bin/egrep
Provides: /bin/fgrep
Provides: /bin/grep
%description %description
The GNU versions of commonly used grep utilities. 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. 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. 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 %prep
%setup -q %setup -q
%build %build
%configure \ %configure \
--bindir=/bin \
--without-included-regex --without-included-regex
%make %make
@ -50,22 +53,25 @@ install -D -m0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/grep.sh
%preun %preun
%uninstall_info %{name}.info %uninstall_info %{name}.info
exit 0 :
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_sysconfdir}/profile.d/grep.sh %{_sysconfdir}/profile.d/grep.sh
/bin/egrep %{_bindir}/egrep
/bin/fgrep %{_bindir}/fgrep
/bin/grep %{_bindir}/grep
%{_infodir}/grep.info.* %{_infodir}/grep.info.*
%{_mandir}/man1/egrep.* #%{_mandir}/man1/egrep.*
%{_mandir}/man1/fgrep.* #%{_mandir}/man1/fgrep.*
%{_mandir}/man1/grep.* %{_mandir}/man1/grep.*
%doc AUTHORS COPYING THANKS %doc AUTHORS COPYING THANKS
#%doc ChangeLog NEWS README TODO #%doc ChangeLog NEWS README TODO
%changelog %changelog
* Sun Sep 04 2022 Automatic Build System <autodist@mambasoft.it> 3.8-1mamba
- automatic version update by autodist
* Sun Aug 15 2021 Automatic Build System <autodist@mambasoft.it> 3.7-1mamba * Sun Aug 15 2021 Automatic Build System <autodist@mambasoft.it> 3.7-1mamba
- automatic version update by autodist - automatic version update by autodist