auto-import changelog data from zsh-4.0.2-1.src.rpm
Tue Jun 26 2001 Trond Eivind Glomsrd <teg@redhat.com> - 4.0.2 - Run the testsuite during build Wed Jun 20 2001 Trond Eivind Glomsrd <teg@redhat.com> - Add libtermcap-devel and libcap-devel to buildrequires Fri Jun 01 2001 Trond Eivind Glomsrd <teg@redhat.com> - 4.0.1 Thu May 17 2001 Trond Eivind Glomsrd <teg@redhat.com> - 4.0.1pre4 - zsh is now available in bz2 - use it Mon Apr 09 2001 Trond Eivind Glomsrd <teg@redhat.com> - 4.0.1pre3 - remove the dir file from the info directory Wed Mar 21 2001 Trond Eivind Glomsrd <teg@redhat.com> - Remove contents from /etc/zshenv file - no reason to duplicate things from /etc/profile, which is sourced from /etc/zprofile (#32478) Thu Mar 15 2001 Trond Eivind Glomsrd <teg@redhat.com> - 4.0.1pre2 - remove some obsolete code in /etc/zprofile
This commit is contained in:
parent
2ae952392f
commit
83b6adbf2c
@ -1 +1 @@
|
|||||||
zsh-3.0.8.tar.gz
|
zsh-4.0.2.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
6c4c62da23d2b9d8d7599768193cc782 zsh-3.0.8.tar.gz
|
11cfcd3ff0b53ced5b99cc7bd3dd7235 zsh-4.0.2.tar.bz2
|
||||||
|
13
zprofile.rhs
13
zprofile.rhs
@ -2,19 +2,6 @@
|
|||||||
# /etc/zprofile and ~/.zprofile are run for login shells
|
# /etc/zprofile and ~/.zprofile are run for login shells
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
|
||||||
# all bourne shells should source /etc/profile
|
# all bourne shells should source /etc/profile
|
||||||
source /etc/profile
|
source /etc/profile
|
||||||
|
|
||||||
#
|
|
||||||
# run other components -- zsh is a bourne shell
|
|
||||||
#for i in /etc/profile.d/*.sh
|
|
||||||
#do
|
|
||||||
# source $i
|
|
||||||
#done
|
|
||||||
#
|
|
||||||
#if [ `id -gn` = `id -un` -a `id -u` -gt 14 ]; then
|
|
||||||
# umask 002
|
|
||||||
#else
|
|
||||||
# umask 022
|
|
||||||
#fi
|
|
||||||
|
61
zsh.spec
61
zsh.spec
@ -1,20 +1,19 @@
|
|||||||
Summary: A shell similar to ksh, but with improvements.
|
Summary: A shell similar to ksh, but with improvements.
|
||||||
Name: zsh
|
Name: zsh
|
||||||
Version: 3.0.8
|
Version: 4.0.2
|
||||||
Release: 8
|
Release: 1
|
||||||
Copyright: GPL
|
License: BSD
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
Source0: ftp://ftp.zsh.org/pub/zsh-%{version}.tar.gz
|
Source0: ftp://ftp.zsh.org/pub/zsh-%{version}.tar.bz2
|
||||||
Source1: zlogin.rhs
|
Source1: zlogin.rhs
|
||||||
Source2: zlogout.rhs
|
Source2: zlogout.rhs
|
||||||
Source3: zprofile.rhs
|
Source3: zprofile.rhs
|
||||||
Source4: zshrc.rhs
|
Source4: zshrc.rhs
|
||||||
Source5: zshenv.rhs
|
Source5: zshenv.rhs
|
||||||
Patch0: zsh-3.0.8-doc.patch
|
|
||||||
Patch1: zsh-3.0.8-nousrlocal.patch
|
|
||||||
Patch2: zsh-3.0.4-rlimitlock.path
|
|
||||||
Prereq: fileutils grep /sbin/install-info
|
Prereq: fileutils grep /sbin/install-info
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
Requires: libcap
|
||||||
|
BuildRequires: libtermcap-devel libcap-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The zsh shell is a command interpreter usable as an interactive login
|
The zsh shell is a command interpreter usable as an interactive login
|
||||||
@ -29,9 +28,6 @@ Install the zsh package if you'd like to try out a different shell.
|
|||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -40,18 +36,20 @@ autoconf
|
|||||||
|
|
||||||
# gawk exits 1 on ia64 for no apparent reason
|
# gawk exits 1 on ia64 for no apparent reason
|
||||||
make || make
|
make || make
|
||||||
|
# Run the testsuite
|
||||||
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
mkdir -p $RPM_BUILD_ROOT/etc
|
mkdir -p $RPM_BUILD_ROOT/etc
|
||||||
%makeinstall install.man install.info bindir=$RPM_BUILD_ROOT/bin
|
%makeinstall install.info bindir=$RPM_BUILD_ROOT/bin \
|
||||||
|
fndir=$RPM_BUILD_ROOT/%{_datadir}/zsh/%{version}/functions \
|
||||||
gzip -9 $RPM_BUILD_ROOT/%{_infodir}/*
|
sitefndir=$RPM_BUILD_ROOT/%{_datadir}/zsh/site-functions
|
||||||
|
|
||||||
chmod 755 ${RPM_BUILD_ROOT}/bin/zsh
|
chmod 755 ${RPM_BUILD_ROOT}/bin/zsh
|
||||||
|
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
|
||||||
|
|
||||||
cp Etc/{BUGS,FAQ,CONTRIBUTORS,FEATURES,NEWS} .
|
|
||||||
|
|
||||||
for I in zshrc zlogin zlogout zshenv zprofile; do
|
for I in zshrc zlogin zlogout zshenv zprofile; do
|
||||||
cp $RPM_SOURCE_DIR/${I}.rhs ${RPM_BUILD_ROOT}/etc/$I
|
cp $RPM_SOURCE_DIR/${I}.rhs ${RPM_BUILD_ROOT}/etc/$I
|
||||||
@ -89,15 +87,42 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc BUGS CONTRIBUTORS ChangeLog FAQ FEATURES META-FAQ NEWS README
|
%doc README LICENCE Etc/BUGS Etc/CONTRIBUTORS Etc/FAQ Etc/FEATURES Etc/MACHINES
|
||||||
%doc Etc Util Functions
|
%doc Etc/NEWS Etc/zsh-development-guide Etc/completion-style-guide
|
||||||
/bin/zsh
|
/bin/zsh*
|
||||||
/bin/zsh-%{version}
|
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
%{_datadir}/zsh
|
||||||
|
/usr/lib/zsh
|
||||||
%config(noreplace) /etc/*
|
%config(noreplace) /etc/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 26 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- 4.0.2
|
||||||
|
- Run the testsuite during build
|
||||||
|
|
||||||
|
* Wed Jun 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- Add libtermcap-devel and libcap-devel to buildrequires
|
||||||
|
|
||||||
|
* Fri Jun 1 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- 4.0.1
|
||||||
|
|
||||||
|
* Thu May 17 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- 4.0.1pre4
|
||||||
|
- zsh is now available in bz2 - use it
|
||||||
|
|
||||||
|
* Mon Apr 9 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- 4.0.1pre3
|
||||||
|
- remove the dir file from the info directory
|
||||||
|
|
||||||
|
* Wed Mar 21 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- Remove contents from /etc/zshenv file - no reason to duplicate things
|
||||||
|
from /etc/profile, which is sourced from /etc/zprofile (#32478)
|
||||||
|
|
||||||
|
* Thu Mar 15 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- 4.0.1pre2
|
||||||
|
- remove some obsolete code in /etc/zprofile
|
||||||
|
|
||||||
* Tue Feb 27 2001 Preston Brown <pbrown@redhat.com>
|
* Tue Feb 27 2001 Preston Brown <pbrown@redhat.com>
|
||||||
- noreplace config files.
|
- noreplace config files.
|
||||||
|
|
||||||
|
11
zshenv.rhs
11
zshenv.rhs
@ -6,14 +6,3 @@
|
|||||||
# .zshenv should not contain commands that product
|
# .zshenv should not contain commands that product
|
||||||
# output or assume the shell is attached to a tty.
|
# output or assume the shell is attached to a tty.
|
||||||
#
|
#
|
||||||
|
|
||||||
export X11HOME=/usr/X11R6
|
|
||||||
|
|
||||||
if [ `id -u` -eq 0 ]; then
|
|
||||||
path=(/sbin /usr/sbin)
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo $PATH | /bin/grep -q "\W$X11HOME/bin:" || path=($path $X11HOME/bin)
|
|
||||||
echo $PATH | /bin/grep -q "\W/bin:" || path=($path /bin)
|
|
||||||
echo $PATH | /bin/grep -q "\W/usr/bin:" || path=($path /usr/bin)
|
|
||||||
echo $PATH | /bin/grep -q "\W/usr/local/bin:" || path=($path /usr/local/bin)
|
|
||||||
|
@ -23,5 +23,5 @@ export MAIL=/var/spool/mail/$USER
|
|||||||
path=($path $HOME/bin)
|
path=($path $HOME/bin)
|
||||||
|
|
||||||
# bindkey -v # vi key bindings
|
# bindkey -v # vi key bindings
|
||||||
# bindkey -e # emacs key bindings
|
bindkey -e # emacs key bindings
|
||||||
bindkey ' ' magic-space # also do history expansino on space
|
bindkey ' ' magic-space # also do history expansino on space
|
||||||
|
Loading…
Reference in New Issue
Block a user