/[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.46 by slords, Tue Oct 7 15:30:17 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.45 2008/10/04 22:34:30 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 2.0.0
7  %define release 9  %define release 1
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 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
 Patch1: smeserver-locale-UTF8.patch  
 Patch2: smeserver-locale-remove_pt.patch  
 Patch3: smeserver-locale-2008-03-18.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  
16  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
17  BuildArchitectures: noarch  BuildArchitectures: noarch
18  BuildRequires: perl  BuildRequires: perl
# Line 31  AutoReqProv: no Line 24  AutoReqProv: no
24  SME Server localisation module  SME Server localisation module
25    
26  %changelog  %changelog
27    * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme
28    - Roll new stream to separate sme7/sme8 trees [SME: 4633]
29    
30    * Sat Oct 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 1.4.0-20
31    - Reverting all changes made Oct 4, as they should be made through Pootle
32    - Applying Pootle patch, fixing [SME: 4618] and [SME: 4616]
33    
34    * Sat Oct 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 1.4.0-19
35    - Apply 4 Oct locale patch
36    
37    * Sat Oct 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 1.4.0-18
38    - Remove colored highlights from German locale [SME: 4618]
39    - Fix changelog entry in previous entry for [SME: 4616]
40    
41    * Sat Oct 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 1.4.0-17
42    - Remove references to the wiki from the German locale [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  * Wed Apr 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-9
70  - Update to Apr 23 2008 translations  - Update to Apr 23 2008 translations
71    
# Line 332  SME Server localisation module Line 367  SME Server localisation module
367    
368  %prep  %prep
369  %setup  %setup
 %patch1 -p1  
 %patch2 -p1  
 %patch3 -p1  
 %patch4 -p1  
 %patch5 -p1  
 %patch6 -p1  
 %patch7 -p1  
370    
371  %build  %build
372  LEXICONS=$(find root/etc/e-smith/locale -type f)  LEXICONS=$(find root/etc/e-smith/locale -type f)
# Line 373  done Line 401  done
401  %clean  %clean
402  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
403    
404    %package bg
405    Summary: %{package_summary} - Bulgarian
406    Group: %{group}
407    Requires: aspell-bg
408    Requires: e-smith-formmagick >= 1.4.0-10
409    %description bg
410    %{summary}
411    %files bg -f %{name}-%{version}-%{release}-filelist-bg
412    
413  %package da  %package da
414  Summary: %{package_summary} - Danish  Summary: %{package_summary} - Danish
415  Group: %{group}  Group: %{group}
# Line 421  Requires: e-smith-formmagick >= 1.4.0-10 Line 458  Requires: e-smith-formmagick >= 1.4.0-10
458  %package hu  %package hu
459  Summary: %{package_summary} - Hungarian  Summary: %{package_summary} - Hungarian
460  Group: %{group}  Group: %{group}
461    #Requires: aspell-hu
462  Requires: e-smith-formmagick >= 1.4.0-10  Requires: e-smith-formmagick >= 1.4.0-10
463  %description hu  %description hu
464  %{summary}  %{summary}
# Line 453  Requires: e-smith-formmagick >= 1.4.0-10 Line 491  Requires: e-smith-formmagick >= 1.4.0-10
491  %{summary}  %{summary}
492  %files nl -f %{name}-%{version}-%{release}-filelist-nl  %files nl -f %{name}-%{version}-%{release}-filelist-nl
493    
494  %package pt_BR  %package pt
495  Summary: %{package_summary} - Portugese  Summary: %{package_summary} - Portugese
496  Group: %{group}  Group: %{group}
497  Requires: aspell-pt  Requires: aspell-pt
498  Requires: e-smith-formmagick >= 1.4.0-10  Requires: e-smith-formmagick >= 1.4.0-10
499    %description pt
500    %{summary}
501    %files pt -f %{name}-%{version}-%{release}-filelist-pt
502    
503    %package pt_BR
504    Summary: %{package_summary} - Portugese (Brazilian)
505    Group: %{group}
506    Requires: aspell-pt
507    Requires: e-smith-formmagick >= 1.4.0-10
508  %description pt_BR  %description pt_BR
509  %{summary}  %{summary}
510  %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 526  Requires: e-smith-formmagick >= 1.4.0-10
526  %description sv  %description sv
527  %{summary}  %{summary}
528  %files sv -f %{name}-%{version}-%{release}-filelist-sv  %files sv -f %{name}-%{version}-%{release}-filelist-sv
529    
530    %package tr
531    Summary: %{package_summary} - Turkish
532    Group: %{group}
533    #Requires: aspell-tr
534    Requires: e-smith-formmagick >= 1.4.0-10
535    %description tr
536    %{summary}
537    %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