1 |
# $Id: e-smith-email.spec,v 1.1 2013/02/07 21:33:25 slords Exp $ |
# $Id: e-smith-email.spec,v 1.2 2013/02/07 21:38:28 slords 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 1 |
%define release 2 |
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 |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
Requires: e-smith-base >= 4.15.0-39 |
Requires: e-smith-base >= 4.15.0-39 |
16 |
Requires: e-smith-tinydns >= 1.0.0-5 |
Requires: e-smith-tinydns >= 1.0.0-5 |
23 |
Requires: perl(Net::SMTP) |
Requires: perl(Net::SMTP) |
24 |
Requires: perl(Net::SMTP::SSL) |
Requires: perl(Net::SMTP::SSL) |
25 |
Requires: perl(Authen::SASL) |
Requires: perl(Authen::SASL) |
26 |
Requires: perl(Net::Server) >= 0.85 |
Requires: perl(Net::Server) >= 0.85 |
27 |
Requires: runit |
Requires: runit |
28 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
29 |
Obsoletes: e-smith-smtp-authentication |
Obsoletes: e-smith-smtp-authentication |
36 |
e-smith server and gateway software - email module. |
e-smith server and gateway software - email module. |
37 |
|
|
38 |
%changelog |
%changelog |
39 |
|
* Sat Mar 16 2013 Ian Wells <esmith@wellsi.com> 5.4.0-2.sme |
40 |
|
- Avoid use of unitialised variables in smtp migrate fragments [SME: 7487] |
41 |
|
|
42 |
* Wed Feb 6 2013 Shad L. Lords <slords@mail.com> 5.4.0-1.sme |
* Wed Feb 6 2013 Shad L. Lords <slords@mail.com> 5.4.0-1.sme |
43 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
44 |
|
|
45 |
* Wed Dec 19 2012 Ian Wells <esmith@wellsi.com> 5.2.0-19.sme |
* Wed Dec 19 2012 Ian Wells <esmith@wellsi.com> 5.2.0-19.sme |
46 |
- Allow smtp_auth_proxy to use port 587 with STARTTLS, by Charlie Brady [SME: 6922] |
- Allow smtp_auth_proxy to use port 587 with STARTTLS, by Charlie Brady [SME: 6922] |
47 |
|
|
48 |
* Mon Jul 02 2012 Ian Wells <esmith@wellsi.com> 5.2.0-18.sme |
* Mon Jul 02 2012 Ian Wells <esmith@wellsi.com> 5.2.0-18.sme |
49 |
- Allow blacklist of SMTP AUTH methods, replaces previous patch [SME: 7017] |
- Allow blacklist of SMTP AUTH methods, replaces previous patch [SME: 7017] |
1382 |
|
|
1383 |
%prep |
%prep |
1384 |
%setup |
%setup |
1385 |
|
%patch1 -p1 |
1386 |
|
|
1387 |
%build |
%build |
1388 |
perl createlinks |
perl createlinks |