- make autoconf include parent dir in testsuite to avoid error (Robert
Scheck, 150369) - make patches that have been sent upstream
This commit is contained in:
parent
107e6e96d8
commit
e1ec90051c
@ -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 <petersen@redhat.com>
|
||||
- make autoconf include parent dir in testsuite to avoid error
|
||||
(Robert Scheck, 150369)
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user