1 |
# $Id: e-smith-imap.spec,v 1.7 2013/12/26 04:55:52 charliebrady Exp $ |
# $Id: e-smith-imap.spec,v 1.9 2014/02/15 03:54:36 wellsi Exp $ |
2 |
|
|
3 |
Summary: Module for configuring the IMAP server |
Summary: Module for configuring the IMAP server |
4 |
%define name e-smith-imap |
%define name e-smith-imap |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.2.0 |
%define version 2.2.0 |
7 |
%define release 7 |
%define release 9 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
16 |
Patch4: e-smith-imap-2.2.0-always_enable_imap.patch |
Patch4: e-smith-imap-2.2.0-always_enable_imap.patch |
17 |
Patch5: e-smith-imap-2.2.0-keepalive.patch |
Patch5: e-smith-imap-2.2.0-keepalive.patch |
18 |
Patch6: e-smith-imap-2.2.0-stunnel.patch |
Patch6: e-smith-imap-2.2.0-stunnel.patch |
19 |
|
Patch7: e-smith-imap-2.2.0-stunnel.patch2 |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
Requires: daemontools |
Requires: daemontools |
22 |
Requires: ipsvd |
Requires: ipsvd |
39 |
Module for configuring the IMAP server |
Module for configuring the IMAP server |
40 |
|
|
41 |
%changelog |
%changelog |
42 |
|
* Sat Feb 15 2014 Charlie Brady <charlie_brady@mitel.com> 2.2.0-9.sme |
43 |
|
- Use stunnel-tls instead of sslio to wrap imaps service (take II). [SME: 7999] |
44 |
|
|
45 |
|
* Fri Feb 14 2014 Ian Wells <esmith@wellsi.com> 2.2.0-8.sme |
46 |
|
- Remove last patch. [SME: 7999] |
47 |
|
|
48 |
* Sun Feb 9 2014 Charlie Brady <charlie_brady@mitel.com> 2.2.0-7.sme |
* Sun Feb 9 2014 Charlie Brady <charlie_brady@mitel.com> 2.2.0-7.sme |
49 |
- Use stunnel-tls instead of sslio to wrap imaps service. [SME: 7999] |
- Use stunnel-tls instead of sslio to wrap imaps service. [SME: 7999] |
50 |
|
|
373 |
%patch4 -p1 |
%patch4 -p1 |
374 |
%patch5 -p1 |
%patch5 -p1 |
375 |
%patch6 -p1 |
%patch6 -p1 |
376 |
|
%patch7 -p1 |
377 |
|
|
378 |
%build |
%build |
379 |
perl createlinks |
perl createlinks |