1 |
# $Id: smeserver-locale.spec,v 1.34 2008/07/01 20:38:08 snetram Exp $ |
# $Id: smeserver-locale.spec,v 1.35 2008/07/01 20:44:54 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 1.4.0 |
7 |
%define release 12 |
%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 fr hu id it nl pt_BR sl sv |
%define package_locales bg da de el es fr hu id it nl pt pt_BR sl sv tr |
11 |
Version: %{version} |
Version: %{version} |
12 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
13 |
License: GPL |
License: GPL |
21 |
Patch6: smeserver-locale-2008-04-01.patch |
Patch6: smeserver-locale-2008-04-01.patch |
22 |
Patch7: smeserver-locale-2008-05-05.patch |
Patch7: smeserver-locale-2008-05-05.patch |
23 |
Patch8: smeserver-locale-2008-06-27.patch |
Patch8: smeserver-locale-2008-06-27.patch |
24 |
Patch9: smeserver-locale-2008-06-27.patch |
Patch9: smeserver-locale-2008-07-01.patch |
25 |
|
Patch10: smeserver-locale-1.4.0-locale-2008-07-26.patch |
26 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
27 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
28 |
BuildRequires: perl |
BuildRequires: perl |
34 |
SME Server localisation module |
SME Server localisation module |
35 |
|
|
36 |
%changelog |
%changelog |
37 |
|
* Sat Jul 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-13 |
38 |
|
- Apply Jul 26 2008 locale patch |
39 |
|
- Add Portuguese language |
40 |
|
- Add Turkish language |
41 |
|
|
42 |
* Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-12 |
* Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-12 |
43 |
- Apply 1 July 2008 locale patch |
- Apply 1 July 2008 locale patch |
44 |
|
|
359 |
%patch7 -p1 |
%patch7 -p1 |
360 |
%patch8 -p1 |
%patch8 -p1 |
361 |
%patch9 -p1 |
%patch9 -p1 |
362 |
|
%patch10 -p1 |
363 |
|
|
364 |
%build |
%build |
365 |
LEXICONS=$(find root/etc/e-smith/locale -type f) |
LEXICONS=$(find root/etc/e-smith/locale -type f) |
451 |
%package hu |
%package hu |
452 |
Summary: %{package_summary} - Hungarian |
Summary: %{package_summary} - Hungarian |
453 |
Group: %{group} |
Group: %{group} |
454 |
|
#Requires: aspell-hu |
455 |
Requires: e-smith-formmagick >= 1.4.0-10 |
Requires: e-smith-formmagick >= 1.4.0-10 |
456 |
%description hu |
%description hu |
457 |
%{summary} |
%{summary} |
484 |
%{summary} |
%{summary} |
485 |
%files nl -f %{name}-%{version}-%{release}-filelist-nl |
%files nl -f %{name}-%{version}-%{release}-filelist-nl |
486 |
|
|
487 |
%package pt_BR |
%package pt |
488 |
Summary: %{package_summary} - Portugese |
Summary: %{package_summary} - Portugese |
489 |
Group: %{group} |
Group: %{group} |
490 |
Requires: aspell-pt |
Requires: aspell-pt |
491 |
Requires: e-smith-formmagick >= 1.4.0-10 |
Requires: e-smith-formmagick >= 1.4.0-10 |
492 |
|
%description pt |
493 |
|
%{summary} |
494 |
|
%files pt -f %{name}-%{version}-%{release}-filelist-pt |
495 |
|
|
496 |
|
%package pt_BR |
497 |
|
Summary: %{package_summary} - Portugese (Brazilian) |
498 |
|
Group: %{group} |
499 |
|
Requires: aspell-pt |
500 |
|
Requires: e-smith-formmagick >= 1.4.0-10 |
501 |
%description pt_BR |
%description pt_BR |
502 |
%{summary} |
%{summary} |
503 |
%files pt_BR -f %{name}-%{version}-%{release}-filelist-pt_BR |
%files pt_BR -f %{name}-%{version}-%{release}-filelist-pt_BR |
519 |
%description sv |
%description sv |
520 |
%{summary} |
%{summary} |
521 |
%files sv -f %{name}-%{version}-%{release}-filelist-sv |
%files sv -f %{name}-%{version}-%{release}-filelist-sv |
522 |
|
|
523 |
|
%package tr |
524 |
|
Summary: %{package_summary} - Turkish |
525 |
|
Group: %{group} |
526 |
|
#Requires: aspell-tr |
527 |
|
Requires: e-smith-formmagick >= 1.4.0-10 |
528 |
|
%description tr |
529 |
|
%{summary} |
530 |
|
%files tr -f %{name}-%{version}-%{release}-filelist-tr |