- 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
|
Buildrequires: tcl-devel tk-devel autoconf automake
|
||||||
Patch0: expect-5.32.2-random.patch
|
Patch0: expect-5.32.2-random.patch
|
||||||
Patch3: expect-5.32.2-fixcat.patch
|
Patch3: expect-5.32.2-fixcat.patch
|
||||||
|
# submitted to author
|
||||||
Patch6: expect-5.38.0-spawn-43310.patch
|
Patch6: expect-5.38.0-spawn-43310.patch
|
||||||
|
# submitted to author
|
||||||
Patch8: expect-5.43.0-cfg-setpgrp.patch
|
Patch8: expect-5.43.0-cfg-setpgrp.patch
|
||||||
Patch10: expect-5.38.0-lib-spec.patch
|
Patch10: expect-5.38.0-lib-spec.patch
|
||||||
Patch11: expect-5.39.0-libdir.patch
|
Patch11: expect-5.39.0-libdir.patch
|
||||||
@ -63,7 +65,7 @@ This package contains expectk and some scripts that use it.
|
|||||||
aclocal
|
aclocal
|
||||||
autoconf
|
autoconf
|
||||||
( cd testsuite
|
( cd testsuite
|
||||||
autoconf )
|
autoconf -I.. )
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-tcl=%{_libdir} --with-tk=%{_libdir} --enable-shared --with-tclinclude=%{_includedir}/tcl-private
|
%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*
|
%{_mandir}/man1/tknewsbiff.1*
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Mon Mar 7 2005 Jens Petersen <petersen@redhat.com>
|
||||||
- replace expect-5.32.2-setpgrp.patch by expect-5.43.0-cfg-setpgrp.patch
|
- replace expect-5.32.2-setpgrp.patch by expect-5.43.0-cfg-setpgrp.patch
|
||||||
to set SETPGRP_VOID correctly
|
to set SETPGRP_VOID correctly
|
||||||
|
Loading…
Reference in New Issue
Block a user