1 |
# $Id: e-smith-domains.spec,v 1.3 2020/12/10 19:55:29 michel Exp $ |
# $Id: e-smith-domains.spec,v 1.4 2021/02/26 06:00:59 jpp Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - domains module |
Summary: e-smith server and gateway - domains module |
4 |
%define name e-smith-domains |
%define name e-smith-domains |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.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: %{name}-%{version}-bz11128_update_event.patch |
Patch0: %{name}-%{version}-bz11128_update_event.patch |
14 |
Patch1: e-smith-domains-2.6.0-bz11391-noEncoding.patch |
Patch1: e-smith-domains-2.6.0-bz11391-noEncoding.patch |
15 |
|
Patch2: e-smith-domains-2.6.0-bz10115.patch |
16 |
|
|
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
29 |
e-smith server and gateway software - domains module. |
e-smith server and gateway software - domains module. |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Wed Apr 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-5.sme |
33 |
|
- setup dns services on domain creation and other events [SME: 10115] |
34 |
|
|
35 |
* Fri Feb 26 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
* Fri Feb 26 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
36 |
- avoid encoding of utf strings in domain table [SME: 11391] |
- avoid encoding of utf strings in domain table [SME: 11391] |
37 |
this will mess with some languages |
this will mess with some languages |
242 |
%setup |
%setup |
243 |
%patch0 -p1 |
%patch0 -p1 |
244 |
%patch1 -p1 |
%patch1 -p1 |
245 |
|
%patch2 -p1 |
246 |
|
|
247 |
%build |
%build |
248 |
LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \ |
LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \ |