1 |
# $Id: smeserver-locale.spec,v 1.3 2013/03/11 20:45:21 slords Exp $ |
# $Id: smeserver-locale.spec,v 1.8 2013/12/03 05:25:11 wellsi Exp $ |
2 |
|
|
3 |
Summary: SME Server localisation module |
Summary: SME Server localisation module |
4 |
%define name smeserver-locale |
%define name smeserver-locale |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.4.0 |
%define version 2.4.0 |
7 |
%define release 4 |
%define release 9 |
8 |
%define package_summary SME Server localisation module |
%define package_summary SME Server localisation module |
9 |
%define group Applications/System |
%define group Applications/System |
10 |
%define package_locales bg da de el es et fr he hu id it ja nb nl pl pt pt_BR ro ru sl sv th tr zh_CN zh_TW |
%define package_locales bg da de el es et fr he hu id it ja nb nl pl pt pt_BR ro ru sl sv th tr zh_CN zh_TW |
13 |
License: GPL |
License: GPL |
14 |
Group: Networking/Daemons |
Group: Networking/Daemons |
15 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
16 |
|
Patch1: smeserver-locale-2.4.0-locale-2013-09-14.patch |
17 |
|
Patch2: smeserver-locale-2.4.0-locale-2013-10-07.patch |
18 |
|
Patch3: smeserver-locale-2.4.0-locale-2013-11-03.patch |
19 |
|
Patch4: smeserver-locale-2.4.0-locale-2013-12-02.patch |
20 |
|
Patch5: smeserver-locale-2.4.0-locale-2013-12-24.patch |
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
BuildRequires: perl |
BuildRequires: perl |
29 |
SME Server localisation module |
SME Server localisation module |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Tue Dec 24 2013 Ian Wells <esmith@wellsi.com> 2.4.0-9.el6.sme |
33 |
|
- apply locale 2013-12-24 patch from pootle [SME: 8029] |
34 |
|
|
35 |
|
* Mon Dec 2 2013 Ian Wells <esmith@wellsi.com> 2.4.0-8.el6.sme |
36 |
|
- apply locale 2013-12-02 patch from pootle [SME: 8029] |
37 |
|
|
38 |
|
* Sun Nov 3 2013 Ian Wells <esmith@wellsi.com> 2.4.0-7.el6.sme |
39 |
|
- apply locale 2013-11-03 patch from pootle [SME: 7971] |
40 |
|
|
41 |
|
* Mon Oct 07 2013 Ian Wells <esmith@wellsi.com> 2.4.0-6.el6.sme |
42 |
|
- apply locale 2013-10-07 patch from pootle [SME: 7878] |
43 |
|
|
44 |
|
* Sat Sep 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-5.el6.sme |
45 |
|
- apply locale 2013-09-14 patch from pootle [SME: 7848] |
46 |
|
|
47 |
* Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-4.el6 |
* Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-4.el6 |
48 |
- Obsolete el5 version of aspell module [SME: 7273] |
- Obsolete el5 version of aspell module [SME: 7273] |
49 |
|
|
526 |
|
|
527 |
%prep |
%prep |
528 |
%setup |
%setup |
529 |
|
%patch1 -p1 |
530 |
|
%patch2 -p1 |
531 |
|
%patch3 -p1 |
532 |
|
%patch4 -p1 |
533 |
|
|
534 |
%build |
%build |
535 |
LEXICONS=$(find root/etc/e-smith/locale -type f) |
LEXICONS=$(find root/etc/e-smith/locale -type f) |