Blame SPECS/expect.spec

e9b926
%{!?tcl_version: %global tcl_version %(echo 'puts $tcl_version' | tclsh)}
e9b926
%{!?tcl_sitearch: %global tcl_sitearch %{_libdir}/tcl%{tcl_version}}
e9b926
%global majorver 5.45.4
e9b926
e9b926
Summary: A program-script interaction and testing utility
e9b926
Name: expect
e9b926
Version: %{majorver}
e9b926
Release: 5%{?dist}
e9b926
License: Public Domain
e9b926
URL: https://core.tcl.tk/expect/index
e9b926
Source: http://downloads.sourceforge.net/%{name}/%{name}%{version}.tar.gz
e9b926
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
e9b926
Buildrequires: tcl-devel autoconf automake chrpath
e9b926
# Patch0: fixes change log file permissions
e9b926
Patch0: expect-5.43.0-log_file.patch
e9b926
# Patch1: fixes install location, change pkgIndex
e9b926
Patch1: expect-5.43.0-pkgpath.patch
e9b926
# Patch2: fixes minor man page formatting issue
e9b926
Patch2: expect-5.45-man-page.patch
e9b926
# Patch3: fixes segmentation fault during matching characters
e9b926
Patch3: expect-5.45-match-gt-numchars-segfault.patch
e9b926
# Patch4: fixes memory leak when using -re, http://sourceforge.net/p/expect/patches/13/
e9b926
Patch4: expect-5.45-re-memleak.patch
e9b926
# Patch5: use vsnprintf instead of vsprintf to avoid buffer overflow
e9b926
Patch5: expect-5.45-exp-log-buf-overflow.patch
e9b926
# Patch6: fixes segfaults if Tcl is built with stubs and Expect is used directly
e9b926
#   from C program rhbz#1091060
e9b926
Patch6: expect-5.45-segfault-with-stubs.patch
e9b926
# Patch7: fixes leaked fd, patch by Matej Mužila, rhbz#1001220
e9b926
Patch7: expect-5.45-fd-leak.patch
e9b926
# Patch8: unificates usage message of expect binary and man page, adds -h flag
e9b926
Patch8: expect-5.45.4-unification-of-usage-and-man-page.patch
e9b926
# Patch9: fixes issues detected by static analysis
e9b926
Patch9: expect-5.45.4-covscan-fixes.patch
e9b926
# examples patches
e9b926
# Patch100: changes random function
e9b926
Patch100: expect-5.32.2-random.patch
e9b926
# Patch101: fixes bz674184 - mkpasswd fails randomly
e9b926
Patch101: expect-5.45-mkpasswd-dash.patch
e9b926
# Patch102: fixes bz703702 - let user know that telnet is needed for
e9b926
# running some examples
e9b926
Patch102: expect-5.45-check-telnet.patch
e9b926
# Patch103: use full path to 'su', it's safer
e9b926
Patch103: expect-5.45-passmass-su-full-path.patch
e9b926
# Patch104: rhbz 963889, fixes inaccuracy in mkpasswd man page
e9b926
Patch104: expect-5.45-mkpasswd-man.patch
e9b926
# Patch105: Fix error with -Werror=format-security
e9b926
Patch105: expect-5.45-format-security.patch
e9b926
e9b926
%description
e9b926
Expect is a tcl application for automating and testing
e9b926
interactive applications such as telnet, ftp, passwd, fsck,
e9b926
rlogin, tip, etc. Expect makes it easy for a script to
e9b926
control another program and interact with it.
e9b926
e9b926
This package contains expect and some scripts that use it.
e9b926
e9b926
%package devel
e9b926
Summary: A program-script interaction and testing utility
e9b926
Requires: expect = %{version}-%{release}
e9b926
e9b926
%description devel
e9b926
Expect is a tcl application for automating and testing
e9b926
interactive applications such as telnet, ftp, passwd, fsck,
e9b926
rlogin, tip, etc. Expect makes it easy for a script to
e9b926
control another program and interact with it.
e9b926
e9b926
This package contains development files for the expect library.
e9b926
e9b926
%package -n expectk
e9b926
Summary: A program-script interaction and testing utility
e9b926
Requires: expect = %{version}-%{release}
e9b926
e9b926
%description -n expectk
e9b926
Expect is a tcl application for automating and testing
e9b926
interactive applications such as telnet, ftp, passwd, fsck,
e9b926
rlogin, tip, etc. Expect makes it easy for a script to
e9b926
control another program and interact with it.
e9b926
e9b926
This package originally contained expectk and some scripts
e9b926
that used it. As expectk was removed from upstream tarball
e9b926
in expect-5.45, now the package contains just these scripts.
e9b926
Please use tclsh with package require Tk and Expect instead
e9b926
of expectk.
e9b926
e9b926
%prep
e9b926
%setup -q -n expect%{version}
e9b926
%patch0 -p1 -b .log_file
e9b926
%patch1 -p1 -b .pkgpath
e9b926
%patch2 -p1 -b .man-page
e9b926
%patch3 -p1 -b .match-gt-numchars-segfault
e9b926
%patch4 -p1 -b .re-memleak
e9b926
%patch5 -p1 -b .exp-log-buf-overflow
e9b926
%patch6 -p1 -b .segfault-with-stubs
e9b926
%patch7 -p1 -b .fd-leak
e9b926
%patch8 -p1 -b .unification-of-usage-and-man-page
e9b926
%patch9 -p1 -b .covscan-fixes
e9b926
# examples fixes
e9b926
%patch100 -p1 -b .random
e9b926
%patch101 -p1 -b .mkpasswd-dash
e9b926
%patch102 -p1 -b .check-telnet
e9b926
%patch103 -p1 -b .passmass-su-full-path
e9b926
%patch104 -p1 -b .mkpasswd-man
e9b926
%patch105 -p0 -b .format-security
e9b926
# -pkgpath.patch touch configure.in
e9b926
aclocal
e9b926
autoconf
e9b926
( cd testsuite
e9b926
  autoconf -I.. )
