Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37769709
en ru br
Репозитории ALT
S:5.14-alt1
5.1: 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
www.altlinux.org/Changes

Группа :: Сети/Почта
Пакет: getmail

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: getmail
Version: 4.3.11
Release: alt1

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

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
#PREFIX=%buildroot %__python setup.py install
%__python setup.py \
install \
--root=$RPM_BUILD_ROOT \
--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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin