1 |
# $Id: smeserver-locale.spec,v 1.38 2008/09/30 07:55:43 dungog Exp $ |
# $Id: smeserver-locale.spec,v 1.45 2008/10/04 22:34:40 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 1.4.0 |
%define version 2.2.0 |
7 |
%define release 16 |
%define release 1 |
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 nl pt pt_BR sl sv tr |
%define package_locales bg da de el es fr hu id it nl pt pt_BR sl sv tr |
13 |
License: GPL |
License: GPL |
14 |
Group: Networking/Daemons |
Group: Networking/Daemons |
15 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
|
Patch1: smeserver-locale-UTF8.patch |
|
|
Patch2: smeserver-locale-remove_pt.patch |
|
|
Patch3: smeserver-locale-2008-03-18.patch |
|
|
Patch4: smeserver-locale-2008-03-25.patch |
|
|
Patch5: smeserver-locale-2008-03-26.patch |
|
|
Patch6: smeserver-locale-2008-04-01.patch |
|
|
Patch7: smeserver-locale-2008-05-05.patch |
|
|
Patch8: smeserver-locale-2008-06-27.patch |
|
|
Patch9: smeserver-locale-2008-07-01.patch |
|
|
Patch10: smeserver-locale-1.4.0-locale-2008-07-26.patch |
|
|
Patch11: smeserver-locale-1.4.0-locale-2008-09-27.patch |
|
|
Patch12: smeserver-locale-1.4.0-locale-2008-09-30.patch |
|
|
Patch13: smeserver-locale-1.4.0-locale-2008-10-03.patch |
|
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
BuildRequires: perl |
BuildRequires: perl |
24 |
SME Server localisation module |
SME Server localisation module |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
28 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
29 |
|
|
30 |
|
* Sat Oct 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 1.4.0-20 |
31 |
|
- Reverting all changes made Oct 4, as they should be made through Pootle |
32 |
|
- Applying Pootle patch, fixing [SME: 4618] and [SME: 4616] |
33 |
|
|
34 |
|
* Sat Oct 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 1.4.0-19 |
35 |
|
- Apply 4 Oct locale patch |
36 |
|
|
37 |
|
* Sat Oct 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 1.4.0-18 |
38 |
|
- Remove colored highlights from German locale [SME: 4618] |
39 |
|
- Fix changelog entry in previous entry for [SME: 4616] |
40 |
|
|
41 |
|
* Sat Oct 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 1.4.0-17 |
42 |
|
- Remove references to the wiki from the German locale [SME: 4616] |
43 |
|
- Fix bug referrence in previous changelog entry [SME: 4617] |
44 |
|
|
45 |
* Fri Oct 3 2008 Shad L. Lords <slords@mail.com> - 1.4.0-16 |
* Fri Oct 3 2008 Shad L. Lords <slords@mail.com> - 1.4.0-16 |
46 |
- Apply locale patch to fix many translation bugs [SME: 4651] |
- Apply locale patch to fix many translation bugs [SME: 4615] |
47 |
|
|
48 |
* Tue Sep 30 2008 Stephen Noble <support@dungog.net> - 1.4.0-15 |
* Tue Sep 30 2008 Stephen Noble <support@dungog.net> - 1.4.0-15 |
49 |
- Apply locale patch |
- Apply locale patch |
367 |
|
|
368 |
%prep |
%prep |
369 |
%setup |
%setup |
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
|
%patch8 -p1 |
|
|
%patch9 -p1 |
|
|
%patch10 -p1 |
|
|
%patch11 -p1 |
|
|
%patch12 -p1 |
|
|
%patch13 -p1 |
|
370 |
|
|
371 |
%build |
%build |
372 |
LEXICONS=$(find root/etc/e-smith/locale -type f) |
LEXICONS=$(find root/etc/e-smith/locale -type f) |