1 |
# $Id: e-smith-email.spec,v 1.28 2010/10/31 18:49:40 slords Exp $ |
# $Id: e-smith-email.spec,v 1.30 2010/11/20 21:04:53 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.2.0 |
%define version 5.2.0 |
7 |
%define release 13 |
%define release 15 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
20 |
Patch8: e-smith-email-5.2.0-force_relay.patch |
Patch8: e-smith-email-5.2.0-force_relay.patch |
21 |
Patch9: e-smith-email-5.2.0-smtp-auth.patch |
Patch9: e-smith-email-5.2.0-smtp-auth.patch |
22 |
Patch10: e-smith-email-5.2.0-prop_merge.patch |
Patch10: e-smith-email-5.2.0-prop_merge.patch |
23 |
|
Patch11: e-smith-email-5.2.0-smtp-auth-wording.patch |
24 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
25 |
Requires: e-smith-base >= 4.15.0-39 |
Requires: e-smith-base >= 4.15.0-39 |
26 |
Requires: e-smith-tinydns >= 1.0.0-5 |
Requires: e-smith-tinydns >= 1.0.0-5 |
46 |
e-smith server and gateway software - email module. |
e-smith server and gateway software - email module. |
47 |
|
|
48 |
%changelog |
%changelog |
49 |
|
* Fri Sep 23 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-15.sme |
50 |
|
- Fix SMTP auth wording in server-manager [SME: 6320] |
51 |
|
|
52 |
|
* Sat Nov 20 2010 Ian Wells <esmith@wellsi.com> 5.2.0-14.sme |
53 |
|
- SME 8.0 Changelog Cleanup [SME: 6368] |
54 |
|
|
55 |
* Sun Oct 31 2010 Shad L. Lords <slords@mail.com> 5.2.0-13.sme |
* Sun Oct 31 2010 Shad L. Lords <slords@mail.com> 5.2.0-13.sme |
56 |
- Fix property merge when local pseudonym is set [SME: 6361] |
- Fix property merge when local pseudonym is set [SME: 6370] |
57 |
|
|
58 |
* Sun Oct 31 2010 Shad L. Lords <slords@mail.com> 5.2.0-12.sme |
* Sun Oct 31 2010 Shad L. Lords <slords@mail.com> 5.2.0-12.sme |
59 |
- Add smtp auth into web interface, not just when enabled [SME: 6318] |
- Add smtp auth into web interface, not just when enabled [SME: 6318] |
1384 |
%patch8 -p1 |
%patch8 -p1 |
1385 |
%patch9 -p1 |
%patch9 -p1 |
1386 |
%patch10 -p1 |
%patch10 -p1 |
1387 |
|
%patch11 -p1 |
1388 |
|
|
1389 |
%build |
%build |
1390 |
perl createlinks |
perl createlinks |