Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > by-pkgid > cd714418f440517e99ab7ca38f3d8b25 > files > 3

p-run-0.1-2mdk.src.rpm

%define name p-run
%define version 0.1
%define release 2mdk

Summary: Runs program, script or commands on large number of hosts in parallel
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Patch0:	p-run-Makefile.patch.bz2
License: GPL
Group: Networking/Remote access
Url: http://www.sorensonfamily.com/~frank/projects/p-run/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot


%description
p-run is a utility that runs a program, script, or series of commands on
a large number of hosts in parallel. It simplifies management of machines
in computer labs. It uses ssh, and supports password and key-based 
authentication. p-run uses libexpect, and will run in parallel across as 
many processes as specified. When run on a large number of hosts, its 
parallel nature significantly speeds up administration.

%prep
%setup -q
%patch -p0

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %{buildroot}%{_bindir}
cp -v %name %{buildroot}%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc Copying README TODO
%attr(755,root,root) %{_bindir}/*

%changelog
* Mon Mar 21 2005 Antoine Ginies <aginies@n1.mandrakesoft.com> 0.1-2mdk
- rebuild

* Thu May 27 2004 Antoine Ginies <aginies@n2.mandrakesoft.com> 0.1-1mdk
- first Mandrakesoft release