1 |
# $Id: e-smith-email.spec,v 1.3 2016/05/12 17:31:09 vip-ire Exp $ |
# $Id: e-smith-email.spec,v 1.4 2016/06/03 07:36:15 vip-ire 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.6.0 |
%define version 5.6.0 |
7 |
%define release 4 |
%define release 5 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch0: e-smith-email-5.6.0-smtpd_to_qpsmtpd.patch |
Patch0: e-smith-email-5.6.0-smtpd_to_qpsmtpd.patch |
14 |
Patch1: e-smith-email-5.6.0-qpsmtpd_in_auth_proxy.patch |
Patch1: e-smith-email-5.6.0-qpsmtpd_in_auth_proxy.patch |
15 |
|
Patch2: e-smith-email-5.6.0-qpsmtpd_in_masq_templates.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
Requires: e-smith-base >= 4.15.0-39 |
Requires: e-smith-base >= 4.15.0-39 |
18 |
Requires: e-smith-tinydns >= 1.0.0-5 |
Requires: e-smith-tinydns >= 1.0.0-5 |
38 |
e-smith server and gateway software - email module. |
e-smith server and gateway software - email module. |
39 |
|
|
40 |
%changelog |
%changelog |
41 |
|
* Tue Jun 7 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-5.sme |
42 |
|
- More change from smtpd to qpsmtpd in masq templates [SME: 9561] |
43 |
|
|
44 |
* Fri Jun 3 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-4.sme |
* Fri Jun 3 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-4.sme |
45 |
- Replace smtpd with qpsmtpd in smtp-auth-proxy [SME: 9554] |
- Replace smtpd with qpsmtpd in smtp-auth-proxy [SME: 9554] |
46 |
|
|
1434 |
%setup |
%setup |
1435 |
%patch0 -p1 |
%patch0 -p1 |
1436 |
%patch1 -p1 |
%patch1 -p1 |
1437 |
|
%patch2 -p1 |
1438 |
|
|
1439 |
%build |
%build |
1440 |
perl createlinks |
perl createlinks |