- replace expect-5.32.2-setpgrp.patch by expect-5.43.0-cfg-setpgrp.patch to

set SETPGRP_VOID correctly
This commit is contained in:
Jens Petersen 2005-03-07 07:52:13 +00:00
parent 153116252c
commit 107e6e96d8

View File

@ -13,7 +13,7 @@ Buildrequires: tcl-devel tk-devel autoconf automake
Patch0: expect-5.32.2-random.patch
Patch3: expect-5.32.2-fixcat.patch
Patch6: expect-5.38.0-spawn-43310.patch
Patch8: expect-5.32.2-setpgrp.patch
Patch8: expect-5.43.0-cfg-setpgrp.patch
Patch10: expect-5.38.0-lib-spec.patch
Patch11: expect-5.39.0-libdir.patch
@ -56,10 +56,10 @@ This package contains expectk and some scripts that use it.
%patch0 -p1 -b .random
%patch3 -p1 -b .fixcat
%patch6 -p2 -b .spawn
%patch8 -p2 -b .pgrp
%patch8 -p1 -b .pgrp
%patch10 -p1 -b .libspec
%patch11 -p1 -b .libdir
# patch10 touch configure.in
# patch8 and patch10 touch configure.in
aclocal
autoconf
( cd testsuite
@ -145,6 +145,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/tknewsbiff.1*
%changelog
* Mon Mar 7 2005 Jens Petersen <petersen@redhat.com>
- replace expect-5.32.2-setpgrp.patch by expect-5.43.0-cfg-setpgrp.patch
to set SETPGRP_VOID correctly
* Mon Mar 7 2005 Jens Petersen <petersen@redhat.com> - 5.43.0-1
- run test make target by default
- can be turned off with --without check