]> git.pld-linux.org Git - packages/courier.git/blame - courier.spec
- /home/services -> /srv
[packages/courier.git] / courier.spec
CommitLineData
285ed68b
AA
1#
2# Conditional build:
3%bcond_with fam # with fam support
4#
f65a4ca3
JB
5Summary: Courier mail server
6Summary(pl): Serwer poczty Courier
ac45207a 7Name: courier
3068504b 8Version: 0.44.2
06643d5d 9Release: 2
f65a4ca3 10License: GPL
1fdfbbe1 11Group: Networking/Daemons
87184988 12Source0: http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
3068504b 13# Source0-md5: 8c607c70a692d8f8ccb769a3f96d2f28
3bf26190 14Patch0: %{name}-openssl-path.patch
285ed68b 15Patch1: %{name}-withoutfam.patch
f65a4ca3 16URL: http://www.courier-mta.org/
cbf1746a 17BuildRequires: autoconf
77b70afa 18BuildRequires: automake
50b95ff6 19BuildRequires: db-devel
1fdfbbe1 20BuildRequires: expect
cbf1746a 21BuildRequires: libstdc++-devel
77b70afa 22BuildRequires: libtool
debd9b9c 23BuildRequires: mysql-devel
932156cb 24BuildRequires: mailcap
debd9b9c 25BuildRequires: openldap-devel
cb01f039 26BuildRequires: openssl-devel >= 0.9.7c
27BuildRequires: openssl-tools >= 0.9.7c
28BuildRequires: openssl-tools-perl >= 0.9.7c
debd9b9c
JB
29BuildRequires: pam-devel
30BuildRequires: perl-devel
77b70afa 31BuildRequires: sysconftool
debd9b9c 32BuildRequires: zlib-devel
285ed68b 33%{?with_fam:BuildRequires: fam-devel}
36277a4b 34Requires(post,preun): /sbin/chkconfig
285ed68b 35%{?with_fam:Requires: fam}
ac45207a 36Provides: smtpdaemon
36277a4b 37BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
c5ebe9bf 38
06643d5d 39%define apachedir /srv/httpd
f65a4ca3 40%define _prefix /usr/lib/courier
36277a4b 41%define _mandir /usr/share/man
f65a4ca3
JB
42%define _localstatedir /var/spool/courier
43%define _sysconfdir /etc/courier
44%define initdir /etc/rc.d/init.d
c5ebe9bf 45
46# Change the following if your DocumentRoot and cgibindir differ. This is
47# the default redhat build:
48
f65a4ca3
JB
49%define _cgibindir %{apachedir}/cgi-bin
50%define _documentrootdir %{apachedir}/html
51%define _imageurl /webmail/
c5ebe9bf 52
c5ebe9bf 53%description
54Courier is a fully functional mail server, that can completely take
55over the mail services normally provided by sendmail, Qmail, or any
9e755595 56other mail server. Although Courier does not support all legacy
c5ebe9bf 57features of existing mail servers, the number of obsoleted functions
58is very small, and there are better, and more robust, alternatives
59available.
60
61Courier implements many SMTP extensions: DSN, PIPELINING, 8BITMIME.
62Courier also implements several new SMTP extensions for mailing list
63management and spam filtering.
64
f65a4ca3
JB
65%description -l pl
66