1 |
# $Id: e-smith-email.spec,v 1.5 2016/06/07 06:57:30 vip-ire Exp $ |
# $Id: e-smith-email.spec,v 1.6 2016/06/15 08:30:29 unnilennium 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 6 |
%define release 7 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch2: e-smith-email-5.6.0-qpsmtpd_in_masq_templates.patch |
16 |
Patch3: e-smith-email-5.6.0-mysqld2mariadb.patch |
Patch3: e-smith-email-5.6.0-mysqld2mariadb.patch |
17 |
|
Patch4: e-smith-email-5.6.0-bz3802-create-local-pseudo.patch |
18 |
|
|
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
Requires: e-smith-base >= 4.15.0-39 |
Requires: e-smith-base >= 4.15.0-39 |
21 |
Requires: e-smith-tinydns >= 1.0.0-5 |
Requires: e-smith-tinydns >= 1.0.0-5 |
43 |
%patch1 -p1 |
%patch1 -p1 |
44 |
%patch2 -p1 |
%patch2 -p1 |
45 |
%patch3 -p1 |
%patch3 -p1 |
46 |
|
%patch4 -p1 |
47 |
|
|
48 |
%build |
%build |
49 |
perl createlinks |
perl createlinks |
83 |
e-smith server and gateway software - email module. |
e-smith server and gateway software - email module. |
84 |
|
|
85 |
%changelog |
%changelog |
86 |
|
* Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-7.sme |
87 |
|
- allow creation of pseudonyms with setting of local only [SME: 3802] |
88 |
|
|
89 |
* Wed Jun 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-6.sme |
* Wed Jun 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-6.sme |
90 |
- fix webmail status not displaying correctly in manager [SME: 9594] |
- fix webmail status not displaying correctly in manager [SME: 9594] |
91 |
|
|