1 |
# $Id: e-smith-email.spec,v 1.2 2013/02/07 21:38:28 slords Exp $ |
# $Id: e-smith-email.spec,v 1.6 2013/12/10 01:40:43 burnat 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 2 |
%define release 6 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
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 |
15 |
|
Patch3: e-smith-email-5.4.0-MultiDrop.patch |
16 |
|
Patch4: e-smith-email-5.4.0-webmail-only-local-network.patch |
17 |
|
Patch5: e-smith-email-5.4.0-AuthOrder.patch |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
Requires: e-smith-base >= 4.15.0-39 |
Requires: e-smith-base >= 4.15.0-39 |
20 |
Requires: e-smith-tinydns >= 1.0.0-5 |
Requires: e-smith-tinydns >= 1.0.0-5 |
40 |
e-smith server and gateway software - email module. |
e-smith server and gateway software - email module. |
41 |
|
|
42 |
%changelog |
%changelog |
43 |
|
* Sat Dec 14 2013 Ian Wells <esmith@wellsi.com> 5.4.0-6.sme |
44 |
|
- Only present one auth method at a time, in order, to NET::SMTP, |
45 |
|
by Charlie Brady [SME: 8060] |
46 |
|
Second hunk in patch converts tabs to spaces, no code change. |
47 |
|
|
48 |
|
* Tue Dec 10 2013 Chris Burnat <devlist@burnat.com> 5.4.0-5.sme |
49 |
|
- Allow webmail-only-local-network by Stephane de Labrusse [SME: 7351] |
50 |
|
|
51 |
|
* Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 5.4.0-4.sme |
52 |
|
- Fetchmail multidrop mode follows TCPPort setting, by Hans Riethmann [SME: 7749] |
53 |
|
|
54 |
|
* Sun Jun 23 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-3.sme |
55 |
|
- Always enable imap, listen on loopback is disabled [SME: 7697] |
56 |
|
|
57 |
* Sat Mar 16 2013 Ian Wells <esmith@wellsi.com> 5.4.0-2.sme |
* Sat Mar 16 2013 Ian Wells <esmith@wellsi.com> 5.4.0-2.sme |
58 |
- Avoid use of unitialised variables in smtp migrate fragments [SME: 7487] |
- Avoid use of unitialised variables in smtp migrate fragments [SME: 7487] |
59 |
|
|
1401 |
%prep |
%prep |
1402 |
%setup |
%setup |
1403 |
%patch1 -p1 |
%patch1 -p1 |
1404 |
|
%patch2 -p1 |
1405 |
|
%patch3 -p1 |
1406 |
|
%patch4 -p1 |
1407 |
|
%patch5 -p1 |
1408 |
|
|
1409 |
%build |
%build |
1410 |
perl createlinks |
perl createlinks |