Search
j0ke.net Open Build Service
>
Projects
>
ha
>
mussh
> mussh.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File mussh.spec of Package mussh
# # mussh spec file # $Id: mussh.spec,v 1.10 2006/12/26 23:10:11 doughnut Exp $ # Summary: MUltihost SSH Name: mussh Version: 0.7 Release: 3 License: GPL BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Group: Applications/System Source: %{name}-%{version}.tgz URL: http://www.sourceforge.net/projects/mussh %description Mussh is a shell script that allows you to execute a command or script over ssh on multiple hosts with one command. When possible mussh will use ssh-agent and RSA/DSA keys to minimize the need to enter your password more than once. %prep rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/bin/ mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1/ %setup -n mussh %install install -m0755 mussh $RPM_BUILD_ROOT%{_bindir} gzip mussh.1 install -m0644 mussh.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/ %files %defattr(-, root, root) %doc INSTALL README BUGS CHANGES EXAMPLES %{_bindir}/mussh %{_mandir}/man1/mussh.1.gz %changelog * Fri Jan 22 2010 Carsten Schoene <cs@linux-administrator.com> - 0.7-3 - import to buildservice * Tue Dec 26 2006 Dave Fogarty <doughnut@doughnut.net> 0.7-2 - Added ssh timeout option * Thu Aug 23 2005 Dave Fogarty <dave@collegenet.com> - Added manpage * Thu Aug 11 2005 Dave Fogarty <dave@collegenet.com> - Re-package for 0.6-1BETA - Async mode added * Tue Jul 30 2002 Dave Fogarty <dave@collegenet.com> - Re-package for 0.5