psss / rpms / zsh

Forked from rpms/zsh 5 years ago
Clone
cvsdist 2c8e3f3
# this file is encoded in UTF-8  -*- coding: utf-8 -*-
cvsdist 2c8e3f3
cvsdist b244625
Summary: A powerful interactive shell
cvsdist abdd31b
Name: zsh
d3e6239
Version: 4.3.10
41a26d8
Release: 4%{?dist}
cvsdist 83b6adb
License: BSD
cvsdist 21be858
URL: http://zsh.sunsite.dk/
cvsdist abdd31b
Group: System Environment/Shells
9ed34da
Source0: ftp://ftp.zsh.org/pub/zsh-%{version}.tar.bz2
cvsdist abdd31b
Source1: zlogin.rhs
cvsdist abdd31b
Source2: zlogout.rhs
cvsdist abdd31b
Source3: zprofile.rhs
cvsdist abdd31b
Source4: zshrc.rhs
cvsdist abdd31b
Source5: zshenv.rhs
cvsdist 2c8e3f3
Source6: dotzshrc
cvsdist b244625
Source7: zshprompt.pl
f0f47b5
# Give me better tools or die!
f0f47b5
%define _default_patch_fuzz 2
cvsdist 92bd44f
Patch0: zsh-serial.patch
jantill 2cc004c
#Patch1: zsh-4.0.6-make-test-fail.patch
cvsdist b244625
#Patch3: zsh-4.0.7-bckgrnd-bld-102042.patch
9ed34da
Patch4: zsh-4.3.6-8bit-prompts.patch
75e8755
Patch5: zsh-test-C02-dev_fd-mock.patch
7a97d8c
Patch6: zsh-4.3.6-hack-a01grammar-test-select-off.patch
cvsdist abdd31b
Prereq: fileutils grep /sbin/install-info
jantill dd07451
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
d9db358
BuildRequires: mktemp coreutils sed ncurses-devel libcap-devel
4b7fae2
BuildRequires: texinfo tetex texi2html gawk /bin/hostname
jantill 2cc004c
Requires(post): /sbin/install-info grep
jantill 2cc004c
Requires(preun): /sbin/install-info
jantill 2cc004c
Requires(postun): mktemp coreutils grep
cvsdist abdd31b
cvsdist abdd31b
%description
cvsdist abdd31b
The zsh shell is a command interpreter usable as an interactive login
cvsdist abdd31b
shell and as a shell script command processor.  Zsh resembles the ksh
cvsdist abdd31b
shell (the Korn shell), but includes many enhancements.  Zsh supports
cvsdist abdd31b
command line editing, built-in spelling correction, programmable
cvsdist abdd31b
command completion, shell functions (with autoloading), a history
cvsdist 538cfb0
mechanism, and more.
cvsdist abdd31b
cvsdist 21be858
%package html
cvsdist 21be858
Summary: Zsh shell manual in html format
cvsdist 21be858
Group: System Environment/Shells
cvsdist 21be858
cvsdist 21be858
%description html
cvsdist 21be858
The zsh shell is a command interpreter usable as an interactive login
cvsdist 21be858
shell and as a shell script command processor.  Zsh resembles the ksh
cvsdist 21be858
shell (the Korn shell), but includes many enhancements.  Zsh supports
cvsdist 21be858
command line editing, built-in spelling correction, programmable
cvsdist 21be858
command completion, shell functions (with autoloading), a history
cvsdist 21be858
mechanism, and more.
cvsdist 21be858
cvsdist 21be858
This package contains the Zsh manual in html format.
cvsdist 21be858
cvsdist abdd31b
%prep
cvsdist abdd31b
cvsdist abdd31b
%setup -q
cvsdist 92bd44f
%patch0 -p1 -b .serial
eb6b312
%patch4 -p1
eb6b312
%patch5 -p1
aa8c126
%patch6 -p1
cvsdist b244625
#autoconf
cvsdist b244625
cvsdist b244625
cp -p %SOURCE7 .
cvsdist abdd31b
cvsdist abdd31b
%build
cvsdist 2c8e3f3
%define _bindir /bin
cvsdist 8075d0a
# Avoid stripping...
cvsdist 8075d0a
export LDFLAGS=""
4b7fae2
%configure --enable-etcdir=%{_sysconfdir} --with-tcsetpgrp  --enable-maildir-support
cvsdist abdd31b
cvsdist 21be858
make all html
jantill dd07451
jantill dd07451
%check
cvsdist 83b6adb
# Run the testsuite
cvsdist 2c8e3f3
# the completion tests hang on s390 and s390x
cvsdist 2c8e3f3
  ( cd Test
cvsdist 2c8e3f3
    mkdir skipped
d9db358
%ifarch s390 s390x ppc ppc64
d9db358
    mv Y*.ztst skipped
cvsdist 2c8e3f3
%endif
bcdc344
%ifarch s390 s390x ppc64
4b7fae2
    # FIXME: This is a real failure, Debian apparently just don't test.
4b7fae2
    # RHBZ: 460043
4b7fae2
    mv D02glob.ztst skipped
4b7fae2
%endif
d9db358
    # FIXME: This hangs in mock
7cbce27
    # Running test: Test loading of all compiled modules
7cbce27
    mv V01zmodload.ztst skipped
d9db358
    true )
