Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 5faf301f2de63a012f3013dc6fcdb065 > files > 2

python-twisted-news-8.2.0-1mdv2009.1.src.rpm

%define version 8.2.0
%define rel 1

Summary:        An NNTP protocol implementation together with clients and servers
Name:           python-twisted-news
Version: %version
Release: %mkrel %rel
Source0:        http://tmrc.mit.edu/mirror/twisted/News/8.1/TwistedNews-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/trac/wiki/TwistedNews
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/*
%py_platsitedir/*.egg-info


%changelog
* Sat Jan 03 2009 Jérôme Soyer <saispo@mandriva.org> 8.2.0-1mdv2009.1
+ Revision: 323856
- New upstream release

* Thu Dec 25 2008 Adam Williamson <awilliamson@mandriva.com> 8.1.0-21mdv2009.1
+ Revision: 318664
- rebuild for python 2.6

* Sat Jun 14 2008 Michael Scherer <misc@mandriva.org> 8.1.0-1mdv2009.0
+ Revision: 219072
-update to new version

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Fri Aug 31 2007 Crispin Boylan <crisb@mandriva.org> 0.3.0-1mdv2008.0
+ Revision: 77002
- Add new egginfo file
- New version


* 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 )