Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 70190b44e22da7cc556fc4211ffee5e4 > files > 2

pssh-1.4.2-1mdv2008.0.src.rpm

%define name	pssh
%define version 1.4.2
%define release %mkrel 1
Summary: Parallel SSH tools
Name: 	 %name
Version: %version
Release: %release
Group: 	 Networking/Remote access
Source:  http://www.theether.org/pssh/%name-%version.tar.lzma
License: BSD
Url:     http://theether.org/pssh/
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Buildrequires: python
Requires: openssh, python
BuildRequires: python-setuptools, python-devel
Buildarch: noarch

%description
This package provides various parallel tools based on ssh and scp.

%prep 
%setup

%build

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

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc TODO ChangeLog INSTALL AUTHORS COPYING doc/pssh-HOWTO.html
%{_bindir}/*
%{py_sitedir}/psshlib
%if "%py_ver" == "2.5"
%py_sitedir/*.egg-info
%endif


%changelog
* Tue Sep 09 2008 Lev Givon <lev@mandriva.org> 1.4.2-1mdv2008.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 <tvignaud@mandriva.com>
    - 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