1 |
# $Id: e-smith-email.spec,v 1.25 2011/03/11 18:22:51 bytegw Exp $ |
# $Id: e-smith-email.spec,v 1.26 2011/03/15 09:52:14 bytegw 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.0.0 |
%define version 5.0.0 |
7 |
%define release 9 |
%define release 10 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
16 |
Patch4: e-smith-email-5.0.0-zero-to-disabled.patch |
Patch4: e-smith-email-5.0.0-zero-to-disabled.patch |
17 |
Patch5: e-smith-email-5.0.0-FixLocalNetworkOnlyBox.patch |
Patch5: e-smith-email-5.0.0-FixLocalNetworkOnlyBox.patch |
18 |
Patch6: e-smith-email-5.0.0-FixLocalNetworkOnlyBoxTypo.patch |
Patch6: e-smith-email-5.0.0-FixLocalNetworkOnlyBoxTypo.patch |
19 |
|
Patch7: e-smith-email-5.0.0-AuthBlacklist.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 |
|
* Sat Jun 30 2012 Ian Wells <esmith@wellsi.com> 5.0.0-10.sme |
46 |
|
- Allow blacklist of SMTP AUTH methods [SME: 5908] |
47 |
|
|
48 |
* Tue Mar 15 2011 Gavin Weight <gweight@gmail.com> 5.0.0-9.sme |
* Tue Mar 15 2011 Gavin Weight <gweight@gmail.com> 5.0.0-9.sme |
49 |
- Fix typo with merge_props in Pseudonym. [SME: 6361] |
- Fix typo with merge_props in Pseudonym. [SME: 6361] |
50 |
|
|
1361 |
%patch4 -p1 |
%patch4 -p1 |
1362 |
%patch5 -p1 |
%patch5 -p1 |
1363 |
%patch6 -p1 |
%patch6 -p1 |
1364 |
|
%patch7 -p1 |
1365 |
|
|
1366 |
%build |
%build |
1367 |
perl createlinks |
perl createlinks |