1 |
# $Id: smeserver-locale.spec,v 1.3 2013/03/11 20:45:21 slords Exp $ |
# $Id: smeserver-locale.spec,v 1.11 2014/03/02 00:56:32 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 12 |
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 |
|
Patch6: smeserver-locale-2.4.0-locale-2014-03-01.patch |
22 |
|
Patch7: smeserver-locale-2.4.0-locale-2014-03-08.patch |
23 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
24 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
25 |
BuildRequires: perl |
BuildRequires: perl |
31 |
SME Server localisation module |
SME Server localisation module |
32 |
|
|
33 |
%changelog |
%changelog |
34 |
|
* Sat Mar 8 2014 Ian Wells <esmith@wellsi.com> 2.4.0-12.el6.sme |
35 |
|
- apply locale 2014-03-08 patch from pootle [SME: 7893] |
36 |
|
|
37 |
|
* Sat Mar 1 2014 Ian Wells <esmith@wellsi.com> 2.4.0-11.el6.sme |
38 |
|
- apply locale 2014-03-01 patch from pootle [SME: 8176] |
39 |
|
|
40 |
|
* Tue Dec 24 2013 Ian Wells <esmith@wellsi.com> 2.4.0-10.el6.sme |
41 |
|
- Correctly apply locale 2013-12-24 patch from pootle [SME: 8029] |
42 |
|
|
43 |
|
* Tue Dec 24 2013 Ian Wells <esmith@wellsi.com> 2.4.0-9.el6.sme |
44 |
|
- apply locale 2013-12-24 patch from pootle [SME: 8029] |
45 |
|
|
46 |
|
* Mon Dec 2 2013 Ian Wells <esmith@wellsi.com> 2.4.0-8.el6.sme |
47 |
|
- apply locale 2013-12-02 patch from pootle [SME: 8029] |
48 |
|
|
49 |
|
* Sun Nov 3 2013 Ian Wells <esmith@wellsi.com> 2.4.0-7.el6.sme |
50 |
|
- apply locale 2013-11-03 patch from pootle [SME: 7971] |
51 |
|
|
52 |
|
* Mon Oct 07 2013 Ian Wells <esmith@wellsi.com> 2.4.0-6.el6.sme |
53 |
|
- apply locale 2013-10-07 patch from pootle [SME: 7878] |
54 |
|
|
55 |
|
* Sat Sep 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-5.el6.sme |
56 |
|
- apply locale 2013-09-14 patch from pootle [SME: 7848] |
57 |
|
|
58 |
* 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 |
59 |
- Obsolete el5 version of aspell module [SME: 7273] |
- Obsolete el5 version of aspell module [SME: 7273] |
60 |
|
|
537 |
|
|
538 |
%prep |
%prep |
539 |
%setup |
%setup |
540 |
|
%patch1 -p1 |
541 |
|
%patch2 -p1 |
542 |
|
%patch3 -p1 |
543 |
|
%patch4 -p1 |
544 |
|
%patch5 -p1 |
545 |
|
%patch6 -p1 |
546 |
|
%patch7 -p1 |
547 |
|
|
548 |
%build |
%build |
549 |
LEXICONS=$(find root/etc/e-smith/locale -type f) |
LEXICONS=$(find root/etc/e-smith/locale -type f) |