1 |
# $Id: e-smith-email.spec,v 1.4 2013/06/23 19:53:54 vip-ire Exp $ |
# $Id: e-smith-email.spec,v 1.5 2013/07/05 23:39:56 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 4 |
%define release 5 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
13 |
Patch1: e-smith-email-5.4.0-smtpMigrate.patch |
Patch1: e-smith-email-5.4.0-smtpMigrate.patch |
14 |
Patch2: e-smith-email-5.4.0-always_enable_imap.patch |
Patch2: e-smith-email-5.4.0-always_enable_imap.patch |
15 |
Patch3: e-smith-email-5.4.0-MultiDrop.patch |
Patch3: e-smith-email-5.4.0-MultiDrop.patch |
16 |
|
Patch4: e-smith-email-5.4.0-webmail-only-local-network.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
Requires: e-smith-base >= 4.15.0-39 |
Requires: e-smith-base >= 4.15.0-39 |
19 |
Requires: e-smith-tinydns >= 1.0.0-5 |
Requires: e-smith-tinydns >= 1.0.0-5 |
39 |
e-smith server and gateway software - email module. |
e-smith server and gateway software - email module. |
40 |
|
|
41 |
%changelog |
%changelog |
42 |
|
* Tue Dec 10 2013 Chris Burnat <devlist@burnat.com> 5.4.0-5.sme |
43 |
|
- Allow webmail-only-local-network by Stephane de Labrusse [SME: 7351] |
44 |
|
|
45 |
* Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 5.4.0-4.sme |
* Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 5.4.0-4.sme |
46 |
- Fetchmail multidrop mode follows TCPPort setting, by Hans Riethmann [SME: 7749] |
- Fetchmail multidrop mode follows TCPPort setting, by Hans Riethmann [SME: 7749] |
47 |
|
|
1397 |
%patch1 -p1 |
%patch1 -p1 |
1398 |
%patch2 -p1 |
%patch2 -p1 |
1399 |
%patch3 -p1 |
%patch3 -p1 |
1400 |
|
%patch4 -p1 |
1401 |
|
|
1402 |
%build |
%build |
1403 |
perl createlinks |
perl createlinks |