1 |
# $Id: smeserver-locale.spec,v 1.47 2008/10/08 17:50:25 snetram Exp $ |
# $Id: smeserver-locale.spec,v 1.57 2008/11/18 19:48:43 snetram 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.2.0 |
%define version 2.2.0 |
7 |
%define release 3 |
%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 fr hu id it ja nl pt pt_BR sl sv tr |
%define package_locales bg da de el es fr hu id it ja nl pt pt_BR sl sv tr |
14 |
Group: Networking/Daemons |
Group: Networking/Daemons |
15 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
16 |
Patch0: smeserver-locale-2.2.0-locale-2008-10-08.patch |
Patch0: smeserver-locale-2.2.0-locale-2008-10-08.patch |
17 |
|
Patch1: smeserver-locale-2.2.0-locale-2008-10-13.patch |
18 |
|
Patch2: smeserver-locale-2.2.0-locale-2008-10-15.patch |
19 |
|
Patch3: smeserver-locale-2.2.0-locale-2008-10-16.patch |
20 |
|
Patch4: smeserver-locale-2.2.0-locale-2008-10-17.patch |
21 |
|
Patch5: smeserver-locale-2.2.0-locale-2008-10-19.patch |
22 |
|
Patch6: smeserver-locale-2.2.0-locale-2008-11-02.patch |
23 |
|
Patch7: smeserver-locale-2.2.0-locale-2008-11-06.patch |
24 |
|
Patch8: smeserver-locale-2.2.0-locale-2008-11-07.patch |
25 |
|
Patch9: smeserver-locale-2.2.0-locale-2008-11-18.patch |
26 |
|
Patch10: smeserver-locale-2.2.0-locale-2008-11-19.patch |
27 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
28 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
29 |
BuildRequires: perl |
BuildRequires: perl |
35 |
SME Server localisation module |
SME Server localisation module |
36 |
|
|
37 |
%changelog |
%changelog |
38 |
|
* Tue Nov 19 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-12.sme |
39 |
|
- Apply 19 Nov 2008 locale patch [SME: 4748] |
40 |
|
|
41 |
|
* Tue Nov 18 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-11.sme |
42 |
|
- Apply 18 Nov 2008 locale patch [SME: 4748] |
43 |
|
|
44 |
|
* Fri Nov 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-10.sme |
45 |
|
- Apply 7 Nov 2008 locale patch [SME: 4748] |
46 |
|
|
47 |
|
* Thu Nov 6 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-9.sme |
48 |
|
- Apply 6 Nov 2008 locale patch [SME: 4746] |
49 |
|
|
50 |
|
* Sun Nov 2 2008 Shad L. Lords <slords@mail.com> - 2.2.0-8.sme |
51 |
|
- Apply 2 Nov 2008 locale patch |
52 |
|
|
53 |
|
* Mon Oct 20 2008 Stephen Noble <support@dungog.net> - 2.2.0-7.sme |
54 |
|
- Apply 19 Oct 2008 locale patch [SME: 4692] |
55 |
|
|
56 |
|
* Thu Oct 17 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-6.sme |
57 |
|
- Apply 17 Oct 2008 locale patch |
58 |
|
|
59 |
|
* Thu Oct 16 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-5.sme |
60 |
|
- Apply 16 Oct 2008 locale patch |
61 |
|
|
62 |
|
* Wed Oct 15 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-4.sme |
63 |
|
- Apply 15 Oct 2008 locale patch |
64 |
|
|
65 |
* Mon Oct 13 2008 Shad L. Lords <slords@mail.com> - 2.2.0-3.sme |
* Mon Oct 13 2008 Shad L. Lords <slords@mail.com> - 2.2.0-3.sme |
66 |
- Add Japanese language [SME: 4637] |
- Add Japanese language [SME: 4637] |
67 |
|
|
412 |
%prep |
%prep |
413 |
%setup |
%setup |
414 |
%patch0 -p1 |
%patch0 -p1 |
415 |
|
%patch1 -p1 |
416 |
|
%patch2 -p1 |
417 |
|
%patch3 -p1 |
418 |
|
%patch4 -p1 |
419 |
|
%patch5 -p1 |
420 |
|
%patch6 -p1 |
421 |
|
%patch7 -p1 |
422 |
|
%patch8 -p1 |
423 |
|
%patch9 -p1 |
424 |
|
%patch10 -p1 |
425 |
|
|
426 |
%build |
%build |
427 |
LEXICONS=$(find root/etc/e-smith/locale -type f) |
LEXICONS=$(find root/etc/e-smith/locale -type f) |