Summary: Cluster Admin Via SSH Name: clusterssh Version: 3.21 Release: 4%{?dist} License: GPL Group: Applications/Productivity URL: http://clusterssh.sourceforge.net Source0: http://dl.sf.net/clusterssh/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description ClusterSSH controls a number of xterm windows via a single graphical console window to allow commands to be interactively run on multiple servers over an ssh connection. %prep %setup -q %build %configure make %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING AUTHORS README NEWS ChangeLog %{_bindir}/cssh %{_mandir}/man1/cssh.1* %changelog * Sat Dec 29 2007 Axel Thimm - 3.21-4 - Update to 3.20. * Wed Aug 9 2006 Axel Thimm - 3.19.1-3 - Update to 3.19.1. * Fri Dec 2 2005 Axel Thimm - Update to 3.18.1. * Sun Aug 7 2005 Axel Thimm - Initial build.