1 |
# $Id: e-smith-email.spec,v 1.9 2014/02/11 02:49:02 wellsi Exp $ |
# $Id: e-smith-email.spec,v 1.10 2014/02/11 02:52:18 wellsi Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - email module |
Summary: e-smith server and gateway - email module |
4 |
%define name e-smith-email |
%define name e-smith-email |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 5.4.0 |
%define version 5.4.0 |
7 |
%define release 8 |
%define release 9 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
16 |
Patch4: e-smith-email-5.4.0-webmail-only-local-network.patch |
Patch4: e-smith-email-5.4.0-webmail-only-local-network.patch |
17 |
Patch5: e-smith-email-5.4.0-AuthOrder.patch |
Patch5: e-smith-email-5.4.0-AuthOrder.patch |
18 |
Patch6: e-smith-email-5.4.0-AuthException.patch |
Patch6: e-smith-email-5.4.0-AuthException.patch |
19 |
|
Patch7: e-smith-email-5.4.0-ZIPVOSX-ZIPV3_new_signatures.patch |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
Requires: e-smith-base >= 4.15.0-39 |
Requires: e-smith-base >= 4.15.0-39 |
22 |
Requires: e-smith-tinydns >= 1.0.0-5 |
Requires: e-smith-tinydns >= 1.0.0-5 |
42 |
e-smith server and gateway software - email module. |
e-smith server and gateway software - email module. |
43 |
|
|
44 |
%changelog |
%changelog |
45 |
|
* Fri Dec 5 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.4.0-9.sme |
46 |
|
- Add new zip file signatures to default mailpatterns database : ZIPVOSX & ZIPV3 |
47 |
|
- [SME: 8218] |
48 |
|
|
49 |
* Mon Feb 10 2014 Charlie Brady <charlie_brady@mitel.com> 5.4.0-8.sme |
* Mon Feb 10 2014 Charlie Brady <charlie_brady@mitel.com> 5.4.0-8.sme |
50 |
- Handle exceptions during attempted SASL auth. Add more debug tracing. |
- Handle exceptions during attempted SASL auth. Add more debug tracing. |
51 |
[SME: 8205] |
[SME: 8205] |
1419 |
%patch4 -p1 |
%patch4 -p1 |
1420 |
%patch5 -p1 |
%patch5 -p1 |
1421 |
%patch6 -p1 |
%patch6 -p1 |
1422 |
|
%patch7 -p1 |
1423 |
%build |
%build |
1424 |
perl createlinks |
perl createlinks |
1425 |
|
|