e9b926
e9b926
%build
e9b926
%configure --with-tcl=%{_libdir} --with-tk=%{_libdir} --enable-shared \
e9b926
	--with-tclinclude=%{_includedir}/tcl-private/generic
e9b926
make %{?_smp_mflags}
e9b926
e9b926
%check
e9b926
make test
e9b926
e9b926
%install
e9b926
rm -rf "$RPM_BUILD_ROOT"
e9b926
make install DESTDIR="$RPM_BUILD_ROOT"
e9b926
e9b926
# move
e9b926
mv "$RPM_BUILD_ROOT"%{tcl_sitearch}/expect%{version}/libexpect%{version}.so "$RPM_BUILD_ROOT"%{_libdir}
e9b926
e9b926
# for linking with -lexpect
e9b926
ln -s libexpect%{majorver}.so "$RPM_BUILD_ROOT"%{_libdir}/libexpect.so
e9b926
e9b926
# remove cryptdir/decryptdir, as Linux has no crypt command (bug 6668).
e9b926
rm -f "$RPM_BUILD_ROOT"%{_bindir}/{cryptdir,decryptdir}
e9b926
rm -f "$RPM_BUILD_ROOT"%{_mandir}/man1/{cryptdir,decryptdir}.1*
e9b926
rm -f "$RPM_BUILD_ROOT"%{_bindir}/autopasswd
e9b926
e9b926
# remove rpath
e9b926
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libexpect%{version}.so
e9b926
e9b926
%clean
e9b926
rm -rf "$RPM_BUILD_ROOT"
e9b926
e9b926
e9b926
%files
e9b926
%defattr(-,root,root,-)
e9b926
%doc FAQ HISTORY NEWS README
e9b926
%{_bindir}/expect
e9b926
%{_bindir}/autoexpect
e9b926
%{_bindir}/dislocate
e9b926
%{_bindir}/ftp-rfc
e9b926
%{_bindir}/kibitz
e9b926
%{_bindir}/lpunlock
e9b926
%{_bindir}/mkpasswd
e9b926
%{_bindir}/passmass
e9b926
%{_bindir}/rftp
e9b926
%{_bindir}/rlogin-cwd
e9b926
%{_bindir}/timed-read
e9b926
%{_bindir}/timed-run
e9b926
%{_bindir}/unbuffer
e9b926
%{_bindir}/weather
e9b926
%{_bindir}/xkibitz
e9b926
%dir %{tcl_sitearch}/expect%{version}
e9b926
%{tcl_sitearch}/expect%{version}/pkgIndex.tcl
e9b926
%{_libdir}/libexpect%{version}.so
e9b926
%{_libdir}/libexpect.so
e9b926
%{_mandir}/man1/autoexpect.1.gz
e9b926
%{_mandir}/man1/dislocate.1.gz
e9b926
%{_mandir}/man1/expect.1.gz
e9b926
%{_mandir}/man1/kibitz.1.gz
e9b926
%{_mandir}/man1/mkpasswd.1.gz
e9b926
%{_mandir}/man1/passmass.1.gz
e9b926
%{_mandir}/man1/unbuffer.1.gz
e9b926
%{_mandir}/man1/xkibitz.1.gz
e9b926
e9b926
%files devel
e9b926
%defattr(-,root,root,-)
e9b926
%{_mandir}/man3/libexpect.3*
e9b926
%{_includedir}/*
e9b926
e9b926
%files -n expectk
e9b926
%defattr(-,root,root,-)
e9b926
%{_bindir}/multixterm
e9b926
%{_bindir}/tknewsbiff
e9b926
%{_bindir}/tkpasswd
e9b926
%{_bindir}/xpstat
e9b926
%{_mandir}/man1/multixterm.1*
e9b926
%{_mandir}/man1/tknewsbiff.1*
e9b926
e9b926
%changelog
e9b926
* Thu Nov 29 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45.4-5
e9b926
- Fix issues detected by static analysis
e9b926
  Resolves: #1602490
e9b926
e9b926
* Thu Oct 18 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45.4-4
e9b926
- Unificate and improve both man page and usage message of expect
e9b926
  Resolves: #1612588
e9b926
e9b926
* Wed Jun 27 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45.4-3
e9b926
- Fix wrong log file permissions
e9b926
e9b926
* Wed Jun 20 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45.4-2
e9b926
- Fix upstream URL
e9b926
e9b926
* Tue Feb 06 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45.4-1
e9b926
- New upstream release 5.45.4
e9b926
  Resolves: #1541735
e9b926
e9b926
* Mon Oct 23 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45.3-1
e9b926
- New upstream release 5.45.3
e9b926
  Resolves: #1503372
e9b926
- Removed 'Group' tag from spec file
e9b926
e9b926
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.45-28
e9b926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
e9b926
e9b926
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.45-27
e9b926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e9b926
e9b926
* Mon Apr 24 2017 Nils Philippsen <nils@redhat.com> - 5.45-26
e9b926
- remove unnecessary tk-devel and libXft-devel build dependencies
e9b926
e9b926
* Tue Mar 28 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45-25
e9b926
- tknewsbiff man page should be only in expectk - removed its duplicate
e9b926
  from expect package
e9b926
e9b926
* Fri Mar 24 2017 Stephen Gallagher <sgallagh@redhat.com> - 5.45-24
e9b926
- Fix build failures with -Werror=format-security
e9b926
e9b926
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.45-23
e9b926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e9b926
e9b926
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.45-22
e9b926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e9b926
e9b926
* Tue Jan 05 2016 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45-21
e9b926
- Replace 'define' with 'global'
e9b926
e9b926
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.45-20
e9b926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
e9b926
e9b926
* Wed May 20 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45-19
e9b926
- Use different and probably better approach of fixing segfaults if Tcl is
e9b926
  built with stubs and Expect is used directly from C program
e9b926
e9b926
* Tue Sep 09 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45-18
e9b926
- Fix leaked fd (patch by Matej Mužila)
e9b926
  Resolves: #1001220
e9b926
e9b926
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.45-17
e9b926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
e9b926
e9b926
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.45-16
e9b926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e9b926
e9b926
* Wed May 21 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 5.45-15
e9b926
- Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86
e9b926
e9b926
* Mon Apr 28 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45-14
e9b926
- Fix segfaults if Tcl is built with stubs and Expect is used directly from C program
e9b926
  (patch taken from Debian project, written by Sergei Golovan)
e9b926
e9b926
* Thu Dec 12 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45-13
e9b926
- Use vsnprintf instead of vsprintf to avoid buffer overflow
e9b926
  (it happens e.g. when running systemtap testsuite)
e9b926
e9b926
* Wed Oct 02 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45-12
e9b926
- Fix memory leak when using -re option
e9b926
e9b926
* Tue Aug 27 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45-11
e9b926
- Fix inaccuracy in mkpasswd man page
e9b926
  Resolves: #963889
e9b926
e9b926
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.45-10
e9b926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
e9b926
e9b926
* Thu Apr 04 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45-9
e9b926
- Fix repeated words in man pages
e9b926
e9b926
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.45-8
e9b926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
e9b926
e9b926
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.45-7
e9b926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e9b926
e9b926
* Mon Feb 06 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45-6
e9b926
- Fix character matching to avoid segmentation fault
e9b926
- Move libexpect link out of -devel subpackage
e9b926
e9b926
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.45-5
e9b926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e9b926
e9b926
* Tue Sep 06 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45-4
e9b926
- Let user know when expample script needs telnet and it is missing
e9b926
  Resolves: #703702
e9b926
- Use full path to 'su' in passmass example, it's safer
e9b926
- Fix expect man page minor formatting issue
e9b926
e9b926
* Wed Mar 16 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45-3
e9b926
- Fix mkpasswd fails randomly
e9b926
  Resolves: #674184
e9b926
e9b926
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.45-2
e9b926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e9b926
e9b926
* Tue Jan 18 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45-1
e9b926
- Update to expect-5.45
e9b926
e9b926
* Wed Mar 10 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.44.1.15-1
e9b926
- Update to 5.44.1.15 from upstream CVS
e9b926
  Resolves: #528654, Resolves: #501820
e9b926
- Remove config.sub (no longer needed), remove unused patches (few are
e9b926
  upstream now, few are pointless with new version), comment patches
e9b926
- Fix unbuffer to return exit code of ubuffered program
e9b926
  Resolves: #547686
e9b926
- Fix Tk initialization
e9b926
  Resolves: #456738
e9b926
e9b926
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 5.43.0-19
e9b926
- Use bzipped upstream tarball.
e9b926
e9b926
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.43.0-18
e9b926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e9b926
e9b926
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.43.0-17
e9b926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
e9b926
e9b926
* Wed Feb 11 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 5:43.0-16
e9b926
- Modify and rebuild for new Tcl
e9b926
e9b926
* Thu Sep 25 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 5:43.0-15
e9b926
- Rediff all patches to work with patch --fuzz=0
e9b926
e9b926
* Mon Jun  9 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 5:43.0-14
e9b926
- Use latest config.sub file for package build
e9b926
  Resolves: #449560
e9b926
e9b926
* Mon Feb 11 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 5:43.0-13
e9b926
- Rebuild
e9b926
e9b926
* Mon Jan 14 2008 Wart <wart@kobold.org> - 5.43.0-12
e9b926
- Update install locations to reflect updated auto_path in the tcl 8.5 package
e9b926
e9b926
* Mon Jan 07 2008 Adam Tkac <atkac redhat com> - 5.43.0-11
e9b926
- updated "tcl8.5" patch
e9b926
e9b926
* Sat Jan  5 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 5.43.0-10
e9b926
- Rebuild for new Tcl 8.5
e9b926
e9b926
* Thu Aug 23 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.43.0-9
e9b926
- rebuild
e9b926
e9b926
* Sat Feb 10 2007 Jakub Jelinek <jakub@redhat.com> - 5.43.0-8
e9b926
- Update to build this time with Tcl 8.4
e9b926
e9b926
* Thu Feb  8 2007 Miloslav Trmac <mitr@redhat.com> - 5.43.0-7
e9b926
- s/%%{buildroot}/"$RPM_BUILD_ROOT"/g
e9b926
- s,/usr/share/man,%%{_mandir},g
e9b926
- Use the Fedora-specified Buildroot:
e9b926
- Remove BuildRequires: libX11-devel
e9b926
- Don't install pkgIndex.tcl as an executable file
e9b926
- Drop the incorrect expect-5.32.2-fixcat.patch
e9b926
- Remove comments from *.h.in because they confuse config.status; this makes
e9b926
  the workaround expect-5.43.0-cfg-setpgrp.patch unnecesary.
e9b926
e9b926
* Sat Feb  3 2007 Miloslav Trmac <mitr@redhat.com> - 5.43.0-6
e9b926
- Update to build with Tcl 8.5
e9b926
- Drop static libraries
e9b926
- Ship more documentation
e9b926
- Use %%check for (make test), remove the conditional
e9b926
e9b926
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 5.43.0-5.1
e9b926
- rebuild
e9b926
e9b926
* Mon May 15 2006 David Cantrell <dcantrell@redhat.com> - 5.43.0-5
e9b926
- BuildRequires libX11-devel
e9b926
e9b926
* Fri Feb 24 2006 David Cantrell <dcantrell@redhat.com> - 5.43.0-4
e9b926
- Patch expLogChannelOpen() to create files with 0666 permissions (#182724)
e9b926
e9b926
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 5.43.0-3.1
e9b926
- bump again for double-long bug on ppc(64)
e9b926
e9b926
* Tue Feb 07 2006 David Cantrell <dcantrell@redhat.com> - 5.43.0-3
e9b926
- Rebuilt
e9b926
e9b926
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
e9b926
- rebuilt
e9b926
e9b926
* Tue May 31 2005 Jens Petersen <petersen@redhat.com> - 5.43.0-2
e9b926
- fix flushing of unbuffer script (Charles Sullivan, #143963)
e9b926
  with unbuffer-child-flush-143963.patch (Don Libes)
e9b926
- make autoconf include parent dir in testsuite to avoid error
e9b926
  (Robert Scheck, 150369)
e9b926
- separate the examples scripts patches from the rest
e9b926
e9b926
* Mon Mar  7 2005 Jens Petersen <petersen@redhat.com>
e9b926
- replace expect-5.32.2-setpgrp.patch by expect-5.43.0-cfg-setpgrp.patch
e9b926
  to set SETPGRP_VOID correctly
e9b926
e9b926
* Mon Mar  7 2005 Jens Petersen <petersen@redhat.com> - 5.43.0-1
e9b926
- run test make target by default
e9b926
  - can be turned off with --without check
e9b926
e9b926
* Sat Mar 05 2005 Robert Scheck <redhat@linuxnetz.de>
e9b926
- update to 5.43.0 (150369)
e9b926
  - no longer need expect-5.39.0-64bit-82547.patch,
e9b926
    expect-5.38.0-autopasswd-9917.patch
e9b926
    and expect-5.42-mkpasswd-verbose-user-141454.patch
e9b926
- run aclocal and configure with current autoconf (116777)
e9b926
  - buildrequire autoconf and automake instead of autoconf213
e9b926
e9b926
* Fri Dec  3 2004 Jens Petersen <petersen@redhat.com> - 5.42.1-2
e9b926
- fix "mkpasswd -v" failure when user not specified with
e9b926
  expect-5.42-mkpasswd-verbose-user-141454.patch (J F Wheeler, 141454)
e9b926
e9b926
* Thu Aug  5 2004 Jens Petersen <petersen@redhat.com> - 5.42.1-1
e9b926
- update to 5.42.1 (Robert Scheck, 126536)
e9b926
  - no longer need expect-5.32.2-kibitz.patch
e9b926
  - update expect-5.38.0-autopasswd-9917.patch
e9b926
- drop explicit tcl and tk requires
e9b926
e9b926
* Mon Jun 21 2004 Alan Cox <alan@redhat.com>
e9b926
- Autopasswd doesnt work and isnt ever going to work with pam around
e9b926
  since password setting depends on the modules in use (think "fingerprint"
e9b926
  or "smartcard"..). Remove it.
e9b926
e9b926
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
e9b926
- rebuilt
e9b926
e9b926
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
e9b926
- rebuilt
e9b926
e9b926
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
e9b926
- rebuilt
e9b926
e9b926
* Fri Nov 28 2003 Jens Petersen <petersen@redhat.com> - 5.39.0-95
e9b926
- new package split out from tcltk
e9b926
- build against installed tcl and tk
e9b926
- filtered changelog for expect
e9b926
- buildrequire autoconf213 (#110583) [mvd@mylinux.com.ua]
e9b926
e9b926
* Mon Nov 17 2003 Thomas Woerner <twoerner@redhat.com> 8.3.5-94
e9b926
- fixed RPATH for expect and expectk: expect-5.39.0-libdir.patch
e9b926
e9b926
* Wed Oct 15 2003 Jens Petersen <petersen@redhat.com> - 8.3.5-93
e9b926
- update expect to 5.39.0 (fixes #58317)
e9b926
- drop first hunk of 64bit patch and rename to expect-5.39.0-64bit-82547.patch
e9b926
- expect-5.32.2-weather.patch and expect-5.32.2-expectk.patch no longer needed
e9b926
e9b926
* Wed Sep 17 2003 Matt Wilson <msw@redhat.com> 8.3.5-92
e9b926
- rebuild again for #91211
e9b926
e9b926
* Wed Sep 17 2003 Matt Wilson <msw@redhat.com> 8.3.5-91
e9b926
- rebuild to fix gzipped file md5sums (#91211)
e9b926
e9b926
* Fri Jul 04 2003 Jens Petersen <petersen@redhat.com> - 8.3.5-90
e9b926
- make sure expect and itcl are linked against buildroot not installroot libs
e9b926
e9b926
* Tue Jan 28 2003 Jens Petersen <petersen@redhat.com> - 8.3.5-87
e9b926
- bring back expect alpha patch, renamed to 64bit patch (#82547)
e9b926
e9b926
* Fri Jan 17 2003 Jens Petersen <petersen@redhat.com> - 8.3.5-85
e9b926
- add some requires
e9b926
e9b926
* Tue Jan 14 2003 Jens Petersen <petersen@redhat.com> - 8.3.5-84
e9b926
- drop synthetic lib provides
e9b926
- remove obsolete patches from srpm
e9b926
- update buildrequires
e9b926
- use buildroot instead of RPM_BUILD_ROOT
e9b926
- install all man pages under mandir, instead of moving some from /usr/man
e9b926
- introduce _genfilelist macro for clean single-sweep find filelist generation
e9b926
  for each package
e9b926
- use perl to remove buildroot prefix from filelists
e9b926
e9b926
* Tue Jan  7 2003 Jeff Johnson <jbj@redhat.com> 8.3.5-80
e9b926
- rebuild to generate deps for4 DSO's w/o DT_SONAME correctly.
e9b926
e9b926
* Sat Jan  4 2003 Jeff Johnson <jbj@redhat.com> 8.3.5-79
e9b926
- set execute bits on library so that requires are generated.
e9b926
e9b926
* Tue Dec 10 2002 Jens Petersen <petersen@redhat.com> 8.3.5-78
e9b926
- make lib symlinks to .so not .so.0
e9b926
e9b926
* Mon Dec  9 2002 Jens Petersen <petersen@redhat.com> 8.3.5-76
e9b926
- make it build on x86_64 (details below)
e9b926
- add 100 to expect patches
e9b926
- patch expect configure to get EXP_LIB_SPEC to use libdir
e9b926
- don't explicitly update config.{guess,sub} since %%configure does it for us
e9b926
- added "--without check" rpmbuild option to disable running tests in future
e9b926
- generate filelists from datadir and not from mandir from now on
e9b926
e9b926
* Tue Dec  3 2002 Jens Petersen <petersen@redhat.com>
e9b926
- build without all makecfg patches for now
e9b926
  - in particular use upstream versioned library name convention
e9b926
- add backward compatible lib symlinks for now
e9b926
- add unversioned symlinks for versioned bindir files
e9b926
- use make's -C option rather than jumping in and out of source dirs
e9b926
  during install
e9b926
- use INSTALL_ROOT destdir-like make variable instead of makeinstall
e9b926
  for all subpackages except tix and itcl
e9b926
e9b926
* Mon Oct 21 2002 Jens Petersen <petersen@redhat.com>
e9b926
- move expectk and expect-devel files out of expect into separate packages
e9b926
  (#9832)
e9b926
- drop the crud compat dir symlinks in libdir
e9b926
- correct expect license
e9b926
- don't explicitly provide 64bit libs on ia64 and sparc64
e9b926
e9b926
* Tue Aug 20 2002 Jens Petersen <petersen@redhat.com> 8.3.3-74
e9b926
- fix compat symlink from /usr/lib/expect (#71606)
e9b926
e9b926
* Wed Aug 14 2002 Jens Petersen <petersen@redhat.com> 8.3.3-73
e9b926
- update to expect spawn patch from hjl@gnu.org (bug 43310)
e9b926
e9b926
* Tue Aug 13 2002 Jens Petersen <petersen@redhat.com> 8.3.3-72
e9b926
- update expect to 5.38.0
e9b926
- fixes #71113 (reported by yarnall@lvc.edu)
e9b926
e9b926
* Mon Jan 07 2002 Florian La Roche <Florian.LaRoche@redhat.de>
e9b926
- quick hack to have a correct setpgrp() call in expect
e9b926
- fix config.guess and config.sub to newer versions
e9b926
e9b926
* Tue Aug 28 2001 Adrian Havill <havill@redhat.com>
e9b926
- expect's fixline1 busted for expectk scripts (tkpasswd/tknewsbiff/tkterm)
e9b926
e9b926
* Wed Aug  8 2001 Adrian Havill <havill@redhat.com>
e9b926
- re-enable glibc string and math inlines; recent gcc is a-ok.
e9b926
- optimize at -O2 instead of -O
e9b926
- rename "soname" patches related to makefile/autoconf changes
e9b926
e9b926
* Wed Jul 25 2001 Adrian Havill <havill@redhat.com>
e9b926
- fixed 64 bit RPM provides for dependencies
e9b926
e9b926
* Thu Jul 19 2001 Adrian Havill <havill@redhat.com>
e9b926
- used %%makeinstall to brute force fix any remaining unflexible makefile dirs
e9b926
- improved randomness of expect's mkpasswd script via /dev/random (bug 9507)
e9b926
- revert --enable-threads, linux is (still) not ready (yet) (bug 49251)
e9b926
e9b926
* Sun Jul  8 2001 Adrian Havill <havill@redhat.com>
e9b926
- refresh all sources to latest stable (TODO: separate expect/expectk)
e9b926
- massage out some build stuff to patches (TODO: libtoolize hacked constants)
e9b926
- remove patches already rolled into the upstream
e9b926
- removed RPATH (bugs 45569, 46085, 46086), added SONAMEs to ELFs
e9b926
- changed shared object filenames to something less gross
e9b926
- reenable threads which seem to work now
e9b926
- fixed spawn/eof read problem with expect (bug 43310)
e9b926
- made compile-friendly for IA64
e9b926
e9b926
* Fri Mar 23 2001 Bill Nottingham <notting@redhat.com>
e9b926
- bzip2 sources
e9b926
e9b926
* Mon Mar 19 2001 Bill Nottingham <notting@redhat.com>
e9b926
- build with -D_GNU_SOURCE - fixes expect on ia64
e9b926
e9b926
* Mon Mar 19 2001 Preston Brown <pbrown@redhat.com>
e9b926
- build fix from ahavill.
e9b926
e9b926
* Wed Feb 21 2001 Tim Powers <timp@redhat.com>
e9b926
- fixed weather expect script using wrong server (#28505)
e9b926
e9b926
* Tue Feb 13 2001 Adrian Havill <havill@redhat.com>
e9b926
- rebuild so make check passes
e9b926
e9b926
* Fri Oct 20 2000 Than Ngo <than@redhat.com>
e9b926
- rebuild with -O0 on alpha (bug #19461)
e9b926
e9b926
* Thu Aug 17 2000 Jeff Johnson <jbj@redhat.com>
e9b926
- summaries from specspo.
e9b926
e9b926
* Thu Jul 27 2000 Jeff Johnson <jbj@redhat.com>
e9b926
- rebuild against "working" util-linux col.
e9b926
e9b926
* Fri Jun 16 2000 Jeff Johnson <jbj@redhat.com>
e9b926
- don't mess with %%{_libdir}, it's gonna be a FHS pita.
e9b926
e9b926
* Fri Jun  2 2000 Jeff Johnson <jbj@redhat.com>
e9b926
- FHS packaging changes.
e9b926
- revert --enable-threads, linux is not ready (yet) (#11789).
e9b926
- expect: update to 5.31.7+ (#11595).
e9b926
e9b926
* Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com>
e9b926
- update to (tcl,tk}-8.2.3, expect-5.31, and itcl-3.1.0, URL's as well.
e9b926
- use perl to drill out pre-pended RPM_BUILD_ROOT.
e9b926
- configure with --enable-threads (experimental).
e9b926
- autopasswd needs to handle password starting with hyphen (#9917).
e9b926
- handle 553 ftp status in rftp expect script (#7869).
e9b926
- remove cryptdir/decryptdir, as Linux has not crypt command (#6668).
e9b926
- correct hierarchy spelling (#7082).
e9b926
- fix "expect -d ...", format string had int printed as string (#7775).
e9b926
e9b926
* Tue Mar  7 2000 Jeff Johnson <jbj@redhat.com>
e9b926
- rebuild for sparc baud rates > 38400.
e9b926
e9b926
* Mon Feb  7 2000 Bill Nottingham <notting@redhat.com>
e9b926
- handle compressed manpages
e9b926
e9b926
* Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com>
e9b926
- Make changes from bug number 7602
e9b926
- Apply patch from bug number 7537
e9b926
- Apply fix from bug number 7157
e9b926
- Add fixes from bug #7601 to the runtcl patch
e9b926
e9b926
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
e9b926
- fix descriptions
e9b926
- man pages are compressed (whatapain)
e9b926
e9b926
* Tue Nov 30 1999 Jakub Jelinek <jakub@redhat.com>
e9b926
- compile on systems where SIGPWR == SIGLOST.
e9b926
e9b926
* Thu Apr  8 1999 Jeff Johnson <jbj@redhat.com>
e9b926
- use /usr/bin/write in kibitz (#1320).
e9b926
- use cirrus.sprl.umich.edu in weather (#1926).
e9b926
e9b926
* Tue Feb 16 1999 Jeff Johnson <jbj@redhat.com>
e9b926
- expect does unaligned access on alpha (#989)
e9b926
- upgrade expect to 5.28.
e9b926
e9b926
* Tue Jan 12 1999 Cristian Gafton <gafton@redhat.com>
e9b926
- call libtoolize to allow building on the arm
e9b926
- build for glibc 2.1
e9b926
- strip binaries
e9b926
e9b926
* Thu Sep 10 1998 Jeff Johnson <jbj@redhat.com>
e9b926
- update tcl/tk/tclX to 8.0.3, expect is updated also.
e9b926
e9b926
* Mon Jun 29 1998 Jeff Johnson <jbj@redhat.com>
e9b926
- expect: mkpasswd needs delay before sending password (problem #576)
e9b926
e9b926
* Thu May 07 1998 Prospector System <bugs@redhat.com>
e9b926
- translations modified for de, fr, tr
e9b926
e9b926
* Sat May 02 1998 Cristian Gafton <gafton@redhat.com>
e9b926
- fixed expect binaries exec permissions
e9b926
e9b926
* Wed Oct 22 1997 Otto Hammersmith <otto@redhat.com>
e9b926
- fixed src urls
e9b926
e9b926
* Mon Oct 06 1997 Erik Troan <ewt@redhat.com>
e9b926
- removed version numbers from descriptions
e9b926
e9b926
* Mon Sep 22 1997 Erik Troan <ewt@redhat.com>
e9b926
- updated to tcl/tk 8.0 and related versions of packages
e9b926
e9b926
* Tue Jun 17 1997 Erik Troan <ewt@redhat.com>
e9b926
- built against glibc
e9b926
- fixed dangling tclx/tkx symlinks