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

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

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

Revision 1.71 by slords, Mon Aug 24 17:56:19 2009 UTC Revision 1.81 by slords, Sun May 23 19:13:58 2010 UTC
# Line 1  Line 1 
1  # $Id: smeserver-locale.spec,v 1.70 2009/05/27 14:19:08 slords Exp $  # $Id: smeserver-locale.spec,v 1.80 2010/04/29 14:39:03 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 2.2.0  %define version 2.2.0
7  %define release 23  %define release 29
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 et fr hu id it ja nb nl pl pt pt_BR ro ru sl sv tr zh_CN  %define package_locales bg da de el es et fr hu id it ja nb nl pl pt pt_BR ro ru sl sv th tr zh_CN
11  Version: %{version}  Version: %{version}
12  Release: %{release}%{?dist}  Release: %{release}%{?dist}
13  License: GPL  License: GPL
# Line 34  Patch17: smeserver-locale-2.2.0-locale-2 Line 34  Patch17: smeserver-locale-2.2.0-locale-2
34  Patch18: smeserver-locale-2.2.0-locale-2009-05-20.patch  Patch18: smeserver-locale-2.2.0-locale-2009-05-20.patch
35  Patch19: smeserver-locale-2.2.0-locale-2009-05-27.patch  Patch19: smeserver-locale-2.2.0-locale-2009-05-27.patch
36  Patch20: smeserver-locale-2.2.0-locale-2009-08-24.patch  Patch20: smeserver-locale-2.2.0-locale-2009-08-24.patch
37    Patch21: smeserver-locale-2.2.0-locale-2009-10-27.patch
38    Patch22: smeserver-locale-2.0.0-locale-2010-02-27.patch
39    Patch23: smeserver-locale-2.2.0-locale-2010-03-02.patch
40    Patch24: smeserver-locale-2.2.0-locale-2010-04-29.patch
41    Patch25: smeserver-locale-2.2.0-locale-2010-05-23.patch
42  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
43  BuildArchitectures: noarch  BuildArchitectures: noarch
44  BuildRequires: perl  BuildRequires: perl
# Line 45  AutoReqProv: no Line 50  AutoReqProv: no
50  SME Server localisation module  SME Server localisation module
51    
52  %changelog  %changelog
53    * Sun May 23 2010 SME Translation Server <translations@contribs.org> 2.2.0-29.sme
54    - apply locale 2010-05-23 patch
55    
56    * Thu Apr 29 2010 SME Translation Server <translations@contribs.org> 2.2.0-28.sme
57    - apply locale 2010-04-29 patch
58    
59    * Tue Mar 02 2010 SME Translation Server <translations@contribs.org> 2.2.0-27.sme
60    - apply locale 2010-03-02 patch
61    
62    * Sat Feb 27 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-26.sme
63    - Revert previous patch to resync with generated patches based on SME Server 7 [SME: 5803]
64    - Correct previous changelog entry
65    - Apply locale 2010-02-27 patch
66    
67    * Thu Feb 25 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-25.sme
68    - apply locale 2010-02-25 patch
69    
70    * Tue Oct 27 2009 SME Translation Server <translations@contribs.org> 2.2.0-24.sme
71    - apply locale 2009-10-27 patch
72    - Add Thai language [SME: 5466]
73    
74  * Mon Aug 24 2009 SME Translation Server <translations@contribs.org> 2.2.0-23.sme  * Mon Aug 24 2009 SME Translation Server <translations@contribs.org> 2.2.0-23.sme
75  - apply locale 2009-08-24 patch  - apply locale 2009-08-24 patch
76  - Add Polish language [SME: 5437]  - Add Polish language [SME: 5437]
# Line 93  SME Server localisation module Line 119  SME Server localisation module
119  * Fri Nov  7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-10.sme  * Fri Nov  7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-10.sme
120  - Apply  7 Nov 2008 locale patch [SME: 4748]  - Apply  7 Nov 2008 locale patch [SME: 4748]
121    
122  * Thu Nov 6 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-9.sme  * Thu Nov  6 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-9.sme
123  - Apply  6 Nov 2008 locale patch [SME: 4746]  - Apply  6 Nov 2008 locale patch [SME: 4746]
124    
125  * Sun Nov 2 2008 Shad L. Lords <slords@mail.com> - 2.2.0-8.sme  * Sun Nov 2 2008 Shad L. Lords <slords@mail.com> - 2.2.0-8.sme
# Line 481  SME Server localisation module Line 507  SME Server localisation module
507  %patch18 -p1  %patch18 -p1
508  %patch19 -p1  %patch19 -p1
509  %patch20 -p1  %patch20 -p1
510    %patch21 -p1
511    %patch22 -p1
512    %patch23 -p1
513    %patch24 -p1
514    %patch25 -p1
515    
516  %build  %build
517  LEXICONS=$(find root/etc/e-smith/locale -type f)  LEXICONS=$(find root/etc/e-smith/locale -type f)
# Line 690  Requires: e-smith-formmagick >= 1.4.0-10 Line 721  Requires: e-smith-formmagick >= 1.4.0-10
721  %{summary}  %{summary}
722  %files sv -f %{name}-%{version}-%{release}-filelist-sv  %files sv -f %{name}-%{version}-%{release}-filelist-sv
723    
724    %package th
725    Summary: %{package_summary} - Thai
726    Group: %{group}
727    Requires: e-smith-formmagick >= 1.4.0-10
728    %description th
729    %{summary}
730    %files th -f %{name}-%{version}-%{release}-filelist-th
731    
732  %package tr  %package tr
733  Summary: %{package_summary} - Turkish  Summary: %{package_summary} - Turkish
734  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