diff --git a/expect.spec b/expect.spec index 49394f7..04236ae 100644 --- a/expect.spec +++ b/expect.spec @@ -12,7 +12,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Buildrequires: tcl-devel tk-devel autoconf automake Patch0: expect-5.32.2-random.patch Patch3: expect-5.32.2-fixcat.patch +# submitted to author Patch6: expect-5.38.0-spawn-43310.patch +# submitted to author Patch8: expect-5.43.0-cfg-setpgrp.patch Patch10: expect-5.38.0-lib-spec.patch Patch11: expect-5.39.0-libdir.patch @@ -63,7 +65,7 @@ This package contains expectk and some scripts that use it. aclocal autoconf ( cd testsuite - autoconf ) + autoconf -I.. ) %build %configure --with-tcl=%{_libdir} --with-tk=%{_libdir} --enable-shared --with-tclinclude=%{_includedir}/tcl-private @@ -145,6 +147,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/tknewsbiff.1* %changelog +* Mon May 23 2005 Jens Petersen +- make autoconf include parent dir in testsuite to avoid error + (Robert Scheck, 150369) + * Mon Mar 7 2005 Jens Petersen - replace expect-5.32.2-setpgrp.patch by expect-5.43.0-cfg-setpgrp.patch to set SETPGRP_VOID correctly