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

Diff of /rpms/smeserver-locale/sme7/smeserver-locale.spec

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

Revision 1.24 by slords, Tue Mar 11 14:14:27 2008 UTC Revision 1.41 by snetram, Sat Oct 4 07:56:24 2008 UTC
# Line 1  Line 1 
1    # $Id: smeserver-locale.spec,v 1.40 2008/10/04 07:43:11 snetram Exp $
2    
3  Summary: SME Server localisation module  Summary: SME Server localisation module
4  %define name smeserver-locale  %define name smeserver-locale
5  Name: %{name}  Name: %{name}
6  %define version 1.4.0  %define version 1.4.0
7  %define release 4  %define release 17
8  %define package_summary SME Server localisation module  %define package_summary SME Server localisation module
9  %define group Applications/System  %define group Applications/System
10  %define package_locales da de el es fr hu id it nl pt sl sv  %define package_locales bg da de el es fr hu id it nl pt pt_BR sl sv tr
11  Version: %{version}  Version: %{version}
12  Release: %{release}%{?dist}  Release: %{release}%{?dist}
13  License: GPL  License: GPL
14  Group: Networking/Daemons  Group: Networking/Daemons
15  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
16  Patch1: smeserver-locale-UTF8.patch  Patch1: smeserver-locale-UTF8.patch
17    Patch2: smeserver-locale-remove_pt.patch
18    Patch3: smeserver-locale-2008-03-18.patch
19    Patch4: smeserver-locale-2008-03-25.patch
20    Patch5: smeserver-locale-2008-03-26.patch
21    Patch6: smeserver-locale-2008-04-01.patch
22    Patch7: smeserver-locale-2008-05-05.patch
23    Patch8: smeserver-locale-2008-06-27.patch
24    Patch9: smeserver-locale-2008-07-01.patch
25    Patch10: smeserver-locale-1.4.0-locale-2008-07-26.patch
26    Patch11: smeserver-locale-1.4.0-locale-2008-09-27.patch
27    Patch12: smeserver-locale-1.4.0-locale-2008-09-30.patch
28    Patch13: smeserver-locale-1.4.0-locale-2008-10-03.patch
29    Patch14: smeserver-locale-1.4.0-removeReferrencesToWiki.patch
30  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
31  BuildArchitectures: noarch  BuildArchitectures: noarch
32  BuildRequires: perl  BuildRequires: perl
# Line 23  AutoReqProv: no Line 38  AutoReqProv: no
38  SME Server localisation module  SME Server localisation module
39    
40  %changelog  %changelog
41    * Sat Oct 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 1.4.0-17
42    - Apply locale patch to fix many translation bugs [SME: 4616]
43    - Fix bug referrence in previous changelog entry [SME: 4617]
44    
45    * Fri Oct 3 2008 Shad L. Lords <slords@mail.com> - 1.4.0-16
46    - Apply locale patch to fix many translation bugs [SME: 4615]
47    
48    * Tue Sep 30 2008 Stephen Noble <support@dungog.net> - 1.4.0-15
49    - Apply locale patch
50    
51    * Sat Sep 27 2008 Stephen Noble <support@dungog.net> - 1.4.0-14
52    - Apply locale patch
53    
54    * Sat Jul 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-13
55    - Apply Jul 26 2008 locale patch
56    - Add Portuguese language
57    - Add Turkish language
58    
59    * Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-12
60    - Apply 1 July 2008 locale patch
61    
62    * Fri Jun 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-11
63    - Apply 27 Jun 2008 locale patch
64    
65    * Tue May 5 2008 Shad L. Lords <slords@mail.com> 1.4.0-10
66    - Update to May 5 2008 translations
67    - Revert Apr 23 2008 translations (bad patch)
68    
69    * Wed Apr 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-9
70    - Update to Apr 23 2008 translations
71    
72    * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 1.4.0-8
73    - Update to Apr 1 2008 translations
74    
75    * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.4.0-7
76    - Update to Mar 26 2008 translations
77    
78    * Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.4.0-6
79    - Update to Mar 25 2008 translations
80    
81    * Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 1.4.0-5
82    - Fix packages for Brazilian portuguese
83    - Update to Mar 18 2008 translations
84    
85  * Tue Mar 11 2008 Shad L. Lords <slords@mail.com> 1.4.0-4  * Tue Mar 11 2008 Shad L. Lords <slords@mail.com> 1.4.0-4
86  - Move requires e-smith-formmagick to correct places [SME: 3858]  - Move requires e-smith-formmagick to correct places [SME: 3858]
87  - Add missing aspell module requires  - Add missing aspell module requires
# Line 309  SME Server localisation module Line 368  SME Server localisation module
368  %prep  %prep
369  %setup  %setup
370  %patch1 -p1  %patch1 -p1
371    %patch2 -p1
372    %patch3 -p1
373    %patch4 -p1
374    %patch5 -p1
375    %patch6 -p1
376    %patch7 -p1
377    %patch8 -p1
378    %patch9 -p1
379    %patch10 -p1
380    %patch11 -p1
381    %patch12 -p1
382    %patch13 -p1
383    %patch14 -p1
384    
385  %build  %build
386  LEXICONS=$(find root/etc/e-smith/locale -type f)  LEXICONS=$(find root/etc/e-smith/locale -type f)
# Line 343  done Line 415  done
415  %clean  %clean
416  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
417    
418    %package bg
419    Summary: %{package_summary} - Bulgarian
420    Group: %{group}
421    Requires: aspell-bg
422    Requires: e-smith-formmagick >= 1.4.0-10
423    %description bg
424    %{summary}
425    %files bg -f %{name}-%{version}-%{release}-filelist-bg
426    
427  %package da  %package da
428  Summary: %{package_summary} - Danish  Summary: %{package_summary} - Danish
429  Group: %{group}  Group: %{group}
# Line 391  Requires: e-smith-formmagick >= 1.4.0-10 Line 472  Requires: e-smith-formmagick >= 1.4.0-10
472  %package hu  %package hu
473  Summary: %{package_summary} - Hungarian  Summary: %{package_summary} - Hungarian
474  Group: %{group}  Group: %{group}
475    #Requires: aspell-hu
476  Requires: e-smith-formmagick >= 1.4.0-10  Requires: e-smith-formmagick >= 1.4.0-10
477  %description hu  %description hu
478  %{summary}  %{summary}
# Line 432  Requires: e-smith-formmagick >= 1.4.0-10 Line 514  Requires: e-smith-formmagick >= 1.4.0-10
514  %{summary}  %{summary}
515  %files pt -f %{name}-%{version}-%{release}-filelist-pt  %files pt -f %{name}-%{version}-%{release}-filelist-pt
516    
517    %package pt_BR
518    Summary: %{package_summary} - Portugese (Brazilian)
519    Group: %{group}
520    Requires: aspell-pt
521    Requires: e-smith-formmagick >= 1.4.0-10
522    %description pt_BR
523    %{summary}
524    %files pt_BR -f %{name}-%{version}-%{release}-filelist-pt_BR
525    
526  %package sl  %package sl
527  Summary: %{package_summary} - Slovinian  Summary: %{package_summary} - Slovinian
528  Group: %{group}  Group: %{group}
# Line 449  Requires: e-smith-formmagick >= 1.4.0-10 Line 540  Requires: e-smith-formmagick >= 1.4.0-10
540  %description sv  %description sv
541  %{summary}  %{summary}
542  %files sv -f %{name}-%{version}-%{release}-filelist-sv  %files sv -f %{name}-%{version}-%{release}-filelist-sv
543    
544    %package tr
545    Summary: %{package_summary} - Turkish
546    Group: %{group}
547    #Requires: aspell-tr
548    Requires: e-smith-formmagick >= 1.4.0-10
549    %description tr
550    %{summary}
551    %files tr -f %{name}-%{version}-%{release}-filelist-tr


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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