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