Summary: Bash shell Name: bash Version: 3.2 Release: 3 License: GPL Group: System/Base Source: %{name}-%{version}.tar.gz Patch0: %{name}-%{version}-fixes-8.patch Patch1: bash-requires.patch %description Bourne Again SHell is the most common shell for unix systems. %prep %setup -q patch -Np1 -i %{PATCH0} patch -Np1 -i %{PATCH1} %build ./configure --prefix=/usr --bindir=/bin \ --without-bash-malloc --with-installed-readline make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT htmldir=/usr/share/doc/bash-3.2 install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc /usr/share/doc/bash-3.2 /bin/bash /bin/bashbug /usr/share/info /usr/share/locale /usr/share/man %changelog * Sat Jun 28 2008 Jonathan Norman 3.2-3 - Removed %post echo about /etc/shell because bash is needed anyway * Wed Jun 25 2008 Jonathan Norman 3.2-2 - Updated patch verison for fixes-8 from fixes-7 - Removed redundant sed command - Removed buildroot - Added list of files installed - Changed post install and remove command to echo what the user should now do