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

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

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


Revision 1.115 - (show annotations) (download)
Fri Mar 3 21:23:58 2017 UTC (7 years, 3 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-locale-2_2_0-55_el5_sme
Changes since 1.114: +35 -15 lines
* Fri Mar 03 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.2.0-55.sme
- apply locale 2017-03-03 patch from pootle [SME: 10133]
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
  by assuming the date is correct and changing the weekday.

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

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