- Run 'make check'.
This commit is contained in:
parent
f416c42388
commit
a0c85eec29
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU versions of grep pattern matching utilities.
|
Summary: The GNU versions of grep pattern matching utilities.
|
||||||
Name: grep
|
Name: grep
|
||||||
Version: 2.5.1
|
Version: 2.5.1
|
||||||
Release: 46
|
Release: 47
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}a.tar.bz2
|
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
|
[ ! -e configure ] && ./autogen.sh
|
||||||
%configure --without-included-regex
|
%configure --without-included-regex
|
||||||
make CFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/pcre"
|
make CFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/pcre"
|
||||||
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
@ -92,7 +93,8 @@ fi
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%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.
|
- Fixed -w handling for EGexecute. Now 'make check' passes.
|
||||||
- Cache MB_CUR_MAX value in egf-speedup patch.
|
- Cache MB_CUR_MAX value in egf-speedup patch.
|
||||||
- Fixed variable shadowing in egf-speedup patch.
|
- Fixed variable shadowing in egf-speedup patch.
|
||||||
|
Loading…
Reference in New Issue
Block a user