Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37619023
en ru br
Репозитории ALT
S:0.9.0-alt3
5.1: 0.7.2-alt2
4.1: 0.7.2-alt2
4.0: 0.7.0-alt1
www.altlinux.org/Changes

Другие репозитории
Upstream:0.7.2

Группа :: Работа с файлами
Пакет: archivemail

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

Name: archivemail
Version: 0.7.0
Release: alt1

Summary: archive and compress old email
License: GPL
Group: File tools

BuildArch: noarch

Url: http://archivemail.sourceforge.net/

Source0: %name-%version.tar.gz

Requires: python-base python-modules python-modules-encodings

#BuildPreReq: docbook-utils

BuildPreReq: python-modules-encodings

%description
archivemail is a tool written in python(1) for archiving and compressing
old email in mailboxes. By default it will read the mailbox MAILBOX,
moving messages that are older that the specified number of days (180 by
default) to a mbox-format mailbox in the same directory that is
compressed with gzip(1).

archivemail supports reading IMAP, Maildir, MH and mbox-format mailboxes, but
it will always write archive files to mbox-format mailboxes that are compressed
with gzip(1).

%prep
%setup -q

%build
cp %name %name.py
./test_archivemail.py

%install
%__mkdir_p %buildroot{%_bindir,%_man1dir}
%__install -p -m755 %name %buildroot%_bindir/%name
%__install -p -m644 %name.1 %buildroot%_man1dir

%files
%_bindir/*
%_man1dir/*
%doc CHANGELOG FAQ README TODO test_archivemail.py examples/

%changelog

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

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