1 |
Summary: e-smith server and gateway - email module |
Summary: e-smith server and gateway - email module |
2 |
%define name e-smith-email |
%define name e-smith-email |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 4.17.0 |
%define version 4.18.0 |
5 |
%define release 6 |
%define release 5 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
9 |
Group: Networking/Daemons |
Group: Networking/Daemons |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
11 |
Patch0: e-smith-email-4.17.0-SSL_port.patch |
Patch1: e-smith-email-4.18.0-fixADD.patch |
12 |
Patch1: e-smith-email-4.17.0-VisibleInternal.patch |
Patch2: e-smith-email-4.18.0-add2general.patch |
13 |
Patch2: e-smith-email-4.17.0-rmDuplicates.patch |
Patch3: e-smith-email-4.18.0-FixSpecialCharactersPseudonyms.patch |
|
Patch3: e-smith-email-4.17.0-tags2general.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 |
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-9 |
Requires: e-smith-formmagick >= 1.4.0-12 |
29 |
Obsoletes: e-smith-smtp-authentication |
Obsoletes: e-smith-smtp-authentication |
30 |
Obsoletes: e-smith-securemail |
Obsoletes: e-smith-securemail |
31 |
BuildRequires: e-smith-devtools >= 1.13.0-03 |
BuildRequires: e-smith-devtools >= 1.13.0-03 |
36 |
e-smith server and gateway software - email module. |
e-smith server and gateway software - email module. |
37 |
|
|
38 |
%changelog |
%changelog |
39 |
|
* Mon Jul 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.0-5 |
40 |
|
- Fix patch to be in accordance with conventions in e-smith-formagick's general [SME: 4285] |
41 |
|
|
42 |
|
* Sat Jul 26 2008 Gavin Weight <gweight@gmail.com> 4.18.0-4 |
43 |
|
- Fix pseudonyms modify if using special characters. Thanks - |
44 |
|
Federico Simoncelli. [SME: 4346] |
45 |
|
|
46 |
|
* Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.0-3 |
47 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4285] |
48 |
|
|
49 |
|
* Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 4.18.0-2 |
50 |
|
- Cleanup CREATE/ADD tag mixup [SME: 4045] |
51 |
|
|
52 |
|
* Tue Mar 11 2008 Stephen Noble <support@dungog.net> 4.18.0-1 |
53 |
|
- Roll stable stream for release. |
54 |
|
|
55 |
|
* Tue Mar 11 2008 Stephen Noble <support@dungog.net> 4.18.0-1 |
56 |
|
- Roll stable stream for release. |
57 |
|
|
58 |
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 4.17.0-6 |
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 4.17.0-6 |
59 |
- Remove <base> tags now in general [SME: 3917] |
- Remove <base> tags now in general [SME: 3917] |
60 |
|
|
1319 |
|
|
1320 |
%prep |
%prep |
1321 |
%setup |
%setup |
|
%patch0 -p1 |
|
1322 |
%patch1 -p1 |
%patch1 -p1 |
1323 |
%patch2 -p1 |
%patch2 -p1 |
1324 |
%patch3 -p1 |
%patch3 -p1 |