]> git.pld-linux.org Git - packages/mpop.git/blob - mpop.spec
- updated to 0.8.2
[packages/mpop.git] / mpop.spec
1 #
2 # Conditional build:
3 %bcond_with     gsasl   # with GNU SASL support instead of built-it authentication code
4 #
5 Summary:        mpop retrieves mails from POP3 mailboxes
6 Summary(pl):    mpop - pobieranie listów ze skrzynek POP3
7 Name:           mpop
8 Version:        0.8.2
9 Release:        1
10 License:        GPL v2
11 Group:          Applications/Mail
12 Source0:        http://dl.sourceforge.net/mpop/%{name}-%{version}.tar.bz2
13 # Source0-md5:  868454ae9b007333a44e46cd865f84ac
14 URL:            http://mpop.sourceforge.net/
15 %{?with_gsasl:BuildRequires:    gsasl-devel >= 0.2.4}
16 BuildRequires:  openssl-devel >= 0.9.7d
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 mpop is a small, fast, and portable POP3 client. Its features include
21 header-based email filtering (filter junk mail before downloading it),
22 delivery to mbox files, maildir folders, or a mail delivery agent, a
23 very fast POP3 implementation, many authentication methods, and good
24 support for TLS/SSL.
25
26 %description -l pl
27 mpop to ma³y, szybki i przeno¶ny klient POP3. Jego mo¿liwo¶ci obejmuj±
28 filtrowanie listów w oparciu o nag³ówki (filtrowanie niechcianej
29 poczty przed jej ¶ci±gniêciem), dostarczanie do plików mbox albo MDA,
30 bardzo szybk± implementacjê POP3, wiele metod uwierzytelniania oraz
31 dobr± obs³ugê TLS/SSL.
32
33 %prep
34 %setup -q
35
36 %build
37 %configure \
38         --%{?with_gsasl:en}%{!?with_gsasl:dis}able-gsasl \
39         --with-ssl=openssl
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %find_lang %{name}
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files -f %{name}.lang
54 %defattr(644,root,root,755)
55 %doc AUTHORS ChangeLog NEWS README THANKS doc/{mpop.html,mpoprc.example}
56 %attr(755,root,root) %{_bindir}/*
57 %{_infodir}/*.info*
58 %{_mandir}/man1/*
This page took 0.047197 seconds and 3 git commands to generate.