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

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

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


Revision 1.85 - (hide annotations) (download)
Tue Jun 8 20:22:08 2010 UTC (14 years ago) by slords
Branch: MAIN
Changes since 1.84: +7 -2 lines
* Tue Jun 08 2010 SME Translation Server <translations@contribs.org> 2.2.0-31.sme
- apply locale 2010-06-08 patch

1 slords 1.85 # $Id: smeserver-locale.spec,v 1.84 2010/06/08 19:05:58 slords Exp $
2 slords 1.29
3 slords 1.1 Summary: SME Server localisation module
4     %define name smeserver-locale
5     Name: %{name}
6 slords 1.46 %define version 2.2.0
7 slords 1.85 %define release 31
8 slords 1.1 %define package_summary SME Server localisation module
9     %define group Applications/System
10 slords 1.82 %define package_locales bg da de el es et fr he hu id it ja nb nl pl pt pt_BR ro ru sl sv th tr zh_CN
11 slords 1.1 Version: %{version}
12     Release: %{release}%{?dist}
13     License: GPL
14     Group: Networking/Daemons
15     Source: %{name}-%{version}.tar.gz
16 snetram 1.47 Patch0: smeserver-locale-2.2.0-locale-2008-10-08.patch
17 slords 1.49 Patch1: smeserver-locale-2.2.0-locale-2008-10-13.patch
18 snetram 1.50 Patch2: smeserver-locale-2.2.0-locale-2008-10-15.patch
19 snetram 1.51 Patch3: smeserver-locale-2.2.0-locale-2008-10-16.patch
20 snetram 1.52 Patch4: smeserver-locale-2.2.0-locale-2008-10-17.patch
21 dungog 1.53 Patch5: smeserver-locale-2.2.0-locale-2008-10-19.patch
22 slords 1.54 Patch6: smeserver-locale-2.2.0-locale-2008-11-02.patch
23 snetram 1.55 Patch7: smeserver-locale-2.2.0-locale-2008-11-06.patch
24 snetram 1.56 Patch8: smeserver-locale-2.2.0-locale-2008-11-07.patch
25 snetram 1.57 Patch9: smeserver-locale-2.2.0-locale-2008-11-18.patch
26 snetram 1.58 Patch10: smeserver-locale-2.2.0-locale-2008-11-19.patch
27 snetram 1.59 Patch11: smeserver-locale-2.2.0-locale-2008-11-30.patch
28 snetram 1.60 Patch12: smeserver-locale-2.2.0-locale-2008-12-31.patch
29 snetram 1.61 Patch13: smeserver-locale-2.2.0-locale-2009-01-31.patch
30 slords 1.63 Patch14: smeserver-locale-2.2.0-locale-2009-02-09.patch
31 snetram 1.65 Patch15: smeserver-locale-2.2.0-locale-2009-03-01.patch
32 snetram 1.66 Patch16: smeserver-locale-2.2.0-locale-2009-03-03.patch
33 slords 1.68 Patch17: smeserver-locale-2.2.0-locale-2009-04-27.patch
34 snetram 1.69 Patch18: smeserver-locale-2.2.0-locale-2009-05-20.patch
35 slords 1.70 Patch19: smeserver-locale-2.2.0-locale-2009-05-27.patch
36 slords 1.71 Patch20: smeserver-locale-2.2.0-locale-2009-08-24.patch
37 slords 1.74 Patch21: smeserver-locale-2.2.0-locale-2009-10-27.patch
38 snetram 1.76 Patch22: smeserver-locale-2.0.0-locale-2010-02-27.patch
39 slords 1.77 Patch23: smeserver-locale-2.2.0-locale-2010-03-02.patch
40 slords 1.79 Patch24: smeserver-locale-2.2.0-locale-2010-04-29.patch
41 slords 1.81 Patch25: smeserver-locale-2.2.0-locale-2010-05-23.patch
42 slords 1.85 Patch26: smeserver-locale-2.2.0-locale-2010-06-08.patch
43 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
44     BuildArchitectures: noarch
45     BuildRequires: perl
46     BuildRequires: e-smith-devtools >= 1.13.1-03
47     BuildRequires: gettext
48     AutoReqProv: no
49    
50     %description
51     SME Server localisation module
52    
53     %changelog
54 slords 1.85 * Tue Jun 08 2010 SME Translation Server <translations@contribs.org> 2.2.0-31.sme
55     - apply locale 2010-06-08 patch
56    
57 slords 1.82 * Tue May 25 2010 Shad L. Lords <slords@mail.com> - 2.2.0-30.sme
58     - Add Hebrew language [SME: 5971]
59    
60 slords 1.81 * Sun May 23 2010 SME Translation Server <translations@contribs.org> 2.2.0-29.sme
61     - apply locale 2010-05-23 patch
62    
63 slords 1.80 * Thu Apr 29 2010 SME Translation Server <translations@contribs.org> 2.2.0-28.sme
64 slords 1.79 - apply locale 2010-04-29 patch
65 slords 1.78
66 slords 1.77 * Tue Mar 02 2010 SME Translation Server <translations@contribs.org> 2.2.0-27.sme
67     - apply locale 2010-03-02 patch
68    
69 snetram 1.76 * Sat Feb 27 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-26.sme
70     - Revert previous patch to resync with generated patches based on SME Server 7 [SME: 5803]
71     - Correct previous changelog entry
72     - Apply locale 2010-02-27 patch
73    
74     * Thu Feb 25 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-25.sme
75 filippocarletti 1.75 - apply locale 2010-02-25 patch
76    
77 slords 1.72 * Tue Oct 27 2009 SME Translation Server <translations@contribs.org> 2.2.0-24.sme
78 slords 1.73 - apply locale 2009-10-27 patch
79 slords 1.72 - Add Thai language [SME: 5466]
80    
81 slords 1.71 * Mon Aug 24 2009 SME Translation Server <translations@contribs.org> 2.2.0-23.sme
82     - apply locale 2009-08-24 patch
83     - Add Polish language [SME: 5437]
84    
85 slords 1.70 * Wed May 27 2009 SME Translation Server <translations@contribs.org> 2.2.0-22.sme
86     - apply locale 2009-05-27 patch
87     - Add Romanian language [SME: 5268]
88    
89     * Wed May 20 2009 SME Translation Server <translations@contribs.org> 2.2.0-21.sme
90 snetram 1.69 - apply locale 2009-05-20 patch
91    
92 slords 1.68 * Mon Apr 27 2009 SME Translation Server <translations@contribs.org> 2.2.0-20.sme
93     - apply locale 2009-04-27 patch
94     - Add Estonian language [SME: 5199]
95    
96 slords 1.67 * Tue Mar 03 2009 SME Translation Server
97     - re-apply locale 2009-03-03 patch
98    
99     * Tue Mar 3 2009 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-18.sme
100 snetram 1.66 - Apply 3 Mar 2009 locale patch [SME: 5051]
101    
102     * Sun Mar 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-17.sme
103 snetram 1.64 - Apply 1 Mar 2009 locale patch [SME: 5017]
104     - Added missing bug references to changelog entry [SME: 5002]
105    
106     * Mon Feb 09 2009 Shad L. Lords <slords@mail.com> - 2.2.0-16.sme
107     - Add Chineese (China) language [SME: 5002]
108     - Add Norwegian (Bokmal) language [SME: 5002]
109     - Add Russian language [SME: 5002]
110 slords 1.63
111 snetram 1.62 * Sat Jan 31 2009 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-15.sme
112     - Apply 31 Jan 2009 locale patch [SME: 4950]
113 snetram 1.61
114 snetram 1.60 * Wed Dec 31 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-14.sme
115     - Apply 31 Dec 2008 locale patch [SME: 4899]
116    
117 snetram 1.59 * Sun Nov 30 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-13.sme
118     - Apply 30 Nov 2008 locale patch [SME: 4813]
119    
120 snetram 1.58 * Tue Nov 19 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-12.sme
121     - Apply 19 Nov 2008 locale patch [SME: 4748]
122    
123 snetram 1.57 * Tue Nov 18 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-11.sme
124     - Apply 18 Nov 2008 locale patch [SME: 4748]
125    
126 snetram 1.56 * Fri Nov 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-10.sme
127     - Apply 7 Nov 2008 locale patch [SME: 4748]
128    
129 slords 1.72 * Thu Nov 6 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-9.sme
130 snetram 1.55 - Apply 6 Nov 2008 locale patch [SME: 4746]
131    
132 slords 1.54 * Sun Nov 2 2008 Shad L. Lords <slords@mail.com> - 2.2.0-8.sme
133     - Apply 2 Nov 2008 locale patch
134    
135 dungog 1.53 * Mon Oct 20 2008 Stephen Noble <support@dungog.net> - 2.2.0-7.sme
136     - Apply 19 Oct 2008 locale patch [SME: 4692]
137    
138 snetram 1.52 * Thu Oct 17 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-6.sme
139     - Apply 17 Oct 2008 locale patch
140    
141 snetram 1.51 * Thu Oct 16 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-5.sme
142     - Apply 16 Oct 2008 locale patch
143    
144 snetram 1.50 * Wed Oct 15 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-4.sme
145     - Apply 15 Oct 2008 locale patch
146    
147 slords 1.48 * Mon Oct 13 2008 Shad L. Lords <slords@mail.com> - 2.2.0-3.sme
148     - Add Japanese language [SME: 4637]
149    
150     * Wed Oct 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.2.0-2.sme
151 snetram 1.47 - Apply Oct 8 locale patch, fixing last colored highlight from German locale [SME 4618]
152    
153 slords 1.46 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
154     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
155    
156 snetram 1.44 * Sat Oct 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 1.4.0-20
157     - Reverting all changes made Oct 4, as they should be made through Pootle
158 snetram 1.45 - Applying Pootle patch, fixing [SME: 4618] and [SME: 4616]
159 snetram 1.44
160 snetram 1.43 * Sat Oct 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 1.4.0-19
161     - Apply 4 Oct locale patch
162    
163 snetram 1.42 * Sat Oct 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 1.4.0-18
164     - Remove colored highlights from German locale [SME: 4618]
165     - Fix changelog entry in previous entry for [SME: 4616]
166    
167 snetram 1.40 * Sat Oct 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 1.4.0-17
168 snetram 1.42 - Remove references to the wiki from the German locale [SME: 4616]
169 snetram 1.41 - Fix bug referrence in previous changelog entry [SME: 4617]
170 snetram 1.40
171 slords 1.39 * Fri Oct 3 2008 Shad L. Lords <slords@mail.com> - 1.4.0-16
172 snetram 1.41 - Apply locale patch to fix many translation bugs [SME: 4615]
173 slords 1.39
174 dungog 1.38 * Tue Sep 30 2008 Stephen Noble <support@dungog.net> - 1.4.0-15
175     - Apply locale patch
176    
177 dungog 1.37 * Sat Sep 27 2008 Stephen Noble <support@dungog.net> - 1.4.0-14
178     - Apply locale patch
179    
180 slords 1.36 * Sat Jul 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-13
181     - Apply Jul 26 2008 locale patch
182     - Add Portuguese language
183     - Add Turkish language
184    
185 snetram 1.34 * Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-12
186     - Apply 1 July 2008 locale patch
187    
188 snetram 1.32 * Fri Jun 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-11
189     - Apply 27 Jun 2008 locale patch
190    
191 slords 1.31 * Tue May 5 2008 Shad L. Lords <slords@mail.com> 1.4.0-10
192     - Update to May 5 2008 translations
193     - Revert Apr 23 2008 translations (bad patch)
194    
195 snetram 1.30 * Wed Apr 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-9
196     - Update to Apr 23 2008 translations
197    
198 slords 1.28 * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 1.4.0-8
199     - Update to Apr 1 2008 translations
200    
201 slords 1.27 * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.4.0-7
202     - Update to Mar 26 2008 translations
203    
204 slords 1.26 * Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.4.0-6
205     - Update to Mar 25 2008 translations
206    
207 slords 1.25 * Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 1.4.0-5
208     - Fix packages for Brazilian portuguese
209     - Update to Mar 18 2008 translations
210    
211 slords 1.24 * Tue Mar 11 2008 Shad L. Lords <slords@mail.com> 1.4.0-4
212     - Move requires e-smith-formmagick to correct places [SME: 3858]
213     - Add missing aspell module requires
214    
215 slords 1.23 * Mon Mar 10 2008 Shad L. Lords <slords@mail.com> 1.4.0-3
216     - Fix requires to require e-smith-formmagick [SME: 3858]
217    
218 slords 1.22 * Mon Mar 10 2008 Shad L. Lords <slords@mail.com> 1.4.0-2
219     - Convert panels to UTF-8 [SME: 3858]
220    
221 slords 1.21 * Fri Mar 7 2008 Shad L. Lords <slords@mail.com> 1.4.0-1
222     - Roll new stream and considate patches
223    
224 burnat 1.20 * Wed Mar 05 2008 Stephen Noble <support@dungog.net> 1.2.0-58
225     - fix conversions for tags with CDATA or marked fuzzy [SME: 4014]
226    
227 burnat 1.18 * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 1.2.0-57
228     - add translations for Brazilian portuguese [SME: 63]
229    
230     * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 1.2.0-56
231     - add translations for Slovian [SME: 892]
232    
233     * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 1.2.0-55
234     - add translations for Dutch [SME: 2737]
235    
236     * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 1.2.0-54
237     - add translations for Indonesian [SME: 3260]
238    
239     * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 1.2.0-53
240     - add translations for Greek [SME: 1690]
241    
242     * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 1.2.0-52
243     - add translations for Danish [SME: 2688]
244    
245     * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 1.2.0-51
246     - update translations for Swedish [SME: 3934]
247    
248     * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 1.2.0-50
249 burnat 1.19 - update translations for Spanish [SME: 3937]
250 burnat 1.18
251     * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 1.2.0-49
252 burnat 1.19 - update translations for Italian [SME: 3936]
253 burnat 1.18
254     * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 1.2.0-48
255 burnat 1.19 - update translations for French [SME: 3935]
256 burnat 1.18
257     * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 1.2.0-47
258     - update translations for German [SME: 3933]
259    
260 burnat 1.17 * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 1.2.0-46
261     - update po files, include script to recreate, in .src.rpm only [SME: 3833]
262    
263 burnat 1.16 * Fri Feb 15 2008 Stephen Noble <support@dungog.net> 1.2.0-45
264     - rename de and it quota .po files with .tmpl [SME: 3834]
265    
266 bytegw 1.15 * Sat Feb 09 2008 Stephen Noble <support@dungog.net> 1.2.0-44
267     - Remove redundant germam lexicon reinstall [SME: 3881]
268    
269 slords 1.14 * Thu Jan 31 2008 Stephen Noble <support@dungog.net> 1.2.0-43
270     - Fix fr translation for smtp header in email panels. [SME: 3831]
271    
272 bytegw 1.13 * Sat Jan 26 2008 Gavin Weight <gweight@gmail.com> 1.2.0-42
273     - Update de, es, fr and sv translations for yum panel. [SME: 2090]
274    
275     * Sat Jan 26 2008 Gavin Weight <gweight@gmail.com> 1.2.0-41
276     - Update de, fr and sv translations for smtp header in email panels. [SME: 2305]
277    
278     * Sat Jan 26 2008 Gavin Weight <gweight@gmail.com> 1.2.0-40
279     - Update de, es, fr and sv translations for email panels. [SME: 2296]
280    
281 bytegw 1.12 * Mon Jan 21 2008 Filippo Carletti <filippo.carletti@gmail.com> 1.2.0-39
282     - Italian update for SMTP server [SME: 2305]
283    
284     * Mon Jan 21 2008 Filippo Carletti <filippo.carletti@gmail.com> 1.2.0-38
285     - Italian translations for yum and email panels [SME: 2090] [SME: 2296]
286    
287 bytegw 1.11 * Sat Jan 19 2008 Stephen Noble <support@dungog.net> 1.2.0-37
288 bytegw 1.12 - Add SSH_PORT for sv [SME: 3748]
289 bytegw 1.11
290 bytegw 1.10 * Sat Jan 19 2008 Stephen Noble <support@dungog.net> 1.2.0-36
291     - System password change made consistant [SME: 3533]
292    
293     * Sat Jan 19 2008 Stephen Noble <support@dungog.net> 1.2.0-35
294     - Add Add Italian entries to hostentries [SME: 3207]
295    
296     * Sat Jan 19 2008 Stephen Noble <support@dungog.net> 1.2.0-34
297     - Add yum uptodate message [SME: 3768]
298    
299 bytegw 1.9 * Mon Jan 14 2008 Gavin Weight <gweight@gmail.com> 1.2.0-33
300     - Update Spanish translation for panels. (Thanks Normando Hall) [SME: 3751]
301    
302 bytegw 1.8 * Sat Jan 12 2008 Gavin Weight <gweight@gmail.com> 1.2.0-32
303     - Add SSH_PORT spanish translation update. [SME: 3746]
304    
305 bytegw 1.7 * Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.0-31
306     - Add SSH_PORT for fr and de [SME: 3215]
307    
308 bytegw 1.6 * Fri Oct 19 2007 Gavin Weight <gweight@gmail.com> 1.2.0-30
309     - Adjust italian success text when changing admin pass. (Thanks Filippo) [SME: 3473]
310    
311     * Thu Oct 18 2007 Gavin Weight <gweight@gmail.com> 1.2.0-29
312     - Add missing localization again. (Thanks Federico). [SME: 3149]
313    
314 slords 1.5 * Wed Oct 10 2007 Charlie Brady <charlie_brady@mitel.com>
315     - Add missing localization (Thanks Federico). [SME: 3149]
316    
317 slords 1.4 * Fri Jun 15 2007 Stephen Noble <support@dungog.net> 1.2.0-27
318     - Update French clamav lexicon [SME: 3012]
319    
320 slords 1.3 * Thu Jun 14 2007 Gavin Weight <gweight@gmail.com> 1.2.0-26
321     - Updated stand by text in bootstrap-console Translation. (Thanks Federico) [SME: 2937]
322    
323     * Thu Jun 14 2007 Gavin Weight <gweight@gmail.com> 1.2.0-25
324     - Updated backupusb console Translation. (Thanks Federico) [SME: 2937]
325    
326 slords 1.2 * Tue Jun 12 2007 Gavin Weight <gweight@gmail.com> 1.2.0-24
327     - More Updated Spanish Translations. (Thanks Normando) [SME: 2287]
328    
329 slords 1.1 * Sat May 05 2007 Gavin Weight <gweight@gmail.com> 1.2.0-23
330     - Updated German Translations. (Thanks Dietmar ) [SME: 711]
331    
332     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
333     - Clean up spec so package can be built by koji/plague
334    
335     * Sat Apr 07 2007 Gavin Weight <gweight@gmail.com> 1.2.0-22
336     - Updated German Translations/Console. (Thanks Dietmar ) [SME: 711]
337    
338     * Fri Mar 02 2007 Gavin Weight <gweight@gmail.com> 1.2.0-21
339     - Updated Spanish Translations. (Thanks Normando) [SME: 2501]
340    
341     * Sun Feb 11 2007 Stephen Noble <support@dungog.net> 1.2.0-20
342     - Updated Spanish Translations. (Thanks Normando) [SME: 2287]
343    
344     * Sun Feb 11 2007 Gavin Weight <gweight@gmail.com> 1.2.0-19
345     - New Swedish Translations for console. (Thanks Chrille). [SME: 911]
346    
347     * Sun Feb 11 2007 Stephen Noble <support@dungog.net> 1.2.0-18
348     - Remove references to virtual from sv,it,fr panels [SME: 2297]
349    
350     * Tue Feb 06 2007 Gavin Weight <gweight@gmail.com> 1.2.0-17
351     - New Swedish Translations for server-manager (Thanks Chrille). [SME: 911]
352    
353     * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 1.2.0-16
354     - Remove references to virtual from panels [SME: 1517]
355    
356     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
357     - Update to new release naming. No functional changes.
358     - Make Packager generic
359    
360     * Fri Jun 30 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-15
361     - Update French translation - Merci Franck Pierre [SME: 1659]
362    
363     * Fri Jun 30 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-14
364     - Change donate link to www.smeserver.org/donate/ [SME: 1668]
365    
366     * Fri Jun 30 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-13
367     - Change new window target to _blank rather than "new" [SME: 1613]
368    
369     * Wed Jun 28 2006 Gavin Weight <gweight@gmail.com> 1.2.0-12
370     - German and Italian text on server-manager front screen updated. [SME: 1659]
371    
372     * Tue Jun 27 2006 Filippo Carletti <carletti@mobilia.it> 1.2.0-11
373     - Updated italian translations [SME: 1119]
374    
375     * Sat Jun 10 2006 Franck Pierre <grand-pa@grand-pa.dyndns.org> 1.2.0-10
376     - Updated French translations [SME: 1001]
377    
378     * Mon May 22 2006 Gavin Weight <gweight@gmail.com> 1.2.0-09
379     - Updated German translation. Thanks Dietmar Berteld. [SME: 1412]
380    
381     * Tue May 16 2006 Gavin Weight <gweight@gmail.com> 1.2.0-08
382     - Updated Spanish emailsettings. Thanks Ernesto Lorenz [SME: 1435]
383    
384     * Mon May 15 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-07
385     - Bump release number only
386    
387     * Sun May 14 2006 Gavin Weight <gweight@gmail.com> 1.2.0-06sme01
388     - Updated German translations. Thanks Dietmar Berteld. [SME: 1412]
389    
390     * Sun Apr 9 2006 Franck Pierre <grand-pa@grand-pa.dyndns.org> 1.2.0-05
391     - Updated French translations [SME: 263]
392    
393     * Thu Apr 6 2006 Gavin Weight <gweight@gmail.com> 1.2.0-04
394     - Changed online-manual location to contribs.org in es lang. [SME: 1079]
395    
396     * Thu Apr 6 2006 Gavin Weight <gweight@gmail.com> 1.2.0-03
397     - Changed online-manual location to contribs.org. [SME: 1079]
398    
399     * Wed Mar 22 2006 Filippo Carletti <carletti@mobilia.it> 1.2.0-02
400     - Updated italian translations [SME: 1119]
401    
402     * Thu Mar 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-01
403     - Roll stable stream version. [SME: 1016]
404    
405     * Wed Mar 16 2006 Franck Pierre <grand-pa@grand-pa.dyndns.org> 1.0.1-12
406     - Update French translations [SME: 263]
407    
408     * Tue Feb 21 2006 Gavin Weight <gweight@gmail.com> 1.0.1-11
409     - Add loop to run dos2unix before validating lexicon files.
410    
411     * Mon Feb 20 2006 Gavin Weight <gweight@gmail.com> 1.0.1-10
412     - New German translations (Thanks Dietmar Berteld) [SME: 823]
413    
414     * Wed Feb 15 2006 Franck Pierre <grand-pa@grand-pa.dyndns.org> 1.0.1-09
415     - Add some French translations [SME: 263]
416    
417     * Mon Feb 13 2006 Gavin Weight <gweight@gmail.com> 1.0.1-08
418     - Fixed German (de) domains panel (Thanks Philipp Walker) [SME: 672]
419    
420     * Fri Feb 3 2006 Franck Pierre <grand-pa@grand-pa.dyndns.org> 1.0.1-07
421     - French translations [SME: 263]
422    
423     * Mon Jan 9 2006 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-06
424     - Copied English emailsettings lexicon to Spanish so the panel at
425     least works when browsing in Spanish [SME: 386]
426    
427     * Wed Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-05
428     - French console translations [SME: 181]
429    
430     * Wed Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-04
431     - French fixup for FormMagick/general [SME: 180]
432    
433     * Mon Dec 05 2005 Filippo Carletti <carletti@mobilia.it> 1.0.1-03
434     - Change some too long italian translations [SME: 273]
435    
436     * Wed Oct 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-02
437     - Change 'standby' to 'stand by' in console [SME: 66]
438    
439     * Wed Oct 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-01
440     - Roll patches up to 1.0.0-12
441     - Convert all DOS format files to Unix format to ease patching [SME: 66]
442    
443     * Mon Oct 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-12
444     - Plus encore [SF: 1265560]
445    
446     * Mon Oct 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-11
447     - Revise French on review panel [SF: 1293855]
448    
449     * Mon Oct 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-11
450     - Add defattr definition to each sub-package [SF: 1296531]
451     - Remove fr-ca to fr relocation - it can stay in e-smith-base, or
452     even get removed entirely. It's for 5.6 -> 6.0 upgrades in any case.
453    
454     * Mon Oct 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-10
455     - Add aspell-$locale as dependencies of the various locales [SF: 1296531]
456    
457     * Sat Oct 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-09
458     - Initial work on generating separate locale packages [SF: 1309520]
459     - Do we really want to generate around 80 one to seven file packages?
460     I don't think so - it may be "correct", but it's really ugly
461    
462     * Sat Oct 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-08
463     - Spec file cleanup [SF: 1309520]
464     - TODO: Generate locale packages to match base packages.
465    
466     * Sat Oct 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-07
467     - Ensure zero exit status from fr pre scriptlet [SF: 1309520]
468     - TODO: Do we need this any more - IIRC it's for 5.5 -> 6.0
469     It is also in e-smith-base, and should be removed from there
470    
471     * Sat Oct 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-06
472     - Fix up bug references in changelog (no code change) [SF: 1309520]
473    
474     * Fri Oct 14 2005 Filippo Carletti <carletti@mobilia.it> 1.0.0-05
475     - Italian updates
476    
477     * Mon Oct 3 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-04
478     - Don't generate the parent (combined) package, just the sub-packages
479     - Remove en_US/en-us files from install tree. They are just here for
480     translation convenience and to provide a comparison with the
481     relevant base packages (TODO: Decide whether to delete them) [SF: 1309520]
482    
483     * Sat Oct 1 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-03
484     - Added missing po files (new tarball) [SF: 1309520]
485    
486     * Sat Oct 1 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-02
487     - Fixup in Italian FormMagick/general (new tarball) [SF: 1309520]
488    
489     * Sat Oct 1 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-01
490     - Repackaging of all L10Ns except en-us in one RPM. en-us L10Ns live
491     in the base packages. All languages are stored in the single source
492     RPM, but a separate binary RPM is generated per language. [SF: 1309520]
493    
494     %prep
495     %setup
496 snetram 1.47 %patch0 -p1
497 slords 1.49 %patch1 -p1
498 snetram 1.50 %patch2 -p1
499 snetram 1.51 %patch3 -p1
500 snetram 1.52 %patch4 -p1
501 dungog 1.53 %patch5 -p1
502 slords 1.54 %patch6 -p1
503 snetram 1.55 %patch7 -p1
504 snetram 1.56 %patch8 -p1
505 snetram 1.57 %patch9 -p1
506 snetram 1.58 %patch10 -p1
507 snetram 1.59 %patch11 -p1
508 snetram 1.60 %patch12 -p1
509 snetram 1.61 %patch13 -p1
510 slords 1.63 %patch14 -p1
511 snetram 1.64 %patch15 -p1
512 snetram 1.66 %patch16 -p1
513 slords 1.68 %patch17 -p1
514 snetram 1.69 %patch18 -p1
515 slords 1.70 %patch19 -p1
516 slords 1.71 %patch20 -p1
517 slords 1.73 %patch21 -p1
518 filippocarletti 1.75 %patch22 -p1
519 slords 1.77 %patch23 -p1
520 slords 1.78 %patch24 -p1
521 slords 1.81 %patch25 -p1
522 slords 1.85 %patch26 -p1
523 slords 1.1
524     %build
525 slords 1.21 LEXICONS=$(find root/etc/e-smith/locale -type f)
526 slords 1.1 for file in $LEXICONS
527     do
528     /sbin/e-smith/validate-lexicon $file
529     done
530    
531     for dir in root/etc/e-smith/locale/*
532     do
533     ln -s initial.cgi $dir/etc/e-smith/web/functions/index.cgi
534     done
535    
536     /sbin/e-smith/generate-lexicons
537    
538     %install
539     rm -rf $RPM_BUILD_ROOT
540     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
541    
542     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
543     > %{name}-%{version}-%{release}-filelist
544    
545     for locale in %{package_locales}
546     do
547     echo "%defattr(-,root,root)" > \
548     %{name}-%{version}-%{release}-filelist-$locale
549    
550 slords 1.63 grep -e locale/$locale/ -e locale/$(echo $locale | tr '[:upper:]_' '[:lower:]-')/ \
551     %{name}-%{version}-%{release}-filelist >> %{name}-%{version}-%{release}-filelist-$locale
552 slords 1.1 done
553    
554     %clean
555     rm -rf $RPM_BUILD_ROOT
556    
557 slords 1.33 %package bg
558     Summary: %{package_summary} - Bulgarian
559     Group: %{group}
560     Requires: aspell-bg
561     Requires: e-smith-formmagick >= 1.4.0-10
562     %description bg
563     %{summary}
564     %files bg -f %{name}-%{version}-%{release}-filelist-bg
565    
566 burnat 1.18 %package da
567     Summary: %{package_summary} - Danish
568     Group: %{group}
569 slords 1.24 Requires: aspell-da
570     Requires: e-smith-formmagick >= 1.4.0-10
571 burnat 1.18 %description da
572     %{summary}
573     %files da -f %{name}-%{version}-%{release}-filelist-da
574    
575 slords 1.1 %package de
576     Summary: %{package_summary} - German
577     Group: %{group}
578     Requires: aspell-de
579 slords 1.24 Requires: e-smith-formmagick >= 1.4.0-10
580 slords 1.1 %description de
581     %{summary}
582     %files de -f %{name}-%{version}-%{release}-filelist-de
583    
584 burnat 1.18 %package el
585     Summary: %{package_summary} - Greek
586     Group: %{group}
587 slords 1.24 Requires: aspell-el
588     Requires: e-smith-formmagick >= 1.4.0-10
589 burnat 1.18 %description el
590     %{summary}
591     %files el -f %{name}-%{version}-%{release}-filelist-el
592    
593 slords 1.1 %package es
594     Summary: %{package_summary} - Spanish
595     Group: %{group}
596     Requires: aspell-es
597 slords 1.24 Requires: e-smith-formmagick >= 1.4.0-10
598 slords 1.1 %description es
599     %{summary}
600     %files es -f %{name}-%{version}-%{release}-filelist-es
601    
602 slords 1.68 %package et
603     Summary: %{package_summary} - Estonian
604     Group: %{group}
605     Requires: e-smith-formmagick >= 1.4.0-10
606     %description et
607     %{summary}
608     %files et -f %{name}-%{version}-%{release}-filelist-et
609    
610 slords 1.1 %package fr
611     Summary: %{package_summary} - French
612     Group: %{group}
613     Requires: aspell-fr
614 slords 1.24 Requires: e-smith-formmagick >= 1.4.0-10
615 slords 1.1 %description fr
616     %{summary}
617     %files fr -f %{name}-%{version}-%{release}-filelist-fr
618    
619 slords 1.82 %package he
620     Summary: %{package_summary} - Hungarian
621     Group: %{group}
622     Requires: e-smith-formmagick >= 1.4.0-10
623     %description he
624     %{summary}
625     %files he -f %{name}-%{version}-%{release}-filelist-he
626    
627 slords 1.21 %package hu
628     Summary: %{package_summary} - Hungarian
629     Group: %{group}
630 slords 1.24 Requires: e-smith-formmagick >= 1.4.0-10
631 slords 1.21 %description hu
632     %{summary}
633     %files hu -f %{name}-%{version}-%{release}-filelist-hu
634    
635 burnat 1.18 %package id
636     Summary: %{package_summary} - Indonesian
637     Group: %{group}
638 slords 1.24 Requires: aspell-id
639     Requires: e-smith-formmagick >= 1.4.0-10
640 burnat 1.18 %description id
641     %{summary}
642     %files id -f %{name}-%{version}-%{release}-filelist-id
643    
644 slords 1.1 %package it
645     Summary: %{package_summary} - Italian
646     Group: %{group}
647     Requires: aspell-it
648 slords 1.24 Requires: e-smith-formmagick >= 1.4.0-10
649 slords 1.1 %description it
650     %{summary}
651     %files it -f %{name}-%{version}-%{release}-filelist-it
652    
653 slords 1.48 %package ja
654     Summary: %{package_summary} - Japanese
655     Group: %{group}
656     Requires: e-smith-formmagick >= 1.4.0-10
657     %description ja
658     %{summary}
659     %files ja -f %{name}-%{version}-%{release}-filelist-ja
660    
661 slords 1.63 %package nb
662     Summary: %{package_summary} - Norwegian (Bokmal)
663     Group: %{group}
664     Requires: e-smith-formmagick >= 1.4.0-10
665     %description nb
666     %{summary}
667     %files nb -f %{name}-%{version}-%{release}-filelist-nb
668    
669 burnat 1.18 %package nl
670     Summary: %{package_summary} - Dutch
671     Group: %{group}
672 slords 1.24 Requires: aspell-nl
673     Requires: e-smith-formmagick >= 1.4.0-10
674 burnat 1.18 %description nl
675     %{summary}
676     %files nl -f %{name}-%{version}-%{release}-filelist-nl
677    
678 slords 1.71 %package pl
679     Summary: %{package_summary} - Polish
680     Group: %{group}
681     Requires: aspell-pl
682     Requires: e-smith-formmagick >= 1.4.0-10
683     %description pl
684     %{summary}
685     %files pl -f %{name}-%{version}-%{release}-filelist-pl
686    
687 slords 1.36 %package pt
688     Summary: %{package_summary} - Portugese
689     Group: %{group}
690     Requires: aspell-pt
691     Requires: e-smith-formmagick >= 1.4.0-10
692     %description pt
693     %{summary}
694     %files pt -f %{name}-%{version}-%{release}-filelist-pt
695    
696 slords 1.25 %package pt_BR
697 slords 1.36 Summary: %{package_summary} - Portugese (Brazilian)
698 burnat 1.18 Group: %{group}
699 slords 1.24 Requires: aspell-pt
700     Requires: e-smith-formmagick >= 1.4.0-10
701 slords 1.25 %description pt_BR
702 burnat 1.18 %{summary}
703 slords 1.25 %files pt_BR -f %{name}-%{version}-%{release}-filelist-pt_BR
704 burnat 1.18
705 slords 1.70 %package ro
706     Summary: %{package_summary} - Romanian
707     Group: %{group}
708     Requires: e-smith-formmagick >= 1.4.0-10
709     %description ro
710     %{summary}
711     %files ro -f %{name}-%{version}-%{release}-filelist-ro
712    
713 slords 1.63 %package ru
714     Summary: %{package_summary} - Russian
715     Group: %{group}
716     Requires: aspell-ru
717     Requires: e-smith-formmagick >= 1.4.0-10
718     %description ru
719     %{summary}
720     %files ru -f %{name}-%{version}-%{release}-filelist-ru
721    
722 burnat 1.18 %package sl
723     Summary: %{package_summary} - Slovinian
724     Group: %{group}
725 slords 1.24 Requires: aspell-sl
726     Requires: e-smith-formmagick >= 1.4.0-10
727 burnat 1.18 %description sl
728     %{summary}
729     %files sl -f %{name}-%{version}-%{release}-filelist-sl
730    
731 slords 1.1 %package sv
732     Summary: %{package_summary} - Swedish
733     Group: %{group}
734     Requires: aspell-sv
735 slords 1.24 Requires: e-smith-formmagick >= 1.4.0-10
736 slords 1.1 %description sv
737     %{summary}
738     %files sv -f %{name}-%{version}-%{release}-filelist-sv
739 slords 1.36
740 slords 1.72 %package th
741     Summary: %{package_summary} - Thai
742     Group: %{group}
743     Requires: e-smith-formmagick >= 1.4.0-10
744     %description th
745     %{summary}
746     %files th -f %{name}-%{version}-%{release}-filelist-th
747    
748 slords 1.36 %package tr
749     Summary: %{package_summary} - Turkish
750     Group: %{group}
751     Requires: e-smith-formmagick >= 1.4.0-10
752     %description tr
753     %{summary}
754     %files tr -f %{name}-%{version}-%{release}-filelist-tr
755 slords 1.63
756     %package zh_CN
757     Summary: %{package_summary} - Chinese (China)
758     Group: %{group}
759     Requires: e-smith-formmagick >= 1.4.0-10
760     %description zh_CN
761     %{summary}
762     %files zh_CN -f %{name}-%{version}-%{release}-filelist-zh_CN

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