Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 50548e00a7f5e77f3f885efdb2825781 > files > 2

python-twisted-news-0.2.0-1mdv2007.0.src.rpm

Summary:        An NNTP protocol implementation together with clients and servers
Name:           python-twisted-news
Version: 0.2.0
Release: %mkrel 1
Source0:        http://tmrc.mit.edu/mirror/twisted/News/0.2/TwistedNews-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/projects/news/
BuildRoot:      %{_tmppath}/%{name}-buildroot
BuildRequires:	python-devel python-twisted-core
Requires:       python-twisted-core

%description
Twisted News provides a very basic NNTP server, as well as an NNTP client 
protocol implementation. Two messages storage systems are supported: the 
DB-API 2.0 backend stores and indexes messages in any compatible SQL 
database; the Twisted dirdbm backend uses serialized Python objects 
stored directly on the filesystem for message storage. Twisted News 
also has very rudamentary support for moderated groups.

%prep
%setup -q -n TwistedNews-%version

%build
%__python setup.py build

%install
%__rm -rf %buildroot
%__python setup.py install --root  %buildroot --install-purelib=%py_platsitedir

%clean
%__rm -rf %buildroot

%files
%defattr(0644,root,root,0755)
%doc  LICENSE README
%py_platsitedir/twisted/news/
%py_platsitedir/twisted/plugins/*
%changelog
* Tue May 30 2006 Michael Scherer <misc@mandriva.org> 0.2.0-1mdv2007.0
- 0.2.0

* Wed Jan 25 2006 Michael Scherer <misc@mandriva.org> 0.1.0-2mdk
- make it arch dependant, use macro

* Sat Sep 24 2005 Michael Scherer <misc@mandriva.org> 0.1.0-1mdk
- Initial package ( forget to upload 4 months ago )