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

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

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


Revision 1.25 - (hide annotations) (download)
Fri Mar 3 21:00:36 2017 UTC (7 years, 3 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-locale-2_4_0-25_el6_sme
Changes since 1.24: +35 -16 lines
* Fri Mar 03 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-25.sme
- apply locale 2017-03-03 patch from pootle [SME: 9592]
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
  by assuming the date is correct and changing the weekday.

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