Name: grep Version: 3.7 Release: 2 Summary: A string search utility License: GPLv3+ URL: http://www.gnu.org/software/grep/ Source0: https://ftp.gnu.org/gnu/grep/grep-%{version}.tar.xz Patch1: backport-grep-avoid-sticky-problem-with-f-f.patch BuildRequires: gcc pcre-devel >= 3.9-10 texinfo gettext libsigsegv-devel automake Provides: /bin/egrep /bin/fgrep /bin/grep bundled(gnulib) %description Grep searches one or more input files for lines containing a match to a specified pattern. By default, Grep outputs the matching lines. %prep %autosetup -n %{name}-%{version} -p1 %build %configure --disable-silent-rules \ CPPFLAGS="-I%{_includedir}/pcre" CFLAGS="$RPM_OPT_FLAGS -fsigned-char" %make_build %install %make_install rm -f $RPM_BUILD_ROOT%{_infodir}/dir mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/profile.d %pre %preun %post %postun %check make check %files %{_datadir}/locale/* %doc NEWS README THANKS TODO %license COPYING AUTHORS %{_bindir}/*grep %{_infodir}/grep.info.gz %{_mandir}/man1/*grep.1.gz %changelog * Tue Feb 8 2022 yangzhuangzhuang - 3.7-2 - avoid sticky problem with '-f - -f -' * Wed Dec 29 2021 yangzhuangzhuang - 3.7-1 - update version to 3.7 * Fri Aug 20 2021 chenyanpanHW - 3.6-3 - DESC: remove unnecessary BuildRequires git, add necessary BuildRequires automake * Tue Aug 10 2021 yangzhuangzhuang - 3.6-2 - Type:bugfix - ID:NA - SUG:NA - DESC:Fix the compilation failure with the new version glibc-2.34 * Thu Jan 21 2021 wangchen - 3.6-1 - Type:enhancement - ID:NA - SUG:NA - DESC:update to 3.6 * Wed Jul 15 2020 Liquor - 3.4-1 - Type:bugfix - ID:NA - SUG:NA - DESC:add -fsigned-char option * Tue Jan 7 2020 JeanLeo - 3.4-0 - Type:bugfix - ID:NA - SUG:NA - DESC:update software to version 3.4 * Mon Oct 21 2019 chengquan - 3.1-10 - Type:bugfix - ID:NA - SUG:NA - DESC:fix package bug * Mon Aug 19 2019 openEuler Buildteam - 3.1-9 - Package init