/[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.26 - (hide annotations) (download)
Thu Mar 16 03:29:19 2017 UTC (7 years, 2 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-locale-2_4_0-26_el6_sme
Changes since 1.25: +7 -3 lines
* Wed Mar 15 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-26.sme
- apply locale 2017-03-16 patch from pootle [SME: 9592]

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