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 3 |
%define release 5 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
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 |
Patch2: e-smith-base-4.18.1-deleteorder.patch |
13 |
|
Patch3: e-smith-base-4.18.1-insertmode.patch |
14 |
|
Patch4: e-smith-base-4.18.1-freebusy.patch |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
Requires: mod_auth_external |
Requires: mod_auth_external |
17 |
Requires: e-smith-lib >= 1.18.0-19 |
Requires: e-smith-lib >= 1.18.0-19 |
59 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
60 |
|
|
61 |
%changelog |
%changelog |
62 |
|
* Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.18.1-5 |
63 |
|
- Add free/busy URL entry to help kronolith contribs [SME: 1806] |
64 |
|
|
65 |
|
* Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 4.18.1-4 |
66 |
|
- Fix insert_mode for elinks on el5 platform [SME: 4127] |
67 |
|
|
68 |
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-3 |
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-3 |
69 |
- Set accounts to deleted before template expansion [SME: 4122] |
- Set accounts to deleted before template expansion [SME: 4122] |
70 |
|
|
1204 |
%setup |
%setup |
1205 |
%patch1 -p1 |
%patch1 -p1 |
1206 |
%patch2 -p1 |
%patch2 -p1 |
1207 |
|
%if "%{?rhel}" == "5" |
1208 |
|
%patch3 -p1 |
1209 |
|
%endif |
1210 |
|
%patch4 -p1 |
1211 |
|
|
1212 |
%pre |
%pre |
1213 |
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 ] |