]> git.pld-linux.org Git - packages/courier-imap.git/blame - courier-imap.spec
- fixed exit code wrapping while authdaemon restart
[packages/courier-imap.git] / courier-imap.spec
CommitLineData
4e8547d5 1#
a8a1b6d2 2# Conditional build:
4e8547d5
JB
3# _without_ldap - without LDAP support
4# _without_mysql - without MySQL support
8025c62e 5# _without_postgresql - without PostgreSQL support
8a084354 6Summary: Courier-IMAP server
4e8547d5 7Summary(pl): Serwer Courier-IMAP
c8a16646 8Name: courier-imap
14f8443b 9Version: 1.5.3
fba02342 10Release: 4
fb05bccc 11License: GPL
8a084354 12Group: Networking/Daemons
1270157e 13Source0: http://download.sourceforge.net/courier/%{name}-%{version}.tar.gz
b89304e7 14Source1: %{name}.init
8a084354 15Source2: %{name}-pop3.init
16Source3: %{name}-authdaemon.init
17Source4: %{name}.pamd
18Source5: %{name}-pop3.pamd
19Source6: %{name}.sysconfig
20Source7: %{name}-pop3.sysconfig
21Source8: %{name}-authdaemon.sysconfig
e781919f 22Patch0: ftp://ftp.pld.org.pl/people/siefca/patches/courier/%{name}-%{version}-myownquery.patch
1270157e 23URL: http://www.inter7.com/courierimap/
8025c62e 24%{!?_without_postgresql:BuildRequires: postgresql-devel}
4e8547d5 25%{!?_without_mysql:BuildRequires: mysql-devel}
c1669ee1 26%{!?_without_mysql:BuildRequires: zlib-devel}
4e8547d5 27%{!?_without_ldap:BuildRequires: openldap-devel}
5a6f0f2e
JB
28BuildRequires: gdbm-devel
29BuildRequires: libstdc++-devel
115bdc94 30BuildRequires: openssl-devel
a8a1b6d2 31PreReq: %{name}-common = %{version}
83645454 32Provides: imapdaemon
1270157e 33Obsoletes: imapdaemon
1409bbb6 34Conflicts: cyrus-imapd
83645454
JB
35Conflicts: imap
36BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
55311f1f 37
fb05bccc 38%define _libexecdir /usr/lib/courier-imap
8a084354 39%define _sysconfdir /etc/courier-imap
f727c71b 40
41%description
42Courier-IMAP is an IMAP server for Maildir mailboxes.
43
e541686a 44%description -l pl
45Courier-IMAP jest serwerem IMAP dla skrzynek pocztowych Maildir.
46
8a084354 47%package common
4e8547d5
JB
48Summary: Common files for imap and pop daemons
49