/[smeserver]/rpms/smeserver-locale/sme7/smeserver-locale.spec
ViewVC logotype

Diff of /rpms/smeserver-locale/sme7/smeserver-locale.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.47 by snetram, Wed Oct 8 17:50:47 2008 UTC Revision 1.57 by snetram, Fri Nov 7 07:53:35 2008 UTC
# Line 1  Line 1 
1  # $Id: smeserver-locale.spec,v 1.46 2008/10/07 15:30:17 slords Exp $  # $Id: smeserver-locale.spec,v 1.56 2008/11/07 07:52:24 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 2.0.0  %define version 2.0.0
7  %define release 2  %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 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 ja nl pt pt_BR sl sv tr
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  Patch0: smeserver-locale-2.0.0-locale-2008-10-08.patch  Patch0: smeserver-locale-2.0.0-locale-2008-10-08.patch
17    Patch1: smeserver-locale-2.0.0-locale-2008-10-13.patch
18    Patch2: smeserver-locale-2.0.0-locale-2008-10-15.patch
19    Patch3: smeserver-locale-2.0.0-locale-2008-10-16.patch
20    Patch4: smeserver-locale-2.0.0-locale-2008-10-17.patch
21    Patch5: smeserver-locale-2.0.0-locale-2008-10-19.patch
22    Patch6: smeserver-locale-2.0.0-locale-2008-11-02.patch
23    Patch7: smeserver-locale-2.0.0-locale-2008-11-06.patch
24    Patch8: smeserver-locale-2.0.0-locale-2008-11-07.patch
25  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
26  BuildArchitectures: noarch  BuildArchitectures: noarch
27  BuildRequires: perl  BuildRequires: perl
# Line 25  AutoReqProv: no Line 33  AutoReqProv: no
33  SME Server localisation module  SME Server localisation module
34    
35  %changelog  %changelog
36  * Wed Oct 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.0.0-2  * Fri Nov  7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.0.0-10.sme
37    - Apply  7 Nov 2008 locale patch [SME: 4748]
38    
39    * Thu Nov  6 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.0.0-9.sme
40    - Apply  6 Nov 2008 locale patch [SME: 4746]
41    
42    * Sun Nov 2 2008 Shad L. Lords <slords@mail.com> - 2.0.0-8.sme
43    - Apply 2 Nov 2008 locale patch
44    
45    * Mon Oct 20 2008 Stephen Noble <support@dungog.net> - 2.0.0-7.sme
46    - Apply 19 Oct 2008 locale patch [SME: 4692]
47    
48    * Thu Oct 17 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.0.0-6.sme
49    - Apply 17 Oct 2008 locale patch
50    
51    * Thu Oct 16 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.0.0-5.sme
52    - Apply 16 Oct 2008 locale patch
53    
54    * Wed Oct 15 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.0.0-4.sme
55    - Apply 15 Oct 2008 locale patch
56    
57    * Mon Oct 13 2008 Shad L. Lords <slords@mail.com> - 2.0.0-3.sme
58    - Add Japanese language [SME: 4637]
59    
60    * Wed Oct 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.0.0-2.sme
61  - Apply Oct 8 locale patch, fixing last colored highlight from German locale [SME 4618]  - Apply Oct 8 locale patch, fixing last colored highlight from German locale [SME 4618]
62    
63  * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme  * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme
# Line 372  SME Server localisation module Line 404  SME Server localisation module
404  %prep  %prep
405  %setup  %setup
406  %patch0 -p1  %patch0 -p1
407    %patch1 -p1
408    %patch2 -p1
409    %patch3 -p1
410    %patch4 -p1
411    %patch5 -p1
412    %patch6 -p1
413    %patch7 -p1
414    %patch8 -p1
415    
416  %build  %build
417  LEXICONS=$(find root/etc/e-smith/locale -type f)  LEXICONS=$(find root/etc/e-smith/locale -type f)
# Line 487  Requires: e-smith-formmagick >= 1.4.0-10 Line 527  Requires: e-smith-formmagick >= 1.4.0-10
527  %{summary}  %{summary}
528  %files it -f %{name}-%{version}-%{release}-filelist-it  %files it -f %{name}-%{version}-%{release}-filelist-it
529    
530    %package ja
531    Summary: %{package_summary} - Japanese
532    Group: %{group}
533    Requires: e-smith-formmagick >= 1.4.0-10
534    %description ja
535    %{summary}
536    %files ja -f %{name}-%{version}-%{release}-filelist-ja
537    
538  %package nl  %package nl
539  Summary: %{package_summary} - Dutch  Summary: %{package_summary} - Dutch
540  Group: %{group}  Group: %{group}


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed