1 |
# $Id: e-smith-domains.spec,v 1.1 2016/02/04 23:33:14 vip-ire Exp $ |
# $Id: e-smith-domains.spec,v 1.3 2020/12/10 19:55:29 michel 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 2 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch0: %{name}-%{version}-bz11128_update_event.patch |
14 |
|
Patch1: e-smith-domains-2.6.0-bz11391-noEncoding.patch |
15 |
|
|
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
Requires: e-smith-base >= 4.13.15-76 |
Requires: e-smith-base >= 4.13.15-76 |
28 |
e-smith server and gateway software - domains module. |
e-smith server and gateway software - domains module. |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Fri Feb 26 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
32 |
|
- avoid encoding of utf strings in domain table [SME: 11391] |
33 |
|
this will mess with some languages |
34 |
|
|
35 |
|
* Thu Dec 10 2020 Michel Begue <mab974@gmail.com> 2.6.0-3.sme |
36 |
|
- Create e-smith-domains-update event [SME: 11128] |
37 |
|
|
38 |
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme |
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme |
39 |
- Rebuild for [SME: 9393] |
- Rebuild for [SME: 9393] |
40 |
|
|
236 |
|
|
237 |
%prep |
%prep |
238 |
%setup |
%setup |
239 |
|
%patch0 -p1 |
240 |
|
%patch1 -p1 |
241 |
|
|
242 |
%build |
%build |
243 |
LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \ |
LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \ |