Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 7857c042c8bab4b7a4a88af0faecb3ad > files > 2

pssh-2.1.1-1mdv2010.1.src.rpm

%define name		pssh
%define version		2.1.1
%define release		%mkrel 1

Summary:	Parallel SSH tools
Name:		%{name}
Version:	%{version}
Release:	%{release}
Group:		Networking/Remote access
Source:		http://parallel-ssh.googlecode.com/files/%{name}-%{version}.tar.gz
License:	BSD
Url:		http://parallel-ssh.googlecode.com/
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	openssh
BuildRequires:	python-setuptools 
Buildarch:	noarch
%py_requires -d

%description
PSSH provides parallel versions of OpenSSH and related tools. Included
are pssh, pscp, prsync, pnuke, and pslurp. The project includes
psshlib which can be used within custom applications.

%prep 
%setup -q

%install
%__rm -rf %{buildroot}
%__python setup.py install --root=%{buildroot}

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog AUTHORS COPYING 
%{_bindir}/*
%{py_sitedir}/psshlib
%{py_sitedir}/*.egg-info



%changelog
* Tue Mar 09 2010 Lev Givon <lev@mandriva.org> 2.1.1-1mdv2010.1
+ Revision: 517197
- Update to 2.1.1.

* Tue Sep 15 2009 Thierry Vignaud <tv@mandriva.org> 1.4.3-3mdv2010.0
+ Revision: 441966
- rebuild

* Tue Jan 06 2009 Funda Wang <fwang@mandriva.org> 1.4.3-2mdv2009.1
+ Revision: 325813
- rebuild

* Sun Nov 09 2008 Lev Givon <lev@mandriva.org> 1.4.3-1mdv2009.1
+ Revision: 301464
- Update to 1.4.3.

* Tue Sep 09 2008 Lev Givon <lev@mandriva.org> 1.4.2-1mdv2009.0
+ Revision: 283311
- Update to 1.4.2.

* Sun Jun 22 2008 Lev Givon <lev@mandriva.org> 1.3.2-1mdv2009.0
+ Revision: 227949
- Update to 1.3.2.

* Wed Jan 02 2008 Olivier Blin <oblin@mandriva.com> 1.3.1-2mdv2008.1
+ Revision: 140737
- restore BuildRoot

  + Thierry Vignaud <tv@mandriva.org>
    - kill re-definition of %%buildroot on Pixel's request

* Mon Aug 27 2007 Lev Givon <lev@mandriva.org> 1.3.1-2mdv2008.0
+ Revision: 72167
- Fix arg bug.
- Update to 1.3.1.
  Clean up spec file.


* Mon Nov 06 2006 Erwan Velu <erwan@mandriva.org> 1.2.2-2mdv2007.0
+ Revision: 76853
- Adding Buildrequires on python
- Import pssh

* Thu Nov 02 2006 Erwan Velu <erwan@mandriva.org> 1.2.2-1mdv2007.1
- Initial relase