d9db358
  ZTST_verbose=1 make test
cvsdist abdd31b
cvsdist abdd31b
%install
cvsdist abdd31b
rm -rf $RPM_BUILD_ROOT
cvsdist 2c8e3f3
%makeinstall install.info \
jantill dd07451
  fndir=$RPM_BUILD_ROOT%{_datadir}/zsh/%{version}/functions \
104f9d3
  sitefndir=$RPM_BUILD_ROOT%{_datadir}/zsh/site-functions \
104f9d3
  scriptdir=$RPM_BUILD_ROOT%{_datadir}/zsh/%{version}/scripts \
104f9d3
  sitescriptdir=$RPM_BUILD_ROOT%{_datadir}/zsh/scripts
cvsdist abdd31b
cvsdist 2c8e3f3
rm -f ${RPM_BUILD_ROOT}%{_bindir}/zsh-%{version}
cvsdist 2c8e3f3
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
cvsdist abdd31b
cvsdist 2c8e3f3
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}
jantill 2cc004c
for i in %{SOURCE4} %{SOURCE1} %{SOURCE2} %{SOURCE5} %{SOURCE3}; do
jantill 2cc004c
    install -m 644 $i ${RPM_BUILD_ROOT}%{_sysconfdir}/"$(basename $i .rhs)"
cvsdist abdd31b
done
cvsdist abdd31b
cvsdist 2c8e3f3
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/skel
e148d5c
install -m 644 %{SOURCE6} ${RPM_BUILD_ROOT}%{_sysconfdir}/skel/.zshrc
cvsdist 2c8e3f3
jantill 2cc004c
# This is just here to shut up rpmlint, and is very annoying.
jantill 2cc004c
# Note that we can't chmod everything as then rpmlint will complain about
jantill 2cc004c
# those without a she-bang line.
jantill 2cc004c
for i in checkmail harden run-help zcalc zkbd; do
jantill 2cc004c
    sed -i -e 's!/usr/local/bin/zsh!%{_bindir}/zsh!' \
jantill 2cc004c
      ${RPM_BUILD_ROOT}%{_datadir}/zsh/*/functions/$i
jantill 2cc004c
    chmod +x ${RPM_BUILD_ROOT}%{_datadir}/zsh/*/functions/$i
jantill 2cc004c
done
jantill 2cc004c
jantill dd07451
cvsdist abdd31b
%clean
cvsdist abdd31b
rm -rf $RPM_BUILD_ROOT
cvsdist abdd31b
cvsdist abdd31b
%post
cvsdist 2c8e3f3
if [ ! -f %{_sysconfdir}/shells ] ; then
cvsdist 2c8e3f3
    echo "%{_bindir}/zsh" > %{_sysconfdir}/shells
cvsdist abdd31b
else
cvsdist 2c8e3f3
    grep -q "^%{_bindir}/zsh$" %{_sysconfdir}/shells || echo "%{_bindir}/zsh" >> %{_sysconfdir}/shells
cvsdist abdd31b
fi
cvsdist abdd31b
41a26d8
if [ -f %{_infodir}/zsh.info.gz ]; then
41a26d8
# This is needed so that --excludedocs works.
cvsdist abdd31b
/sbin/install-info %{_infodir}/zsh.info.gz %{_infodir}/dir \
jantill dd07451
  --entry="* zsh: (zsh).			An enhanced bourne shell."
