1 |
# $Id: e-smith-base.spec,v 1.6 2013/02/02 19:39:33 slords Exp $ |
# $Id: e-smith-base.spec,v 1.7 2013/02/03 22:19:59 vip-ire Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - base module |
Summary: e-smith server and gateway - base module |
4 |
%define name e-smith-base |
%define name e-smith-base |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 5.4.0 |
%define version 5.4.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 |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch0: e-smith-base-5.4.0-runlevel_4.patch |
Patch0: e-smith-base-5.4.0-runlevel_4.patch |
14 |
Patch1: e-smith-base-5.4.0-local_event.patch |
Patch1: e-smith-base-5.4.0-local_event.patch |
15 |
|
Patch2: e-smith-base-5.4.0-noapmd.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
|
BuildArch: noarch |
18 |
Requires: mod_auth_external |
Requires: mod_auth_external |
19 |
Requires: e-smith-lib >= 2.2.0-2 |
Requires: e-smith-lib >= 2.2.0-2 |
20 |
Requires: server-manager-images, server-manager |
Requires: server-manager-images, server-manager |
51 |
BuildRequires: perl, perl(Test::Inline) >= 0.12 |
BuildRequires: perl, perl(Test::Inline) >= 0.12 |
52 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
53 |
BuildRequires: gettext |
BuildRequires: gettext |
|
%ifarch i386 |
|
|
Requires: apmd |
|
|
%endif |
|
54 |
|
|
55 |
%define dbfiles accounts configuration domains hosts networks |
%define dbfiles accounts configuration domains hosts networks |
56 |
AutoReqProv: no |
AutoReqProv: no |
59 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
60 |
|
|
61 |
%changelog |
%changelog |
62 |
|
* Wed Feb 6 2013 Shad L. Lords <slords@mail.com> 5.4.0-7.sme |
63 |
|
- Remove apmd service and change package to noarch [SME: 7312] |
64 |
|
|
65 |
* Sun Feb 3 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-6.sme |
* Sun Feb 3 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-6.sme |
66 |
- Add a daemontools service to run signal-event local [SME: 7230] |
- Add a daemontools service to run signal-event local [SME: 7230] |
67 |
|
|
1508 |
%setup |
%setup |
1509 |
%patch0 -p1 |
%patch0 -p1 |
1510 |
%patch1 -p1 |
%patch1 -p1 |
1511 |
|
%patch2 -p1 |
1512 |
|
|
1513 |
%pre |
%pre |
1514 |
/sbin/e-smith/create-system-user smelog 1002 \ |
/sbin/e-smith/create-system-user smelog 1002 \ |
1520 |
|
|
1521 |
%build |
%build |
1522 |
|
|
|
%if "%_build_arch" == "i386" |
|
|
echo "enabled" > root/etc/e-smith/db/configuration/defaults/apmd/status |
|
|
%else |
|
|
echo "disabled" > root/etc/e-smith/db/configuration/defaults/apmd/status |
|
|
%endif |
|
|
|
|
1523 |
LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \ |
LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \ |
1524 |
-type f | grep -v CVS) |
-type f | grep -v CVS) |
1525 |
|
|