2 |
%define name e-smith-base |
%define name e-smith-base |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 4.18.1 |
%define version 4.18.1 |
5 |
%define release 2 |
%define release 4 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
9 |
Group: Networking/Daemons |
Group: Networking/Daemons |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
11 |
Patch1: e-smith-base-4.18.1-fixgettext.patch |
Patch1: e-smith-base-4.18.1-fixgettext.patch |
12 |
|
Patch2: e-smith-base-4.18.1-deleteorder.patch |
13 |
|
Patch3: e-smith-base-4.18.1-insertmode.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
Requires: mod_auth_external |
Requires: mod_auth_external |
16 |
Requires: e-smith-lib >= 1.18.0-19 |
Requires: e-smith-lib >= 1.18.0-19 |
58 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
59 |
|
|
60 |
%changelog |
%changelog |
61 |
|
* Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 4.18.1-4 |
62 |
|
- Fix insert_mode for elinks on el5 platform [SME: 4127] |
63 |
|
|
64 |
|
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-3 |
65 |
|
- Set accounts to deleted before template expansion [SME: 4122] |
66 |
|
|
67 |
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-2 |
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-2 |
68 |
- Fix gettext strings returned by password checks [SME: 4104] |
- Fix gettext strings returned by password checks [SME: 4104] |
69 |
|
|
1199 |
%prep |
%prep |
1200 |
%setup |
%setup |
1201 |
%patch1 -p1 |
%patch1 -p1 |
1202 |
|
%patch2 -p1 |
1203 |
|
%if "%{?rhel}" == "5" |
1204 |
|
%patch3 -p1 |
1205 |
|
%endif |
1206 |
|
|
1207 |
%pre |
%pre |
1208 |
if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ] |
if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ] |