1 |
# $Id: e-smith-domains.spec,v 1.9 2008/10/07 18:03:02 slords Exp $ |
# $Id: e-smith-domains.spec,v 1.3 2015/07/11 17:19:25 stephdl 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.4.0 |
%define version 2.4.0 |
7 |
%define release 1 |
%define release 4 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
15 |
|
Patch0: e-smith-domains-2.4.0_add_domain_name_on_remove_page.patch |
16 |
|
Patch1: e-smith-domains-2.4.0.bz8842.retrieve_name_and_description_in_locale.patch |
17 |
|
Patch2: smeserver-locale-2.4.0-locale-2015-07-12.patch |
18 |
Requires: e-smith-base >= 4.13.15-76 |
Requires: e-smith-base >= 4.13.15-76 |
19 |
Requires: perl(HTML::Tabulate) >= 0.23 |
Requires: perl(HTML::Tabulate) >= 0.23 |
20 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
28 |
e-smith server and gateway software - domains module. |
e-smith server and gateway software - domains module. |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Sun Jul 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-4.sme |
32 |
|
- Added locale smeserver-locale-2.4.0-locale-2015-07-12.patch |
33 |
|
- [SME: 8842] |
34 |
|
|
35 |
|
* Mon Jul 6 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-3.sme |
36 |
|
- display variable name in the server-manager |
37 |
|
- $domainName, $domainDesc $domain [SME: 8842] |
38 |
|
|
39 |
|
* Thu Apr 24 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-2.sme |
40 |
|
- Display a warning with the domain name before to remove it [SME: 8333] |
41 |
|
|
42 |
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
43 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
44 |
|
|
227 |
|
|
228 |
%prep |
%prep |
229 |
%setup |
%setup |
230 |
|
%patch0 -p1 |
231 |
|
%patch1 -p1 |
232 |
|
%patch2 -p1 |
233 |
|
|
234 |
%build |
%build |
235 |
LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \ |
LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \ |