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 3 |
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 |
|
Patch2: e-smith-email-4.17.0-rmDuplicates.patch |
|
|
Patch3: e-smith-email-4.17.0-tags2general.patch |
|
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
Requires: e-smith-base >= 4.15.0-39 |
Requires: e-smith-base >= 4.15.0-39 |
15 |
Requires: e-smith-tinydns >= 1.0.0-5 |
Requires: e-smith-tinydns >= 1.0.0-5 |
24 |
Requires: perl(Authen::SASL) |
Requires: perl(Authen::SASL) |
25 |
Requires: perl(Net::Server) >= 0.85 |
Requires: perl(Net::Server) >= 0.85 |
26 |
Requires: runit |
Requires: runit |
27 |
Requires: e-smith-formmagick >= 1.4.0-9 |
Requires: e-smith-formmagick >= 1.4.0-12 |
28 |
Obsoletes: e-smith-smtp-authentication |
Obsoletes: e-smith-smtp-authentication |
29 |
Obsoletes: e-smith-securemail |
Obsoletes: e-smith-securemail |
30 |
BuildRequires: e-smith-devtools >= 1.13.0-03 |
BuildRequires: e-smith-devtools >= 1.13.0-03 |
35 |
e-smith server and gateway software - email module. |
e-smith server and gateway software - email module. |
36 |
|
|
37 |
%changelog |
%changelog |
38 |
|
* Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.0-3 |
39 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4285] |
40 |
|
|
41 |
|
* Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 4.18.0-2 |
42 |
|
- Cleanup CREATE/ADD tag mixup [SME: 4045] |
43 |
|
|
44 |
|
* Tue Mar 11 2008 Stephen Noble <support@dungog.net> 4.18.0-1 |
45 |
|
- Roll stable stream for release. |
46 |
|
|
47 |
|
* Tue Mar 11 2008 Stephen Noble <support@dungog.net> 4.18.0-1 |
48 |
|
- Roll stable stream for release. |
49 |
|
|
50 |
* 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 |
51 |
- Remove <base> tags now in general [SME: 3917] |
- Remove <base> tags now in general [SME: 3917] |
52 |
|
|
1311 |
|
|
1312 |
%prep |
%prep |
1313 |
%setup |
%setup |
|
%patch0 -p1 |
|
1314 |
%patch1 -p1 |
%patch1 -p1 |
1315 |
%patch2 -p1 |
%patch2 -p1 |
|
%patch3 -p1 |
|
1316 |
|
|
1317 |
%build |
%build |
1318 |
perl createlinks |
perl createlinks |