]> git.pld-linux.org Git - packages/getmail.git/blob - getmail.spec
- rel. 1
[packages/getmail.git] / getmail.spec
1 Summary:        getmail - a mail retriever designed to allow you to get your mail
2 Summary(pl):    getmail - program do ¶ci±gania poczty
3 Name:           getmail
4 Version:        4.3.10
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Mail
8 Source0:        http://pyropus.ca/software/getmail/old-versions/%{name}-%{version}.tar.gz
9 # Source0-md5:  98341b70159335e32eeb41d6cbd61e54
10 URL:            http://pyropus.ca/software/getmail/
11 BuildRequires:  python
12 BuildRequires:  python-modules >= 2.3.3
13 %pyrequires_eq  python-modules
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 getmail is intended as a simple, secure, and reliable replacement for
19 fetchmail. It retrieves email (either all messages, or only unread
20 messages) from one or more POP3, SPDS, or IMAP4 servers (with or
21 without SSL) for one or more email accounts, and reliably delivers
22 into qmail-style Maildirs, mboxrd files, or through external MDAs
23 (command deliveries) specified on a per-account basis. getmail also
24 has excellent support for domain (multidrop) mailboxes, including
25 delivering messages to different users or destinations based on the
26 envelope recipient address.
27
28 %description -l pl
29 getmail ma byæ prostym, bezpiecznym i pewnym zamiennikiem fetchmaila.
30 ¦ci±ga pocztê elektroniczn± (wszystkie wiadomo¶ci albo tylko
31 nieprzeczytane) z jednego lub wiêkszej liczby serwerów POP3, SPDS lub
32 IMAP4 (z lub bez SSL) dla jednego lub wiêkszej liczby kont pocztowych,
33 a nastêpnie w pewny sposób dostarcza j± do skrzynek Maildir w stylu
34 qmaila, plików mboxrd albo poprzez zewnêtrzne polecenia MDA podawane
35 dla ka¿dego konta. getmail ma tak¿e dobr± obs³ugê skrzynek domenowych
36 (multidrop), w³±cznie z dostarczaniem wiadomo¶ci do ró¿nych
37 u¿ytkowników lub celów w oparciu o adres adresata na kopercie.
38
39 %prep
40 %setup -q
41
42 %build
43 python setup.py build
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 python setup.py install --optimize=2 --root=$RPM_BUILD_ROOT
49
50 find $RPM_BUILD_ROOT%{py_sitescriptdir} -name \*.py -exec rm -f {} \;
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc README docs/{CHANGELOG,THANKS,TODO,getmailrc-examples} docs/*.txt
58 %attr(755,root,root) %{_bindir}/*
59 %{py_sitescriptdir}/getmailcore
60 %{_mandir}/man1/*
This page took 0.074917 seconds and 3 git commands to generate.