rpms/pssh/F-9 pssh.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Terje Røsten terjeros at fedoraproject.org
Mon Aug 25 21:34:21 UTC 2008


Author: terjeros

Update of /cvs/extras/rpms/pssh/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26447/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	pssh.spec 
Log Message:
Importing pssh.




--- NEW FILE pssh.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"
)}

Summary:   Parallel SSH tools
Name:      pssh
Version:   1.4.0
Release:   1%{?dist}
License:   BSD
Url:       http://www.theether.org/pssh/
Group:     Applications/Productivity
Source0:   http://www.theether.org/pssh/pssh-%{version}.tar.gz 
Requires:  openssh-clients
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-setuptools-devel

%description
This package provides various parallel tools based on ssh and scp.
Parallell version includes:
 o ssh : pssh
 o scp : pscp
 o nuke : pnuke
 o rsync : prsync
 o slurp : pslurp

%prep 
%setup -q

%build
%{__python} setup.py build

%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, -)
%doc AUTHORS BUGS ChangeLog COPYING TODO
%{_bindir}/pnuke
%{_bindir}/prsync
%{_bindir}/pscp
%{_bindir}/pslurp
%{_bindir}/pssh
%{python_sitelib}/%{name}-%{version}*
%{python_sitelib}/%{name}lib

%changelog
* Mon Aug 25 2008 Terje Rosten <terje.rosten at ntnu.no> - 1.4.0-1
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pssh/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Aug 2008 19:59:25 -0000	1.1
+++ .cvsignore	25 Aug 2008 21:33:51 -0000	1.2
@@ -0,0 +1 @@
+pssh-1.4.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pssh/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Aug 2008 19:59:25 -0000	1.1
+++ sources	25 Aug 2008 21:33:51 -0000	1.2
@@ -0,0 +1 @@
+6cf09d3660f837a82a9029731093b543  pssh-1.4.0.tar.gz




More information about the fedora-extras-commits mailing list