Sophie

Sophie

distrib > Mandriva > 10.1 > i586 > by-pkgid > 4a8889a4e6719d30bb1f2e2ebd07c765 > files > 3

tentakel-2.1.2-1mdk.src.rpm

%define name tentakel
%define version 2.1.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%{_doc} install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc 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/tpg.pyc
%{_mandir}/man1/tentakel.1.bz2

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