]> git.pld-linux.org Git - packages/getmail.git/blame - getmail.spec
- epoch on python-devel BR
[packages/getmail.git] / getmail.spec
CommitLineData
711cd737 1Summary: getmail - a mail retriever designed to allow you to get your mail
249b9a6b 2Summary(pl.UTF-8): getmail - program do ściągania poczty
d8b91a23 3Name: getmail
94c0f19a 4Version: 4.7.1
57204197 5Release: 1
d8b91a23
KK
6License: GPL v2
7Group: Applications/Mail
8Source0: http://pyropus.ca/software/getmail/old-versions/%{name}-%{version}.tar.gz
94c0f19a 9# Source0-md5: ee17ddba077ca2cf43e4a2b96fc06a27
d8b91a23 10URL: http://pyropus.ca/software/getmail/
bc18a66b 11BuildRequires: python-devel >= 1:2.3.3
f88e9a47 12BuildRequires: rpm-pythonprov
d8b91a23
KK
13%pyrequires_eq python-modules
14BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18getmail is intended as a simple, secure, and reliable replacement for
19fetchmail. It retrieves email (either all messages, or only unread
20messages) from one or more POP3, SPDS, or IMAP4 servers (with or
21without SSL) for one or more email accounts, and reliably delivers
22into qmail-style Maildirs, mboxrd files, or through external MDAs
23(command deliveries) specified on a per-account basis. getmail also
24has excellent support for domain (multidrop) mailboxes, including
25delivering messages to different users or destinations based on the
26envelope recipient address.
27
29aa5822
JR
28%description -l pl.UTF-8
29getmail ma być prostym, bezpiecznym i pewnym zamiennikiem fetchmaila.
30Ściąga pocztę elektroniczną (wszystkie wiadomości albo tylko
31nieprzeczytane) z jednego lub większej liczby serwerów POP3, SPDS lub
32IMAP4 (z lub bez SSL) dla jednego lub większej liczby kont pocztowych,
33a następnie w pewny sposób dostarcza ją do skrzynek Maildir w stylu
34qmaila, plików mboxrd albo poprzez zewnętrzne polecenia MDA podawane
35dla każdego konta. getmail ma także dobrą obsługę skrzynek domenowych
36(multidrop), włącznie z dostarczaniem wiadomości do różnych
37użytkowników lub celów w oparciu o adres adresata na kopercie.
711cd737 38
d8b91a23
KK
39%prep
40%setup -q
41
42%build
bc18a66b 43%{__python} setup.py build
d8b91a23
KK
44
45%install
46rm -rf $RPM_BUILD_ROOT
47
bc18a66b 48%{__python} setup.py install --optimize=2 --root=$RPM_BUILD_ROOT
d8b91a23
KK
49
50find $RPM_BUILD_ROOT%{py_sitescriptdir} -name \*.py -exec rm -f {} \;
51
52%clean
53rm -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 1.410477 seconds and 4 git commands to generate.