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 1 |
%define release 3 |
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 sl sv |
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 |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
|
Requires: e-smith-formmagick = 1.4.0-10 |
18 |
BuildRequires: perl |
BuildRequires: perl |
19 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
20 |
BuildRequires: gettext |
BuildRequires: gettext |
24 |
SME Server localisation module |
SME Server localisation module |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Mon Mar 10 2008 Shad L. Lords <slords@mail.com> 1.4.0-3 |
28 |
|
- Fix requires to require e-smith-formmagick [SME: 3858] |
29 |
|
|
30 |
|
* Mon Mar 10 2008 Shad L. Lords <slords@mail.com> 1.4.0-2 |
31 |
|
- Convert panels to UTF-8 [SME: 3858] |
32 |
|
|
33 |
* Fri Mar 7 2008 Shad L. Lords <slords@mail.com> 1.4.0-1 |
* Fri Mar 7 2008 Shad L. Lords <slords@mail.com> 1.4.0-1 |
34 |
- Roll new stream and considate patches |
- Roll new stream and considate patches |
35 |
|
|
305 |
|
|
306 |
%prep |
%prep |
307 |
%setup |
%setup |
308 |
|
%patch1 -p1 |
309 |
|
|
310 |
%build |
%build |
311 |
LEXICONS=$(find root/etc/e-smith/locale -type f) |
LEXICONS=$(find root/etc/e-smith/locale -type f) |