rpms/mussh/devel mussh.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Mon Dec 11 19:35:07 UTC 2006


Author: kevin

Update of /cvs/extras/rpms/mussh/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3238/devel

Modified Files:
	.cvsignore sources 
Added Files:
	mussh.spec 
Log Message:
auto-import mussh-0.6-1.fc7 on branch devel from mussh-0.6-1.fc7.src.rpm


--- NEW FILE mussh.spec ---
Name:           mussh
Version:        0.6
Release:        1%{?dist}
Summary:        Multihost SSH wrapper

Group:          Applications/System
License:        GPL
URL:            http://www.sourceforge.net/projects/mussh
Source0:        http://downloads.sourceforge.net/mussh/mussh-0.6.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch

%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
%setup -q -n mussh

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/bin/
install -p mussh $RPM_BUILD_ROOT/usr/bin/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc INSTALL README BUGS CHANGES EXAMPLES
%{_bindir}/mussh

%changelog
* Sun Dec 10 2006 Kevin Fenzi <kevin at tummy.com> 0.6-1
- Initial version for Fedora Extras

* Thu Aug 11 2005 Dave Fogarty <dave at collegenet.com>
- Re-package for 0.6-1BETA
- Async mode added

* Tue Jul 30 2002 Dave Fogarty <dave at collegenet.com>
- Re-package for 0.5


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mussh/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Dec 2006 19:34:17 -0000	1.1
+++ .cvsignore	11 Dec 2006 19:34:37 -0000	1.2
@@ -0,0 +1 @@
+mussh-0.6.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mussh/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Dec 2006 19:34:17 -0000	1.1
+++ sources	11 Dec 2006 19:34:37 -0000	1.2
@@ -0,0 +1 @@
+d25b2683c6128e97e01ce1278027deb3  mussh-0.6.tgz




More information about the scm-commits mailing list