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

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

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


Revision 1.18 - (hide annotations) (download)
Thu Jul 21 03:26:54 2022 UTC (23 months, 4 weeks ago) by jpp
Branch: MAIN
CVS Tags: smeserver-locale-2_6_0-16_el7_sme
Changes since 1.17: +7 -2 lines
* Wed Jul 20 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-16.sme
- apply local 2022-07-21.patch [SME: 12117]

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