/[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.44 by snetram, Sat Oct 4 15:38:05 2008 UTC Revision 1.53 by dungog, Sun Oct 19 23:09:54 2008 UTC
# Line 1  Line 1 
1  # $Id: smeserver-locale.spec,v 1.43 2008/10/04 10:00:49 snetram Exp $  # $Id: smeserver-locale.spec,v 1.52 2008/10/17 09:39:37 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 20  %define release 7
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 bg da de el es fr hu id it nl pt pt_BR sl sv tr  %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
19  Patch4: smeserver-locale-2008-03-25.patch  Patch3: smeserver-locale-2.0.0-locale-2008-10-16.patch
20  Patch5: smeserver-locale-2008-03-26.patch  Patch4: smeserver-locale-2.0.0-locale-2008-10-17.patch
21  Patch6: smeserver-locale-2008-04-01.patch  Patch5: smeserver-locale-2.0.0-locale-2008-10-19.patch
 Patch7: smeserver-locale-2008-05-05.patch  
 Patch8: smeserver-locale-2008-06-27.patch  
 Patch9: smeserver-locale-2008-07-01.patch  
 Patch10: smeserver-locale-1.4.0-locale-2008-07-26.patch  
 Patch11: smeserver-locale-1.4.0-locale-2008-09-27.patch  
 Patch12: smeserver-locale-1.4.0-locale-2008-09-30.patch  
 Patch13: smeserver-locale-1.4.0-locale-2008-10-03.patch  
22  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
23  BuildArchitectures: noarch  BuildArchitectures: noarch
24  BuildRequires: perl  BuildRequires: perl
# Line 37  AutoReqProv: no Line 30  AutoReqProv: no
30  SME Server localisation module  SME Server localisation module
31    
32  %changelog  %changelog
33    * Mon Oct 20 2008 Stephen Noble <support@dungog.net> - 2.0.0-7.sme
34    - Apply 19 Oct 2008 locale patch [SME: 4692]
35    
36    * Thu Oct 17 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.0.0-6.sme
37    - Apply 17 Oct 2008 locale patch
38    
39    * Thu Oct 16 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.0.0-5.sme
40    - Apply 16 Oct 2008 locale patch
41    
42    * Wed Oct 15 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.0.0-4.sme
43    - Apply 15 Oct 2008 locale patch
44    
45    * Mon Oct 13 2008 Shad L. Lords <slords@mail.com> - 2.0.0-3.sme
46    - Add Japanese language [SME: 4637]
47    
48    * Wed Oct 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 2.0.0-2.sme
49    - Apply Oct 8 locale patch, fixing last colored highlight from German locale [SME 4618]
50    
51    * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme
52    - Roll new stream to separate sme7/sme8 trees [SME: 4633]
53    
54  * Sat Oct 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 1.4.0-20  * Sat Oct 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 1.4.0-20
55  - Reverting all changes made Oct 4, as they should be made through Pootle  - Reverting all changes made Oct 4, as they should be made through Pootle
56    - Applying Pootle patch, fixing [SME: 4618] and [SME: 4616]
57    
58  * Sat Oct 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 1.4.0-19  * Sat Oct 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> - 1.4.0-19
59  - Apply 4 Oct locale patch  - Apply 4 Oct locale patch
# Line 376  SME Server localisation module Line 391  SME Server localisation module
391    
392  %prep  %prep
393  %setup  %setup
394    %patch0 -p1
395  %patch1 -p1  %patch1 -p1
396  %patch2 -p1  %patch2 -p1
397  %patch3 -p1  %patch3 -p1
398  %patch4 -p1  %patch4 -p1
399  %patch5 -p1  %patch5 -p1
 %patch6 -p1  
 %patch7 -p1  
 %patch8 -p1  
 %patch9 -p1  
 %patch10 -p1  
 %patch11 -p1  
 %patch12 -p1  
 %patch13 -p1  
400    
401  %build  %build
402  LEXICONS=$(find root/etc/e-smith/locale -type f)  LEXICONS=$(find root/etc/e-smith/locale -type f)
# Line 504  Requires: e-smith-formmagick >= 1.4.0-10 Line 512  Requires: e-smith-formmagick >= 1.4.0-10
512  %{summary}  %{summary}
513  %files it -f %{name}-%{version}-%{release}-filelist-it  %files it -f %{name}-%{version}-%{release}-filelist-it
514    
515    %package ja
516    Summary: %{package_summary} - Japanese
517    Group: %{group}
518    Requires: e-smith-formmagick >= 1.4.0-10
519    %description ja
520    %{summary}
521    %files ja -f %{name}-%{version}-%{release}-filelist-ja
522    
523  %package nl  %package nl
524  Summary: %{package_summary} - Dutch  Summary: %{package_summary} - Dutch
525  Group: %{group}  Group: %{group}


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