Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37559051
en ru br
ALT Linux repos
S:5.14-alt1
5.0: 4.7.6-alt1.1
4.1: 4.7.6-alt1.1
4.0: 4.7.6-alt1
3.0: 4.3.11-alt1
+backports:4.4.3-alt0.M30.1

Group :: Networking/Mail
RPM: getmail

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: getmail
Version: 4.7.6
Release: alt1

Summary: POP3 mail retriever with reliable Maildir delivery
License: GPL
Group: Networking/Mail

Packager: Pavlov Konstantin <thresh at altlinux.ru>
Url: http://pyropus.ca/software/getmail
Source: %name-%version.tar.gz

# Automatically added by buildreq on Sat Jun 11 2005

BuildRequires: python-base python-modules-compiler python-modules-encodings
BuildRequires: python-dev >= 2.4.0
BuildArch: noarch

Summary(ru_RU.KOI8-R): Выкачивание почты по POP3 с надежной доставкой в Maildir
Summary(uk_UA.KOI8-U): Витягування пошти за POP3 ╕з над╕йним постачанням до Maildir

%description
getmail is intended as a simple replacement for fetchmail for those people
who do not need its various and sundry configuration options, complexities,
and bugs.  It retrieves mail from one or more POP3 servers for one or more
email accounts, and reliably delivers into a Maildir specified on a
per-account basis.  It can also deliver into mbox files, although this
should not be attempted over NFS.  getmail is written entirely in python.

%description -l ru_RU.KOI8-R
getmail предназначен быть простой заменой fetchmail для тех, кому не нужны
разнообразные опции, сложности и ошибки.  Способен забирать почту с одного или
нескольких POP3-серверов и надежно доставлять в Maildir; возможна доставка в
mbox, но не поверх NFS.  Написан на Python.

%description -l uk_UA.KOI8-U
getmail ма╓ бути простою зам╕ною fetchmail для тих, кому не потр╕бн╕
р╕зноман╕тн╕ опц╕╖, складнощ╕ та помилки.  Здатен забирати пошту з одного чи
к╕лькох POP3-сервер╕в й над╕йно поставляти до Maildir; можливе й використання
mbox, але не по NFS.  Написаний на Python.

%prep -q
%setup

%build
python setup.py build

%install
python setup.py install \
--root=%buildroot \
--optimize=2 \
--record=INSTALLED_FILES

# need to tag docs as such

grep -vE '%_docdir|%_mandir' INSTALLED_FILES > filelist
# license in package header and common-licenses
rm docs/COPYING

# Produce bytecode

python %_libdir/python%__python_version/compileall.py \
-d %_libdir/%name/ %buildroot/%_libdir/%name/

%files -f filelist
%doc docs/*[^1]
%doc %_man1dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin