Browse Source

remove Kolab support

master
parent
commit
bce8125b5f
  1. 8
      imap/imap.spec

8
imap/imap.spec

@ -37,20 +37,17 @@ Class: BASE
Group: Mail
License: University of Washington's Free-Fork License
Version: %{V_here}
Release: 20081218
Release: 20100110
# package options
%option with_ssl yes
%option with_pam no
%option with_daemons no
%option with_mbxdef no
%option with_annotate no
# list of sources
# (ping p@rdus.de if the Kolab patches are unavailable for the latest IMAP version)
Source0: ftp://ftp.cac.washington.edu/imap/imap-%{V_real}.tar.Z
Patch0: imap.patch
Patch1: http://kolab.org/cgi-bin/viewcvs-kolab.cgi/*checkout*/server/patches/imap/KOLAB_imap-c-client_2006j2_Annotations.patch
# build information
Prefix: %{l_prefix}
@ -85,9 +82,6 @@ Conflicts: imaputils
%prep
%setup -q -n imap-%{V_subdir}
%patch -p0
%if "%{with_annotate}" == "yes"
%patch -p1 -P 1
%endif
%build
mflags="%{l_mflags}"

Loading…
Cancel
Save