Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 642b19333a7a1f55b11bc040c9169a80 > files > 2

python-twisted-runner-0.1.0-1mdk.src.rpm

Summary:        Runner has process management, including an inetd replacement for Twisted
Name:           python-twisted-runner
Version: 0.1.0
Release: %mkrel 1
Source0:        http://tmrc.mit.edu/mirror/twisted/Runner/0.1/TwistedRunner-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/projects/runner/
BuildRoot:      %{_tmppath}/%{name}-buildroot
BuildRequires:	python-devel python-twisted-core
Requires:       python-twisted-core

%description
Runner has process management, including an inetd replacement for Twisted.

%prep
%setup -q -n TwistedRunner-%version

%build
%__python setup.py build

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

%clean
%__rm -rf %buildroot

%files
%defattr(0644,root,root,0755)
%doc LICENSE README 
%_libdir/python%pyver/site-packages/twisted/runner/

%changelog
* Sat May 14 2005 Michael Scherer <misc@mandriva.org> 0.1.0-1mdk
- Initial package