]> git.pld-linux.org Git - packages/courier-imap.git/blame_incremental - courier-imap.spec
- TODO added
[packages/courier-imap.git] / courier-imap.spec
... / ...
CommitLineData
1# TODO:
2# - put imap-ssl and pop3-ssl to separate packages - some want to have
3# ssl-only system.
4#
5%bcond_with toplevel # Allow toplevel folders. More info: http://www.ricky-chan.co.uk/courier/
6#
7Summary: Courier-IMAP server
8Summary(pl): Serwer Courier-IMAP
9Name: courier-imap
10Version: 4.1.1
11Release: 2
12License: GPL
13Group: Networking/Daemons
14Source0: http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
15# Source0-md5: f423a609d9cce0dcf193cac64eb4cbdd
16Source1: %{name}.init
17Source2: %{name}-ssl.init
18Source3: %{name}-pop3.init
19Source4: %{name}-pop3-ssl.init
20Source5: %{name}.pamd
21Source6: %{name}-pop3.pamd
22Patch0: %{name}-dirs.patch
23Patch1: %{name}-certsdir.patch
24Patch2: %{name}-maildir.patch
25Patch3: %{name}-toplevel.patch
26Patch4: %{name}-drop-makedat.patch
27URL: http://www.courier-mta.org/imap/
28BuildRequires: autoconf >= 2.54
29BuildRequires: automake
30BuildRequires: courier-authlib-devel >= 0.57
31BuildRequires: db-devel
32BuildRequires: fam-devel
33BuildRequires: libstdc++-devel
34BuildRequires: openssl-devel >= 0.9.7d
35BuildRequires: procps
36BuildRequires: rpmbuild(macros) >= 1.268
37BuildRequires: sed >= 4.0
38BuildRequires: sysconftool
39Requires(post,preun): /sbin/chkconfig
40Requires: %{name}-common = %{version}-%{release}
41Requires: /sbin/chkconfig
42Requires: pam >= 0.79.0
43Requires: rc-scripts
44Provides: imapdaemon
45Obsoletes: imapdaemon
46Conflicts: cyrus-imapd
47Conflicts: imap
48BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
49
50%define _libexecdir /usr/%{_lib}/courier-imap
51%define _sysconfdir /etc/courier-imap
52%define _certsdir %{_sysconfdir}/certs
53%define _localstatedir /var/spool/courier-imap
54
55%description
56Courier-IMAP is an IMAP server for Maildir mailboxes.
57
58%description -l pl
59Courier-IMAP jest serwerem IMAP dla skrzynek pocztowych Maildir.
60
61%package common
62Summary: Common files for imap and pop3 daemons
63