Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > fa55e5fad7e778a15cf33d13b964efe4 > files > 2

python-twisted-mail-0.1.0-2mdk.src.rpm

Summary:        An iSTMP/POP2/IMAP protocol implementation together with clients and servers
Name:           python-twisted-mail
Version: 0.1.0
Release: %mkrel 2
Source0:        http://tmrc.mit.edu/mirror/twisted/Mail/0.1/TwistedMail-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/projects/web/
BuildRoot:      %{_tmppath}/%{name}-buildroot
BuildRequires:	python-devel python-twisted-core
Requires:       python-twisted-core
# for mail/relaymanager.py
Requires:       python-twisted-names
BuildArch:      noarch

%description
Twisted Mail contains high-level, efficient protocol implementations for both 
clients and servers of SMTP, POP3, and IMAP4. Additionally, it contains an 
"out of the box" combination SMTP/POP3 virtual-hosting mail server. Also 
included is a read/write Maildir implementation and a basic Mail Exchange 
calculator (depends on Twisted Names).

%prep
%setup -q -n TwistedMail-%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/mail/
%_libdir/python%pyver/site-packages/twisted/plugins/*
%_mandir/man1/*

%changelog

* Sun May 15 2005 Michael Scherer <misc@mandriva.org> 0.1.0-2mdk
- fix requires

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