Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > bafbb8d684c4971291f374b1f4e8a7ca > files > 2

python-twisted-conch-0.5.0-2mdk.src.rpm

Summary:        An SSH and SFTP protocol implementation together with clients and servers 
Name:           python-twisted-conch
Version:        0.5.0
Release:        %mkrel 2
Source0:        http://tmrc.mit.edu/mirror/twisted/Conch/0.5/TwistedConch-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/projects/conch
BuildRoot:      %{_tmppath}/%{name}-buildroot
BuildRequires:	python-devel python-twisted-core
BuildArch:      noarch
Requires:       python-twisted-core

%description
Conch is an SSHv2 implementation written in Python. SSH is a protocol designed 
to allow remote access to shells and commands, but it is generic enough to 
allow everything from TCP forwarding to generic filesystem access. Since 
conch is written in Python, it interfaces well with other Python projects, 
such as Imagination. 
Conch also includes a implementations of the telnet and vt102 protocols, as 
well as support for rudamentary line editing behaviors. 

A new implementation of Twisted's Manhole application is also included, 
featuring server-side input history and interactive syntax coloring.

%prep
%setup -q -n TwistedConch-%version

%build
%__python setup.py build

%install
%__rm -rf %buildroot
%__python setup.py install --root  %buildroot

%__install -d                      %buildroot%_mandir/man1
%__install -m 644 doc/man/*.1      %buildroot%_mandir/man1

%clean
%__rm -rf %buildroot

%files
%defattr(0755,root,root,0755)
%_bindir/*
%defattr(0644,root,root,0755)
%doc LICENSE README doc/*
%_libdir/python%pyver/site-packages/twisted/conch
%_libdir/python%pyver/site-packages/twisted/plugins/*
%_mandir/man1/*

%changelog

* Sun May 15 2005 Michael Scherer <misc@mandriva.org> 0.5.0-2mdk
- reupload correct package

* Sun May 08 2005 Michael Scherer <misc@mandriva.org> 0.5.0-1mdk
- Initial package