41a26d8
fi
41a26d8
4cff864
:
cvsdist abdd31b
cvsdist abdd31b
%preun
cvsdist abdd31b
if [ "$1" = 0 ] ; then
41a26d8
    if [ -f %{_infodir}/zsh.info.gz ]; then
41a26d8
    # This is needed so that --excludedocs works.
cvsdist abdd31b
    /sbin/install-info --delete %{_infodir}/zsh.info.gz %{_infodir}/dir \
jantill dd07451
      --entry="* zsh: (zsh).			An enhanced bourne shell."
41a26d8
    fi
cvsdist abdd31b
fi
4cff864
:
cvsdist abdd31b
cvsdist abdd31b
%postun
cvsdist abdd31b
if [ "$1" = 0 ] ; then
cvsdist 2c8e3f3
    if [ -f %{_sysconfdir}/shells ] ; then
jantill dd07451
        TmpFile=`%{_bindir}/mktemp /tmp/.zshrpmXXXXXX`
jantill dd07451
        grep -v '^%{_bindir}/zsh$' %{_sysconfdir}/shells > $TmpFile
jantill 41d85bb
        cp -f $TmpFile %{_sysconfdir}/shells
jantill 41d85bb
        rm -f $TmpFile
cvsdist abdd31b
    fi
cvsdist abdd31b
fi
cvsdist abdd31b
cvsdist abdd31b
%files
cvsdist abdd31b
%defattr(-,root,root)
e473665
%doc README LICENCE Etc/BUGS Etc/CONTRIBUTORS Etc/FAQ FEATURES MACHINES
e473665
%doc NEWS Etc/zsh-development-guide Etc/completion-style-guide zshprompt.pl
cvsdist 2c8e3f3
%attr(755,root,root) %{_bindir}/zsh
cvsdist abdd31b
%{_mandir}/*/*
cvsdist abdd31b
%{_infodir}/*
cvsdist 83b6adb
%{_datadir}/zsh
cvsdist 2c8e3f3
%{_libdir}/zsh
jantill 41d85bb
%config(noreplace) %{_sysconfdir}/skel/.z*
jantill dd07451
%config(noreplace) %{_sysconfdir}/z*
cvsdist abdd31b
cvsdist 21be858
%files html
cvsdist 21be858
%defattr(-,root,root)
104f9d3
%doc Doc/*.html
cvsdist 21be858
cvsdist abdd31b
%changelog
41a26d8
* Fri Aug  7 2009 James Antill <james@fedoraproject.org> - 4.3.10-4
41a26d8
- Allow --excludedocs command to work!
41a26d8
- Resolves: bug#515986
41a26d8
3fcc40f
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.10-3
3fcc40f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3fcc40f
d3e6239
* Mon Jul 20 2009 James Antill <james@fedoraproject.org> - 4.3.10-1
d3e6239
- Import new upstream 4.3.10
d3e6239
bcdc344
* Wed Jun 10 2009 Karsten Hopp <karsten@redhat.com> 4.3.9-4.1
bcdc344
- skip D02glob test on s390, too
bcdc344
4b7fae2
* Mon Mar  2 2009 James Antill <james@fedoraproject.org> - 4.3.9-4
4b7fae2
- Remove D02glob testcase on ppc/ppc64, and hope noone cares
629e052
21ca26d
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.9-2
21ca26d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
21ca26d
e49b974
* Fri Dec 20 2008 James Antill <james@fedoraproject.org> - 4.3.9-1
ec7299a
- Import new upstream 4.3.9
ec7299a
7a97d8c
* Mon Aug 25 2008 James Antill <james@fedoraproject.org> - 4.3.6-5
9ed34da
- Import new upstream 4.3.6
7cbce27
- Rebase 8bit prompt patch
09bc5e7
- Add patch fuzz=2
75e8755
- Add BuildReq on /bin/hostname directly
7a97d8c
- FIXME: These should all be unpatched, at some point.
75e8755
- Don't test /dev/fd as mock doesn't like it
7cbce27
- Don't test the modload module, as mock doesn't like loading them all
7a97d8c
- Don't test the select test in A01grammar, stdin/stderr racy?
9ed34da
fec3f9a
* Thu Jan 31 2008 James Antill <james@fedoraproject.org> - 4.3.4-7
85380af
- Tweak /etc/zshrc to source /etc/profile.d/*.sh in ksh compat. mode
fec3f9a
- Tweak /etc/zprofile to source /etc/profile in ksh compat. mode
85380af
- Resolves: rhbz#430665
85380af
3e4841c
* Mon Nov  3 2007 James Antill <jantill@redhat.com> - 4.3.4-5
3e4841c
- Fix 8bit chars in prompts.
3e4841c
- Resolves: 375211
3e4841c
2fc798c
* Thu Oct 11 2007 James Antill <jantill@redhat.com> - 4.3.4-4
2fc798c
- Fix login shell detection.
2fc798c
- Resolves: 244684
2fc798c
68edd3c
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 4.3.4-3
68edd3c
- BuildRequire gawk.
68edd3c
72491ea
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 4.3.4-2
72491ea
- Rebuild for selinux ppc32 issue.
72491ea
f0fa875
* Tue Aug 28 2007 James Antill <jantill@redhat.com> - 4.3.4-1
f0fa875
- Rebuild for buildid/ppc32
f0fa875
104f9d3
* Wed Jul 25 2007 James Antill <jantill@redhat.com> - 4.3.4-0
104f9d3
- Move to upstream 4.3.4, the stable non-stable release
104f9d3
jantill 2cc004c
* Mon Mar  5 2007 James Antill <james@and.org> - 4.2.6-6
jantill 2cc004c
- Move requires to be scriptlet specific
jantill 2cc004c
- chmod functions, to shut rpmlint up (false positive warning)
jantill 2cc004c
- sed only the requied functions (again, shuts rpmlint up)
jantill 2cc004c
- Remove zsh-4.0.6-make-test-fail.patch
jantill 2cc004c
- Remove RPM_SOURCE_DIR var, using %%{SOURCEx} and basename
jantill 2cc004c
Resolves: rhbz#226813
jantill 2cc004c
jantill 41d85bb
* Tue Feb 27 2007 James Antill <james@and.org> - 4.2.6-5
jantill 41d85bb
- Fix sed typo.
jantill 41d85bb
- Fix skel expansion problem.
jantill 41d85bb
- Add Requires for mktemp/info/etc.
jantill 2cc004c
- Use cp again due to SELinux context
jantill 41d85bb
Resolves: rhbz#226813
jantill 41d85bb
jantill dd07451
* Tue Feb 27 2007 James Antill <james@and.org> - 4.2.6-4
jantill dd07451
- Fix buildroot to new Fedora default.
jantill dd07451
- Remove /etc/skel from ownership.
jantill dd07451
- Remove explicit libcap dep.
jantill dd07451
- Tweak postun script.
jantill dd07451
- Move checking to generic rpm infrastructure.
jantill dd07451
Resolves: rhbz#226813
jantill dd07451
4cff864
* Tue Jan 16 2007 Miroslav Lichvar <mlichvar@redhat.com> - 4.2.6-3
4cff864
- Link with ncurses
4cff864
- Add dist tag
4cff864
- Make scriptlets safer
4cff864
jantill d937758
* Tue Sep 19 2006 James Antill <jantill@redhat.com> - 4.2.6-2
jantill d937758
- Add --enable-maildir-support BZ#186281
jantill d937758
c7ed633
* Mon Sep 11 2006 Christopher Aillon <caillon@redhat.com> - 4.2.6-1
c7ed633
- Update to 4.2.6
c7ed633
465bd32
* Wed Jul 13 2006 Jesse Keating <jkeating@redhat.com> - 4.2.5-2
61263aa
- rebuild
465bd32
- add mising br texi2html
61263aa
28e1794
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4.2.5-1.2.2
28e1794
- bump again for double-long bug on ppc(64)
28e1794
jantill dd07451
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.2.5
6bd9809
- rebuilt for new gcc4.1 snapshot and glibc changes
6bd9809
823b079
* Wed Jan  4 2006 Jesse Keating <jkeating@redhat.com> 0 4.2.5-1.2
823b079
- rebuilt again
823b079
3c971cb
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
3c971cb
- rebuilt
3c971cb
8cc3d79
* Mon Mar 14 2005 Colin Walters <walters@redhat.com> - 4.2.5-1
8cc3d79
- New upstream version
8cc3d79
- Fix Doc html includes; looks like texinfo changed incompatibly
8cc3d79
8cc3d79
* Mon Mar 14 2005 Colin Walters <walters@redhat.com> - 4.2.1-3
adadc06
- Rebuild for GCC4
adadc06
e148d5c
* Sun Jan 16 2005 Colin Walters <walters@redhat.com> - 4.2.1-2
e148d5c
- Install config files using install instead of cp, with mode 644
e148d5c
e473665
* Mon Jan 03 2005 Colin Walters <walters@redhat.com> - 4.2.1-1
e473665
- New upstream version 4.2.1
e473665
- FEATURES, MACHINES, and NEWS moved to toplevel dir
e473665
- Update zsh-4.0.6-make-test-fail.patch, but do not apply it for now
e473665
- Remove upstreamed zsh-4.2.0-jobtable-125452.patch
e473665
cvsdist 3de397a
* Mon Jul  5 2004 Jens Petersen <petersen@redhat.com> - 4.2.0-3
cvsdist 3de397a
- source profile in zprofile rather than .zshrc (Péter Kelemen,
cvsdist 3de397a
  Magnus Gustavsson, 102187,126539)
cvsdist 3de397a
- add zsh-4.2.0-jobtable-125452.patch to fix job table bug
cvsdist 3de397a
  (Henrique Martins, 125452)
cvsdist 3de397a
- buildrequire tetex for texi2html (Maxim Dzumanenko, 124182)
cvsdist 3de397a
cvsdist cc7d601
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist cc7d601
- rebuilt
cvsdist cc7d601
cvsdist b244625
* Sat Apr 10 2004 Jens Petersen <petersen@redhat.com> - 4.2.0-1
cvsdist b244625
- update to 4.2.0 stable release
cvsdist b244625
- zsh-4.0.7-bckgrnd-bld-102042.patch no longer needed
cvsdist b244625
- add compinit and various commented config improvements to .zshrc
cvsdist b244625
  (Eric Hattemer,#114887)
cvsdist b244625
- include zshprompt.pl in doc dir (Eric Hattemer)
cvsdist b244625
- drop setenv function from zshrc
cvsdist b244625
cvsdist 548748f
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 548748f
- rebuilt
cvsdist 548748f
cvsdist 548748f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 548748f
- rebuilt
cvsdist 548748f
cvsdist 21be858
* Tue Jan 13 2004 Jens Petersen <petersen@redhat.com> - 4.0.9-1
cvsdist 21be858
- update to 4.0.9 release
cvsdist 21be858
- zsh-4.0.7-completion-_files-110852.patch no longer needed
cvsdist 21be858
- update zsh-4.0.7-bckgrnd-bld-102042.patch to better one with --with-tcsetpgrp
cvsdist 21be858
  configure option by Philippe Troin
cvsdist 21be858
- configure --with-tcsetpgrp
cvsdist 21be858
- buildrequire texinfo for makeinfo
cvsdist b244625
- fix ownership of html manual (Florian La Roche, #112749)
cvsdist 21be858
cvsdist 21be858
* Tue Dec  9 2003 Jens Petersen <petersen@redhat.com> - 4.0.7-3
cvsdist 21be858
- no longer "stty erase" in /etc/zshrc for screen [Lon Hohberger]
cvsdist 21be858
cvsdist 21be858
* Thu Nov 27 2003 Jens Petersen <petersen@redhat.com> - 4.0.7-2
cvsdist 21be858
- quote %% in file glob'ing completion code (#110852)
cvsdist 21be858
  [reported with patch by Keith T. Garner]
cvsdist 21be858
- add zsh-4.0.7-bckgrnd-bld-102042.patch from Philippe Troin to allow
cvsdist 21be858
  configure to run in the background (#102042) [reported by Michael Redinger]
cvsdist 21be858
- above patch requires autoconf to be run
cvsdist 21be858
- include html manual in separate -html subpackage
cvsdist 21be858
- changed url to master site
cvsdist 21be858
- skip completion tests on ppc and ppc64 for now, since they hang
cvsdist 21be858
cvsdist 373df78
* Fri Jun 20 2003 Jens Petersen <petersen@redhat.com> - 4.0.7-1
cvsdist 373df78
- update to 4.0.7 bugfix release
cvsdist 373df78
cvsdist 373df78
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 373df78
- rebuilt
cvsdist 373df78
cvsdist 373df78
* Thu May  1 2003 Jens Petersen <petersen@redhat.com> - 4.0.6-7
cvsdist 373df78
- don't set stty erase in a dumb terminal with tput kbs in /etc/zshrc (#89856)
cvsdist 373df78
  [reported by Ben Liblit]
cvsdist 373df78
- make default prompt more informative, like bash
cvsdist 373df78
cvsdist 2c8e3f3
* Mon Feb 10 2003 Jens Petersen <petersen@redhat.com> - 4.0.6-5
cvsdist 2c8e3f3
- skip completion tests on s390 and s390x since they hang
cvsdist 2c8e3f3
cvsdist 2c8e3f3
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 2c8e3f3
- rebuilt
cvsdist 2c8e3f3
cvsdist 2c8e3f3
* Wed Dec 25 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 2c8e3f3
- fix adding zsh to /etc/shells
cvsdist 2c8e3f3
cvsdist 2c8e3f3
* Fri Nov 29 2002 Florian La Roche <Florian.LaRoche@redhat.de> 4.0.6-2
cvsdist 2c8e3f3
- make sure /bin/zsh is owned by root and not bhcompile
jantill dd07451
- do not package zsh-%%{version} into binary rpm
cvsdist 2c8e3f3
cvsdist 2c8e3f3
* Thu Nov 28 2002 Jens Petersen <petersen@redhat.com> 4.0.6-1
cvsdist 2c8e3f3
- define _bindir to be /bin and use it
cvsdist 2c8e3f3
- use _sysconfdir and _libdir
cvsdist 2c8e3f3
cvsdist 2c8e3f3
* Mon Nov 25 2002 Jens Petersen <petersen@redhat.com>
cvsdist 2c8e3f3
- 4.0.6
cvsdist 2c8e3f3
- add url
cvsdist 2c8e3f3
- add --without check build option
cvsdist 2c8e3f3
- don't autoconf
cvsdist 2c8e3f3
- make "make test" failure not go ignored
cvsdist 2c8e3f3
- move sourcing of profile from zshenv to new .zshrc file for now (#65509)
cvsdist 2c8e3f3
- preserve dates when installing rc files
cvsdist 2c8e3f3
cvsdist 2c8e3f3
* Fri Nov 15 2002 Jens Petersen <petersen@redhat.com>
cvsdist 2c8e3f3
- setup backspace better with tput in zshrc to please screen (#77833)
cvsdist 2c8e3f3
- encode spec file in utf-8
cvsdist 2c8e3f3
cvsdist 2c8e3f3
* Fri Jun 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.4-8
cvsdist 92bd44f
- Make it work with a serial port (#56353)
cvsdist 92bd44f
- Add $HOME/bin to path for login shells (#67110)
cvsdist 92bd44f
cvsdist 4e02adc
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 4e02adc
- automated rebuild
cvsdist 4e02adc
cvsdist 4e02adc
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 4e02adc
- automated rebuild
cvsdist 4e02adc
cvsdist 2c8e3f3
* Fri Apr  5 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.4-5
cvsdist cf11e41
- Source /etc/profile from /etc/zshenv instead of /etc/zprofile, 
cvsdist cf11e41
  to run things the same way bash do (#62788)
cvsdist cf11e41
cvsdist 2c8e3f3
* Tue Apr  2 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.4-4
cvsdist 8075d0a
- Explicitly specify blank LDFLAGS to avoid autoconf thinking it 
cvsdist 8075d0a
  should strip when linking
cvsdist 8075d0a
cvsdist 2c8e3f3
* Thu Feb 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.4-3
cvsdist 8075d0a
- Rebuild
cvsdist 8075d0a
cvsdist 8075d0a
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 8075d0a
- automated rebuild
cvsdist 8075d0a
cvsdist 2c8e3f3
* Fri Oct 26 2001 Trond Eivind Glomsrød <teg@redhat.com> 4.0.4-1
cvsdist 8075d0a
- 4.0.4
cvsdist 8075d0a
- Don't force emacs keybindings, they're the default (#55102)
cvsdist 8075d0a
cvsdist 2c8e3f3
* Wed Oct 24 2001 Trond Eivind Glomsrød <teg@redhat.com> 4.0.3-1
cvsdist 8075d0a
- 4.0.3
cvsdist 8075d0a
cvsdist 2c8e3f3
* Mon Jul 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 538cfb0
- Fix typo in comment in zshrc (#50214)
cvsdist 538cfb0
- Don't set environment variables in  /etc/zshrc (#50308)
cvsdist 538cfb0
cvsdist 2c8e3f3
* Tue Jun 26 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 83b6adb
- 4.0.2
cvsdist 83b6adb
- Run the testsuite during build
cvsdist 83b6adb
cvsdist 2c8e3f3
* Wed Jun 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 83b6adb
- Add libtermcap-devel and libcap-devel to buildrequires
cvsdist 83b6adb
cvsdist 2c8e3f3
* Fri Jun  1 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 83b6adb
- 4.0.1
cvsdist 83b6adb
cvsdist 2c8e3f3
* Thu May 17 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 83b6adb
- 4.0.1pre4
cvsdist 83b6adb
- zsh is now available in bz2 - use it
cvsdist 83b6adb
cvsdist 2c8e3f3
* Mon Apr  9 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 83b6adb
- 4.0.1pre3
cvsdist 83b6adb
- remove the dir file from the info directory
cvsdist 83b6adb
cvsdist 2c8e3f3
* Wed Mar 21 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 83b6adb
- Remove contents from /etc/zshenv file - no reason to duplicate things
cvsdist 83b6adb
  from /etc/profile, which is sourced from /etc/zprofile (#32478)
cvsdist 83b6adb
cvsdist 2c8e3f3
* Thu Mar 15 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 83b6adb
- 4.0.1pre2
cvsdist 83b6adb
- remove some obsolete code in /etc/zprofile
cvsdist 83b6adb
cvsdist 2ae9523
* Tue Feb 27 2001 Preston Brown <pbrown@redhat.com>
cvsdist 2ae9523
- noreplace config files.
cvsdist 2ae9523
cvsdist 2c8e3f3
* Thu Feb 15 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 2ae9523
- Handle RLIMIT_LOCKS in 2.4 (#27834 - patch from H.J. Lu)
cvsdist 2ae9523
cvsdist 2c8e3f3
* Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 2ae9523
- rebuild to fix #23568  (empty signal list)
cvsdist 2ae9523
cvsdist 2c8e3f3
* Tue Nov 28 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 2ae9523
- fix the post script, so we only have only line for zsh
cvsdist 2ae9523
  and can remove the trigger
cvsdist 2ae9523
- get rid of some instances of "/usr/local/bin/zsh"
cvsdist 2ae9523
cvsdist 28318b1
* Mon Nov 20 2000 Bill Nottingham <notting@redhat.com>
cvsdist 28318b1
- fix ia64 build
cvsdist 28318b1
cvsdist abdd31b
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
cvsdist abdd31b
- automatic rebuild
cvsdist abdd31b
cvsdist 2c8e3f3
* Sun Jul 02 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist abdd31b
- rebuild
cvsdist abdd31b
cvsdist 2c8e3f3
* Tue Jun 06 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist abdd31b
- 3.0.8
cvsdist abdd31b
- use %%configure and %%makeinstall
cvsdist abdd31b
- updated URL
cvsdist abdd31b
- disable old patches
cvsdist abdd31b
- add better patch for texi source
cvsdist abdd31b
- use %%{_mandir} and %%{_infodir}
cvsdist abdd31b
- use %%{_tmppath}
cvsdist abdd31b
cvsdist 2c8e3f3
* Tue May 02 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist abdd31b
- patched to recognize export in .zshrc (bug #11169)
cvsdist abdd31b
cvsdist abdd31b
* Tue Mar  7 2000 Jeff Johnson <jbj@redhat.com>
cvsdist abdd31b
- rebuild for sparc baud rates > 38400.
cvsdist abdd31b
cvsdist abdd31b
* Fri Mar 03 2000 Cristian Gafton <gafton@redhat.com>
cvsdist abdd31b
- fix postun script so that we don't remove ourselves on every update
cvsdist abdd31b
  doh...
cvsdist abdd31b
- add a trigger to fix old versions of the package
cvsdist abdd31b
cvsdist abdd31b
* Mon Jan 31 2000 Cristian Gafton <gafton@redhat.com>
cvsdist abdd31b
- rebuild to fix dependencies
cvsdist abdd31b
cvsdist abdd31b
* Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com>
cvsdist abdd31b
- update to 3.0.7.
cvsdist abdd31b
- source /etc/profile so that USER gets set correctly (#5655).
cvsdist abdd31b
cvsdist abdd31b
* Fri Sep 24 1999 Michael K. Johnson <johnsonm@redhat.com>
cvsdist abdd31b
- source /etc/profile.d/*.sh in zprofile
cvsdist abdd31b
cvsdist abdd31b
* Tue Sep 07 1999 Cristian Gafton <gafton@redhat.com>
cvsdist abdd31b
- fix zshenv and zprofile scripts - foxed versions from HJLu.
cvsdist abdd31b
cvsdist abdd31b
* Thu Jul 29 1999 Bill Nottingham <notting@redhat.com>
cvsdist abdd31b
- clean up init files some. (#4055)
cvsdist abdd31b
cvsdist abdd31b
* Tue May 18 1999 Jeff Johnson <jbj@redhat.com>
cvsdist abdd31b
- Make sure that env variable TmpFile is evaluated. (#2898)
cvsdist abdd31b
cvsdist abdd31b
* Sun May  9 1999 Jeff Johnson <jbj@redhat.com>
cvsdist abdd31b
- fix select timeval initialization (#2688).
cvsdist abdd31b
cvsdist abdd31b
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist abdd31b
- auto rebuild in the new build environment (release 10)
cvsdist abdd31b
- fix the texi source
cvsdist abdd31b
- patch to detect & link against nsl
cvsdist abdd31b
cvsdist abdd31b
* Wed Mar 10 1999 Cristian Gafton <gafton@redhat.com>
cvsdist abdd31b
- use mktemp to handle temporary files.
cvsdist abdd31b
cvsdist abdd31b
* Thu Feb 11 1999 Michael Maher <mike@redhat.com>
cvsdist abdd31b
- fixed bug #365
cvsdist abdd31b
cvsdist abdd31b
* Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
cvsdist abdd31b
- build for glibc 2.1
cvsdist abdd31b
cvsdist abdd31b
* Thu Sep 10 1998 Jeff Johnson <jbj@redhat.com>
cvsdist abdd31b
- compile for 5.2
cvsdist abdd31b
cvsdist abdd31b
* Sat Jun 06 1998 Prospector System <bugs@redhat.com>
cvsdist abdd31b
- translations modified for de
cvsdist abdd31b
cvsdist abdd31b
* Sat Jun  6 1998 Jeff Johnson <jbj@redhat.com>
cvsdist abdd31b
- Eliminate incorrect info page removal.
cvsdist abdd31b
cvsdist abdd31b
* Fri May 08 1998 Prospector System <bugs@redhat.com>
cvsdist abdd31b
- translations modified for de, fr, tr
cvsdist abdd31b
cvsdist abdd31b
* Sat Apr 11 1998 Cristian Gafton <gafton@redhat.com>
cvsdist abdd31b
- manhattan build
cvsdist abdd31b
- moved profile.d handling from zshrc to zprofile
cvsdist abdd31b
cvsdist abdd31b
* Wed Oct 21 1997 Cristian Gafton <gafton@redhat.com>
cvsdist abdd31b
- Upgraded to 3.0.5
cvsdist abdd31b
- Install-info handling
cvsdist abdd31b
cvsdist abdd31b
* Thu Jul 31 1997 Erik Troan <ewt@redhat.com>
cvsdist abdd31b
- built against glibc
cvsdist abdd31b
cvsdist abdd31b
* Thu Apr 10 1997 Michael Fulbright <msf@redhat.com>
cvsdist abdd31b
- Upgraded to 3.0.2
cvsdist abdd31b
- Added 'reasonable' default startup files in /etc