Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 05d6a2f01ea7a9fcc109559679a485ff > files > 3

tentakel-2.2-1mdk.src.rpm

%define name tentakel
%define version 2.2
%define release 1mdk

Summary: Tentakel is a program that executes the same command on many hosts in parallel
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Patch0: tentakel-setup.py.patch.bz2
License: GPL
Group: Networking/Remote access
Url: http://tentakel.biskalar.de/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Buildarch: noarch
requires: python

%description
Tentakel is a program that executes the same command on many hosts in parallel 
using SSH. It is designed to be easily extendable. The output of the remote 
command can be controlled by means of format strings.

%prep
%setup -q
%patch -p0

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
%make PREFIX=$RPM_BUILD_ROOT%{_prefix} mandir=$RPM_BUILD_ROOT%{_mandir} shredoc=$RPM_BUILD_ROOT%{_docdir} install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc PLUGINS README TODO tentakel.1.html tentakel.conf.example
%{_bindir}/%name
%{_libdir}/python*/site-packages/lekatnet/__init__.py
%{_libdir}/python*/site-packages/lekatnet/__init__.pyc
%{_libdir}/python*/site-packages/lekatnet/config.py
%{_libdir}/python*/site-packages/lekatnet/config.pyc
%{_libdir}/python*/site-packages/lekatnet/error.py
%{_libdir}/python*/site-packages/lekatnet/error.pyc
%{_libdir}/python*/site-packages/lekatnet/remote.py
%{_libdir}/python*/site-packages/lekatnet/remote.pyc
%{_libdir}/python*/site-packages/lekatnet/shell.py
%{_libdir}/python*/site-packages/lekatnet/shell.pyc
%{_libdir}/python*/site-packages/lekatnet/tpg.py*
%{_libdir}/python*/site-packages/lekatnet/plugins/*
%{_mandir}/man1/tentakel.1.bz2

%changelog
* Tue Mar 22 2005 Antoine Ginies <aginies@n1.mandrakesoft.com> 2.2-1mdk
- release 2.2

* Sun Dec 05 2004 Michael Scherer <misc@mandrake.org> 2.1.2-3mdk
- Rebuild for new python

* Fri May 28 2004 Antoine Ginies <aginies@n2.mandrakesoft.com> 2.1.2-1mdk
- first Mandrakesoft release