1 |
|
# $Id$ |
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 1.4.0 |
%define version 2.0.0 |
7 |
%define release 9 |
%define release 1 |
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.gz |
Source: %{name}-%{version}.tar.gz |
|
Patch0: e-smith-domains-1.4.0-CorpDNSpanelTextadded.patch |
|
|
Patch1: e-smith-domains-1.4.0-CorpDNSpanelTextadded.patch2 |
|
|
Patch2: e-smith-domains-1.4.0-novirtual.patch |
|
|
Patch3: e-smith-domains-1.4.0-delete_forwarder.patch |
|
|
Patch4: e-smith-domains-1.4.0-delete_forwarder.patch2 |
|
|
Patch5: e-smith-domains-1.4.0-delete_forwarder.patch3 |
|
|
Patch6: e-smith-domains-1.4.0-tags2general.patch |
|
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
15 |
Requires: e-smith-base >= 4.13.15-76 |
Requires: e-smith-base >= 4.13.15-76 |
16 |
Requires: perl(HTML::Tabulate) >= 0.23 |
Requires: perl(HTML::Tabulate) >= 0.23 |
17 |
Requires: e-smith-formmagick >= 1.4.0-9 |
Requires: e-smith-formmagick >= 1.4.0-12 |
18 |
BuildRequires: perl(Test::Inline) >= 0.12 |
BuildRequires: perl(Test::Inline) >= 0.12 |
19 |
BuildRequires: perl |
BuildRequires: perl |
20 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
25 |
e-smith server and gateway software - domains module. |
e-smith server and gateway software - domains module. |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
29 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
30 |
|
|
31 |
|
* Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-11 |
32 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4287] |
33 |
|
|
34 |
|
* Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 1.4.0-10 |
35 |
|
- Cleanup CREATE/ADD tag mixup [SME: 4045] |
36 |
|
|
37 |
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.4.0-9 |
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.4.0-9 |
38 |
- Remove <base> tags now in general [SME: 3926] |
- Remove <base> tags now in general [SME: 3926] |
39 |
|
|
210 |
|
|
211 |
%prep |
%prep |
212 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
213 |
|
|
214 |
%build |
%build |
215 |
# Force creation of potentially empty directories |
# Force creation of potentially empty directories |