1 |
|
# $Id: smeserver-locale.spec,v 1.31 2008/05/05 21:28:58 slords 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 1.4.0 |
7 |
%define release 4 |
%define release 10 |
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 da de el es fr hu id it nl pt sl sv |
%define package_locales da de el es fr hu id it nl pt_BR sl sv |
11 |
Version: %{version} |
Version: %{version} |
12 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
13 |
License: GPL |
License: GPL |
14 |
Group: Networking/Daemons |
Group: Networking/Daemons |
15 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
16 |
Patch1: smeserver-locale-UTF8.patch |
Patch1: smeserver-locale-UTF8.patch |
17 |
|
Patch2: smeserver-locale-remove_pt.patch |
18 |
|
Patch3: smeserver-locale-2008-03-18.patch |
19 |
|
Patch4: smeserver-locale-2008-03-25.patch |
20 |
|
Patch5: smeserver-locale-2008-03-26.patch |
21 |
|
Patch6: smeserver-locale-2008-04-01.patch |
22 |
|
Patch7: smeserver-locale-2008-05-05.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 |
|
* Tue May 5 2008 Shad L. Lords <slords@mail.com> 1.4.0-10 |
35 |
|
- Update to May 5 2008 translations |
36 |
|
- Revert Apr 23 2008 translations (bad patch) |
37 |
|
|
38 |
|
* Wed Apr 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-9 |
39 |
|
- Update to Apr 23 2008 translations |
40 |
|
|
41 |
|
* Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 1.4.0-8 |
42 |
|
- Update to Apr 1 2008 translations |
43 |
|
|
44 |
|
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.4.0-7 |
45 |
|
- Update to Mar 26 2008 translations |
46 |
|
|
47 |
|
* Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.4.0-6 |
48 |
|
- Update to Mar 25 2008 translations |
49 |
|
|
50 |
|
* Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 1.4.0-5 |
51 |
|
- Fix packages for Brazilian portuguese |
52 |
|
- Update to Mar 18 2008 translations |
53 |
|
|
54 |
* Tue Mar 11 2008 Shad L. Lords <slords@mail.com> 1.4.0-4 |
* Tue Mar 11 2008 Shad L. Lords <slords@mail.com> 1.4.0-4 |
55 |
- Move requires e-smith-formmagick to correct places [SME: 3858] |
- Move requires e-smith-formmagick to correct places [SME: 3858] |
56 |
- Add missing aspell module requires |
- Add missing aspell module requires |
337 |
%prep |
%prep |
338 |
%setup |
%setup |
339 |
%patch1 -p1 |
%patch1 -p1 |
340 |
|
%patch2 -p1 |
341 |
|
%patch3 -p1 |
342 |
|
%patch4 -p1 |
343 |
|
%patch5 -p1 |
344 |
|
%patch6 -p1 |
345 |
|
%patch7 -p1 |
346 |
|
|
347 |
%build |
%build |
348 |
LEXICONS=$(find root/etc/e-smith/locale -type f) |
LEXICONS=$(find root/etc/e-smith/locale -type f) |
457 |
%{summary} |
%{summary} |
458 |
%files nl -f %{name}-%{version}-%{release}-filelist-nl |
%files nl -f %{name}-%{version}-%{release}-filelist-nl |
459 |
|
|
460 |
%package pt |
%package pt_BR |
461 |
Summary: %{package_summary} - Portugese |
Summary: %{package_summary} - Portugese |
462 |
Group: %{group} |
Group: %{group} |
463 |
Requires: aspell-pt |
Requires: aspell-pt |
464 |
Requires: e-smith-formmagick >= 1.4.0-10 |
Requires: e-smith-formmagick >= 1.4.0-10 |
465 |
%description pt |
%description pt_BR |
466 |
%{summary} |
%{summary} |
467 |
%files pt -f %{name}-%{version}-%{release}-filelist-pt |
%files pt_BR -f %{name}-%{version}-%{release}-filelist-pt_BR |
468 |
|
|
469 |
%package sl |
%package sl |
470 |
Summary: %{package_summary} - Slovinian |
Summary: %{package_summary} - Slovinian |