/[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.30 by snetram, Wed Apr 23 18:57:59 2008 UTC Revision 1.50 by snetram, Wed Oct 15 08:13:00 2008 UTC
# Line 1  Line 1 
1  # $Id: smeserver-locale.spec,v 1.29 2008/04/09 13:51:56 slords Exp $  # $Id: smeserver-locale.spec,v 1.49 2008/10/13 22:22:41 slords 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 2.0.0
7  %define release 9  %define release 4
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_BR sl sv  %define package_locales bg da de el es fr hu id it ja 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  Patch0: smeserver-locale-2.0.0-locale-2008-10-08.patch
17  Patch2: smeserver-locale-remove_pt.patch  Patch1: smeserver-locale-2.0.0-locale-2008-10-13.patch
18  Patch3: smeserver-locale-2008-03-18.patch  Patch2: smeserver-locale-2.0.0-locale-2008-10-15.patch
 Patch4: smeserver-locale-2008-03-25.patch  
 Patch5: smeserver-locale-2008-03-26.patch  
 Patch6: smeserver-locale-2008-04-01.patch  
 Patch7: smeserver-locale-2008-04-23.patch  
19  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
20  BuildArchitectures: noarch  BuildArchitectures: noarch
21  BuildRequires: perl  BuildRequires: perl
# Line 31  AutoReqProv: no Line 27  AutoReqProv: no
27  SME Server localisation module  SME Server localisation module
28    
29  %changelog  %changelog
30    * Wed Oct 15 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.0.0-4.sme
31    - Apply 15 Oct 2008 locale patch
32    
33    * Mon Oct 13 2008 Shad L. Lords <slords@mail.com> - 2.0.0-3.sme
34    - Add Japanese language [SME: 4637]
35    
36    * Wed Oct 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.0.0-2.sme
37    - Apply Oct 8 locale patch, fixing last colored highlight from German locale [SME 4618]
38    
39    * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme
40    - Roll new stream to separate sme7/sme8 trees [SME: 4633]
41    
42    * Sat Oct 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 1.4.0-20
43    - Reverting all changes made Oct 4, as they should be made through Pootle
44    - Applying Pootle patch, fixing [SME: 4618] and [SME: 4616]
45    
46    * Sat Oct 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 1.4.0-19
47    - Apply 4 Oct locale patch
48    
49    * Sat Oct 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 1.4.0-18
50    - Remove colored highlights from German locale [SME: 4618]
51    - Fix changelog entry in previous entry for [SME: 4616]
52    
53    * Sat Oct 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 1.4.0-17
54    - Remove references to the wiki from the German locale [SME: 4616]
55    - Fix bug referrence in previous changelog entry [SME: 4617]
56    
57    * Fri Oct 3 2008 Shad L. Lords <slords@mail.com> - 1.4.0-16
58    - Apply locale patch to fix many translation bugs [SME: 4615]
59    
60    * Tue Sep 30 2008 Stephen Noble <support@dungog.net> - 1.4.0-15
61    - Apply locale patch
62    
63    * Sat Sep 27 2008 Stephen Noble <support@dungog.net> - 1.4.0-14
64    - Apply locale patch
65    
66    * Sat Jul 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-13
67    - Apply Jul 26 2008 locale patch
68    - Add Portuguese language
69    - Add Turkish language
70    
71    * Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-12
72    - Apply 1 July 2008 locale patch
73    
74    * Fri Jun 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-11
75    - Apply 27 Jun 2008 locale patch
76    
77    * Tue May 5 2008 Shad L. Lords <slords@mail.com> 1.4.0-10
78    - Update to May 5 2008 translations
79    - Revert Apr 23 2008 translations (bad patch)
80    
81  * Wed Apr 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-9  * Wed Apr 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-9
82  - Update to Apr 23 2008 translations  - Update to Apr 23 2008 translations
83    
# Line 332  SME Server localisation module Line 379  SME Server localisation module
379    
380  %prep  %prep
381  %setup  %setup
382    %patch0 -p1
383  %patch1 -p1  %patch1 -p1
384  %patch2 -p1  %patch2 -p1
 %patch3 -p1  
 %patch4 -p1  
 %patch5 -p1  
 %patch6 -p1  
 %patch7 -p1  
385    
386  %build  %build
387  LEXICONS=$(find root/etc/e-smith/locale -type f)  LEXICONS=$(find root/etc/e-smith/locale -type f)
# Line 373  done Line 416  done
416  %clean  %clean
417  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
418    
419    %package bg
420    Summary: %{package_summary} - Bulgarian
421    Group: %{group}
422    Requires: aspell-bg
423    Requires: e-smith-formmagick >= 1.4.0-10
424    %description bg
425    %{summary}
426    %files bg -f %{name}-%{version}-%{release}-filelist-bg
427    
428  %package da  %package da
429  Summary: %{package_summary} - Danish  Summary: %{package_summary} - Danish
430  Group: %{group}  Group: %{group}
# Line 421  Requires: e-smith-formmagick >= 1.4.0-10 Line 473  Requires: e-smith-formmagick >= 1.4.0-10
473  %package hu  %package hu
474  Summary: %{package_summary} - Hungarian  Summary: %{package_summary} - Hungarian
475  Group: %{group}  Group: %{group}
476    #Requires: aspell-hu
477  Requires: e-smith-formmagick >= 1.4.0-10  Requires: e-smith-formmagick >= 1.4.0-10
478  %description hu  %description hu
479  %{summary}  %{summary}
# Line 444  Requires: e-smith-formmagick >= 1.4.0-10 Line 497  Requires: e-smith-formmagick >= 1.4.0-10
497  %{summary}  %{summary}
498  %files it -f %{name}-%{version}-%{release}-filelist-it  %files it -f %{name}-%{version}-%{release}-filelist-it
499    
500    %package ja
501    Summary: %{package_summary} - Japanese
502    Group: %{group}
503    Requires: e-smith-formmagick >= 1.4.0-10
504    %description ja
505    %{summary}
506    %files ja -f %{name}-%{version}-%{release}-filelist-ja
507    
508  %package nl  %package nl
509  Summary: %{package_summary} - Dutch  Summary: %{package_summary} - Dutch
510  Group: %{group}  Group: %{group}
# Line 453  Requires: e-smith-formmagick >= 1.4.0-10 Line 514  Requires: e-smith-formmagick >= 1.4.0-10
514  %{summary}  %{summary}
515  %files nl -f %{name}-%{version}-%{release}-filelist-nl  %files nl -f %{name}-%{version}-%{release}-filelist-nl
516    
517  %package pt_BR  %package pt
518  Summary: %{package_summary} - Portugese  Summary: %{package_summary} - Portugese
519  Group: %{group}  Group: %{group}
520  Requires: aspell-pt  Requires: aspell-pt
521  Requires: e-smith-formmagick >= 1.4.0-10  Requires: e-smith-formmagick >= 1.4.0-10
522    %description pt
523    %{summary}
524    %files pt -f %{name}-%{version}-%{release}-filelist-pt
525    
526    %package pt_BR
527    Summary: %{package_summary} - Portugese (Brazilian)
528    Group: %{group}
529    Requires: aspell-pt
530    Requires: e-smith-formmagick >= 1.4.0-10
531  %description pt_BR  %description pt_BR
532  %{summary}  %{summary}
533  %files pt_BR -f %{name}-%{version}-%{release}-filelist-pt_BR  %files pt_BR -f %{name}-%{version}-%{release}-filelist-pt_BR
# Line 479  Requires: e-smith-formmagick >= 1.4.0-10 Line 549  Requires: e-smith-formmagick >= 1.4.0-10
549  %description sv  %description sv
550  %{summary}  %{summary}
551  %files sv -f %{name}-%{version}-%{release}-filelist-sv  %files sv -f %{name}-%{version}-%{release}-filelist-sv
552    
553    %package tr
554    Summary: %{package_summary} - Turkish
555    Group: %{group}
556    #Requires: aspell-tr
557    Requires: e-smith-formmagick >= 1.4.0-10
558    %description tr
559    %{summary}
560    %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