1 |
# $Id: e-smith-base.spec,v 1.89 2010/03/03 13:51:14 filippocarletti Exp $ |
# $Id: e-smith-base.spec,v 1.90 2010/05/11 04:00:39 mrjhb3 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.2.0 |
%define version 5.2.0 |
7 |
%define release 20 |
%define release 21 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
27 |
Patch15: e-smith-base-5.2.0-fix-template-expansion-error.patch |
Patch15: e-smith-base-5.2.0-fix-template-expansion-error.patch |
28 |
Patch16: e-smith-base-5.2.0-gettext.patch |
Patch16: e-smith-base-5.2.0-gettext.patch |
29 |
Patch17: e-smith-base-5.2.0-remove-freebusy-references.patch |
Patch17: e-smith-base-5.2.0-remove-freebusy-references.patch |
30 |
|
Patch18: e-smith-base-5.2.0-checkMaxUsers.patch |
31 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
32 |
Requires: mod_auth_external |
Requires: mod_auth_external |
33 |
Requires: e-smith-lib >= 2.2.0-2 |
Requires: e-smith-lib >= 2.2.0-2 |
73 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
74 |
|
|
75 |
%changelog |
%changelog |
76 |
|
* Sat Jun 5 2010 Ian Wells <esmith@wellsi.com> 5.2.0-21.sme |
77 |
|
- Remove checkMaxUsers(). [SME: 5537] |
78 |
|
|
79 |
* Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-20.sme |
* Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-20.sme |
80 |
- Patch that will remove all FreeBusy references from e-smith-base. [SME: 5941] |
- Patch that will remove all FreeBusy references from e-smith-base. [SME: 5941] |
81 |
|
|
1372 |
%patch15 -p1 |
%patch15 -p1 |
1373 |
%patch16 -p1 |
%patch16 -p1 |
1374 |
%patch17 -p1 |
%patch17 -p1 |
1375 |
|
%patch18 -p1 |
1376 |
|
|
1377 |
%pre |
%pre |
1378 |
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 ] |