- Run 'make check'.

This commit is contained in:
Tim Waugh 2005-01-07 17:04:58 +00:00
parent f416c42388
commit a0c85eec29

View File

@ -1,7 +1,7 @@
Summary: The GNU versions of grep pattern matching utilities.
Name: grep
Version: 2.5.1
Release: 46
Release: 47
License: GPL
Group: Applications/Text
Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}a.tar.bz2
@ -50,6 +50,7 @@ chmod a+x tests/fmbtest.sh
[ ! -e configure ] && ./autogen.sh
%configure --without-included-regex
make CFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/pcre"
make check
%install
rm -rf ${RPM_BUILD_ROOT}
@ -92,7 +93,8 @@ fi
%{_mandir}/*/*
%changelog
* Fri Jan 7 2005 Tim Waugh <twaugh@redhat.com>
* Fri Jan 7 2005 Tim Waugh <twaugh@redhat.com> 2.5.1-47
- Run 'make check'.
- Fixed -w handling for EGexecute. Now 'make check' passes.
- Cache MB_CUR_MAX value in egf-speedup patch.
- Fixed variable shadowing in egf-speedup patch.