Name: tcsh Version: 6.17.00 Release: 1mamba Summary: An enhanced version of csh, the C shell Group: Applications/Shells Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.primate.wisc.edu/software/csh-tcsh-book/ Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.tar.gz License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Tcsh is an enhanced but completely compatible version of csh, the C shell. Tcsh is a command language interpreter which can be used both as an interactive login shell and as a shell script command processor. Tcsh includes a command line editor, programmable word completion, spelling correction, a history mechanism, job control and a C language like syntax. %prep [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %setup -q -n tcsh-%{version} %build %configure \ --enable-encryption # --prefix=%{_prefix} \ # --mandir=%{_mandir} \ # --infodir=%{_infodir} \ %make %install %makeinstall mkdir -p %{buildroot}%{_mandir}/man1 cp tcsh.man %{buildroot}%{_mandir}/man1/tcsh.1 mkdir -p %{buildroot}/bin ln -s /usr/bin/tcsh %{buildroot}/bin/csh %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/tcsh /bin/csh %{_mandir}/man1/* %changelog * Wed Jul 22 2009 Automatic Build System 6.17.00-1mamba - automatic update by autodist * Mon Jan 05 2009 Silvan Calarco 6.16.00-1mamba - update to 6.16.00 * Sat May 19 2007 Silvan Calarco 6.15-1mamba - update to 6.15 * Fri Jul 18 2003 Silvan Calarco 6.12-1qilnx - First build for tcsh