Summary: The Z Shell Name: zsh Version: 4.3.6 Release: 2 License: GPL Group: System/Base Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-buildroot %description ZSH is the default shell for Blue Square Linux. %prep %setup -q %build %configure --prefix=/usr --bindir=/bin \ --sysconfdir=/etc/zsh --enable-etcdir=/etc/zsh make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install make infodir=$RPM_BUILD_ROOT/usr/share/info install.info ln -sv zsh $RPM_BUILD_ROOT/bin/sh %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) / %changelog * Fri Jul 11 2008 Jonathan Norman 4.3.6-2 - Fixed listed files. - Added sh link. * Wed Jun 25 2008 Jonathan Norman 4.3.6-1 - Removed Buildroot - Updated to 4.3.6 from 4.3.5 - Removed BSL version from description - Removed post install shell option.