2 |
%define name smeserver-locale |
%define name smeserver-locale |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.4.0 |
%define version 1.4.0 |
5 |
%define release 4 |
%define release 8 |
6 |
%define package_summary SME Server localisation module |
%define package_summary SME Server localisation module |
7 |
%define group Applications/System |
%define group Applications/System |
8 |
%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 |
9 |
Version: %{version} |
Version: %{version} |
10 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
11 |
License: GPL |
License: GPL |
12 |
Group: Networking/Daemons |
Group: Networking/Daemons |
13 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
14 |
Patch1: smeserver-locale-UTF8.patch |
Patch1: smeserver-locale-UTF8.patch |
15 |
|
Patch2: smeserver-locale-remove_pt.patch |
16 |
|
Patch3: smeserver-locale-2008-03-18.patch |
17 |
|
Patch4: smeserver-locale-2008-03-25.patch |
18 |
|
Patch5: smeserver-locale-2008-03-26.patch |
19 |
|
Patch6: smeserver-locale-2008-04-01.patch |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
BuildRequires: perl |
BuildRequires: perl |
28 |
SME Server localisation module |
SME Server localisation module |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 1.4.0-8 |
32 |
|
- Update to Apr 1 2008 translations |
33 |
|
|
34 |
|
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.4.0-7 |
35 |
|
- Update to Mar 26 2008 translations |
36 |
|
|
37 |
|
* Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.4.0-6 |
38 |
|
- Update to Mar 25 2008 translations |
39 |
|
|
40 |
|
* Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 1.4.0-5 |
41 |
|
- Fix packages for Brazilian portuguese |
42 |
|
- Update to Mar 18 2008 translations |
43 |
|
|
44 |
* 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 |
45 |
- Move requires e-smith-formmagick to correct places [SME: 3858] |
- Move requires e-smith-formmagick to correct places [SME: 3858] |
46 |
- Add missing aspell module requires |
- Add missing aspell module requires |
327 |
%prep |
%prep |
328 |
%setup |
%setup |
329 |
%patch1 -p1 |
%patch1 -p1 |
330 |
|
%patch2 -p1 |
331 |
|
%patch3 -p1 |
332 |
|
%patch4 -p1 |
333 |
|
%patch5 -p1 |
334 |
|
%patch6 -p1 |
335 |
|
|
336 |
%build |
%build |
337 |
LEXICONS=$(find root/etc/e-smith/locale -type f) |
LEXICONS=$(find root/etc/e-smith/locale -type f) |
446 |
%{summary} |
%{summary} |
447 |
%files nl -f %{name}-%{version}-%{release}-filelist-nl |
%files nl -f %{name}-%{version}-%{release}-filelist-nl |
448 |
|
|
449 |
%package pt |
%package pt_BR |
450 |
Summary: %{package_summary} - Portugese |
Summary: %{package_summary} - Portugese |
451 |
Group: %{group} |
Group: %{group} |
452 |
Requires: aspell-pt |
Requires: aspell-pt |
453 |
Requires: e-smith-formmagick >= 1.4.0-10 |
Requires: e-smith-formmagick >= 1.4.0-10 |
454 |
%description pt |
%description pt_BR |
455 |
%{summary} |
%{summary} |
456 |
%files pt -f %{name}-%{version}-%{release}-filelist-pt |
%files pt_BR -f %{name}-%{version}-%{release}-filelist-pt_BR |
457 |
|
|
458 |
%package sl |
%package sl |
459 |
Summary: %{package_summary} - Slovinian |
Summary: %{package_summary} - Slovinian |