SUNWmyspell-dictionary-l10n.spec
author davelam
Fri, 08 Aug 2008 01:12:57 +0000
branchgnome-2-22
changeset 12493 a4d9be4ee8a3
parent 12037 b5104613b220
child 15471 303b2a6cac7e
permissions -rwxr-xr-x
2008-08-08 Dave Lin <[email protected]> * SUNWlibgsf: Correct the dependency as below to fix the integration issues(CR6734966) Requires: SUNWlibms BuildRequires: SUNWlibm
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
     1
#
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
     2
# spec file for package SUNWmyspell-dictionary-l10n
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
     3
#
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
     4
# includes module(s): all modules which include l10n files
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
     5
#
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
     6
# Copyright (c) 2007 Sun Microsystems, Inc.
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
     7
# This file and all modifications and additions to the pristine
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
     8
# package are under the same license as the package itself.
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
     9
#
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    10
# Owner: fujiwara
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    11
#
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    12
%include Solaris.inc
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    13
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    14
# http://wiki.services.openoffice.org/wiki/Dictionaries is the front page.
9830
f92cbf64d282 2007-05-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 9828
diff changeset
    15
# The URL is changed from
f92cbf64d282 2007-05-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 9828
diff changeset
    16
# http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/foo.zip
f92cbf64d282 2007-05-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 9828
diff changeset
    17
# to
f92cbf64d282 2007-05-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 9828
diff changeset
    18
# http://dlc.sun.com/osol/jds/downloads/extras/myspell/foo-YYYY-MM-DD.zip
9833
b404afab8bb3 2007-05-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 9832
diff changeset
    19
# since RE needs the version number in filenames.
9827
5c5a39bc8092 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9824
diff changeset
    20
%define dictionary_source http://dlc.sun.com/osol/jds/downloads/extras/myspell
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    21
%define _myspelldir %_datadir/spell/myspell
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    22
%define _firefoxdir %_libdir/firefox/dictionaries
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    23
%define _thunderbirddir %_libdir/thunderbird/dictionaries
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    24
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    25
Name:                    SUNWmyspell-dictionary
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    26
Summary:                 Myspell and Hunspell spell dictionary files
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    27
Version:                 %{default_pkg_version}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    28
SUNW_BaseDir:            %{_basedir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    29
SUNW_Category:           GNOME2,application,%{jds_version}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    30
Docdir:                  %{_datadir}/doc/myspell-dictionary
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    31
%if %build_l10n
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    32
## English (United States)
9830
f92cbf64d282 2007-05-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 9828
diff changeset
    33
Source:                  %dictionary_source/en_US-2004-06-23.zip
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    34
## Catalan (Spain)
9828
6ad11b009fd5 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9827
diff changeset
    35
Source1:                 %dictionary_source/ca_ES-2002-10-15.zip
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    36
## Czech (Czech Republic)
9828
6ad11b009fd5 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9827
diff changeset
    37
Source2:                 %dictionary_source/cs_CZ-2003-01-01.zip
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    38
## Danish (Denmark)
9828
6ad11b009fd5 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9827
diff changeset
    39
Source3:                 %dictionary_source/da_DK-2007-01-06.zip
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    40
## German (Germany)
9834
f33d66d0a4c1 2007-05-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 9833
diff changeset
    41
# original URL is http://j3e.de/hunspell/de_DE.zip
f33d66d0a4c1 2007-05-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 9833
diff changeset
    42
Source4:                 %dictionary_source/de_DE-2003-06-17.zip
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    43
## Greek (Greece)
9828
6ad11b009fd5 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9827
diff changeset
    44
Source5:                 %dictionary_source/el_GR-2004-12-20.zip
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    45
## Spanish (Spain-etal)
9828
6ad11b009fd5 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9827
diff changeset
    46
Source6:                 %dictionary_source/es_ES-2005-05-10.zip
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    47
## French (France)
9828
6ad11b009fd5 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9827
diff changeset
    48
Source7:                 %dictionary_source/fr_FR-2006-09-19.zip
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    49
## Hebrew (Israel)
9828
6ad11b009fd5 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9827
diff changeset
    50
Source8:                 %dictionary_source/he_IL-2005-01-12.zip
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    51
## Hungarian (Hungary)
9834
f33d66d0a4c1 2007-05-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 9833
diff changeset
    52
# original URL is http://magyarispell.sourceforge.net/hu_HU.zip
f33d66d0a4c1 2007-05-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 9833
diff changeset
    53
Source9:                 %dictionary_source/hu_HU-2006-07-27.zip
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    54
## Italian (Italy)
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    55
Source10:                http://prdownloads.sf.net/linguistico/italiano_2_3_beta_2006_07_23.zip
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    56
## Norwegian Bokmaal (Norway)
9828
6ad11b009fd5 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9827
diff changeset
    57
Source11:                %dictionary_source/nb_NO-2006-05-08.zip
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    58
## Dutch (Netherlands)
9828
6ad11b009fd5 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9827
diff changeset
    59
Source12:                %dictionary_source/nl_NL-2005-07-20.zip
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    60
## Polish (Poland)
9834
f33d66d0a4c1 2007-05-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 9833
diff changeset
    61
# original URL is http://pl.openoffice.org/pliki/pl_PL.zip
f33d66d0a4c1 2007-05-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 9833
diff changeset
    62
Source13:                %dictionary_source/pl_PL-2006-12-02.zip
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    63
## Portuguese (Brazil)
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    64
Source14:                http://www.deso-se.com.br/downloads/download.php/pt_BR-2700g.zip
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    65
## Russian (Russia)
9828
6ad11b009fd5 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9827
diff changeset
    66
Source15:                %dictionary_source/ru_RU-2004-04-06.zip
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    67
## Slovak (Slovakia)
9828
6ad11b009fd5 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9827
diff changeset
    68
Source16:                %dictionary_source/sk_SK-2005-09-11.zip
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    69
## Slovenian (Slovenia)
9828
6ad11b009fd5 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9827
diff changeset
    70
Source17:                %dictionary_source/sl_SI-2007-01-27.zip
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    71
## Swedish (Sweden)
9834
f33d66d0a4c1 2007-05-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 9833
diff changeset
    72
# original URL is http://hem.bredband.net/dsso1/sv_SE.zip
f33d66d0a4c1 2007-05-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 9833
diff changeset
    73
Source18:                %dictionary_source/sv_SE-2006-12-07.zip
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    74
%include default-depend.inc
12037
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
    75
SUNW_Copyright:          %{name}.copyright
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
    76
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    77
BuildRoot:               %{_tmppath}/%{name}-%{version}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    78
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    79
%define GROUP0  %SOURCE0
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    80
%define GROUP1  %SOURCE1   %SOURCE2   %SOURCE3   %SOURCE4   %SOURCE5
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    81
%define GROUP2  %SOURCE6   %SOURCE7   %SOURCE8   %SOURCE9   %SOURCE10
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    82
%define GROUP3  %SOURCE11  %SOURCE12  %SOURCE13  %SOURCE14  %SOURCE15
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    83
%define GROUP4  %SOURCE16  %SOURCE17  %SOURCE18
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    84
%define ALL_SOURCES %GROUP0 %GROUP1 %GROUP2 %GROUP3 %GROUP4
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    85
%endif
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    86
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    87
%if %build_l10n
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    88
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    89
%package -n              SUNWmyspell-dictionary-en
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    90
Summary:                 %{summary} for English
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    91
SUNW_BaseDir:            %{_basedir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    92
SUNW_Category:           GNOME2,application,%{jds_version}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    93
%include default-depend.inc
12037
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
    94
SUNW_Copyright:          %{name}-en.copyright
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    95
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    96
%package -n              SUNWmyspell-dictionary-cs
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    97
Summary:                 %{summary} for Czech
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    98
SUNW_BaseDir:            %{_basedir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
    99
SUNW_Category:           GNOME2,application,%{jds_version},l10ncs
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   100
SUNW_PkgList:            SUNWfirefox,SUNWgnome-spell,SUNWthunderbird
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   101
SUNW_Loc:                cs_CZ
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   102
%include default-depend.inc
12037
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   103
SUNW_Copyright:          %{name}-cs.copyright
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   104
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   105
%package -n              SUNWmyspell-dictionary-de
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   106
Summary:                 %{summary} for German
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   107
SUNW_BaseDir:            %{_basedir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   108
SUNW_Category:           GNOME2,application,%{jds_version},l10nde
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   109
SUNW_PkgList:            SUNWfirefox,SUNWgnome-spell,SUNWthunderbird
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   110
SUNW_Loc:                de
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   111
%include default-depend.inc
12037
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   112
SUNW_Copyright:          %{name}-de.copyright
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   113
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   114
%package -n              SUNWmyspell-dictionary-es
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   115
Summary:                 %{summary} for Spanish
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   116
SUNW_BaseDir:            %{_basedir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   117
SUNW_Category:           GNOME2,application,%{jds_version},l10nes
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   118
SUNW_PkgList:            SUNWfirefox,SUNWgnome-spell,SUNWthunderbird
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   119
SUNW_Loc:                es
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   120
%include default-depend.inc
12037
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   121
SUNW_Copyright:          %{name}-es.copyright
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   122
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   123
%package -n              SUNWmyspell-dictionary-fr
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   124
Summary:                 %{summary} for French
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   125
SUNW_BaseDir:            %{_basedir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   126
SUNW_Category:           GNOME2,application,%{jds_version},l10nfr
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   127
SUNW_PkgList:            SUNWfirefox,SUNWgnome-spell,SUNWthunderbird
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   128
SUNW_Loc:                fr
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   129
%include default-depend.inc
12037
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   130
SUNW_Copyright:          %{name}-fr.copyright
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   131
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   132
%package -n              SUNWmyspell-dictionary-hu
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   133
Summary:                 %{summary} for Hungarian
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   134
SUNW_BaseDir:            %{_basedir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   135
SUNW_Category:           GNOME2,application,%{jds_version},l10nhu
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   136
SUNW_PkgList:            SUNWfirefox,SUNWgnome-spell,SUNWthunderbird
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   137
SUNW_Loc:                hu_HU
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   138
%include default-depend.inc
12037
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   139
SUNW_Copyright:          %{name}-hu.copyright
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   140
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   141
%package -n              SUNWmyspell-dictionary-it
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   142
Summary:                 %{summary} for Italian
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   143
SUNW_BaseDir:            %{_basedir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   144
SUNW_Category:           GNOME2,application,%{jds_version},l10nit
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   145
SUNW_PkgList:            SUNWfirefox,SUNWgnome-spell,SUNWthunderbird
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   146
SUNW_Loc:                it
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   147
%include default-depend.inc
12037
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   148
SUNW_Copyright:          %{name}-it.copyright
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   149
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   150
%package -n              SUNWmyspell-dictionary-pl
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   151
Summary:                 %{summary} for Polish
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   152
SUNW_BaseDir:            %{_basedir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   153
SUNW_Category:           GNOME2,application,%{jds_version},l10npl
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   154
SUNW_PkgList:            SUNWfirefox,SUNWgnome-spell,SUNWthunderbird
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   155
SUNW_Loc:                pl_PL
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   156
%include default-depend.inc
12037
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   157
SUNW_Copyright:          %{name}-pl.copyright
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   158
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   159
%package -n              SUNWmyspell-dictionary-ptBR
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   160
Summary:                 %{summary} for Portugese Brazilian
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   161
SUNW_BaseDir:            %{_basedir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   162
SUNW_Category:           GNOME2,application,%{jds_version},l10nptbr
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   163
SUNW_PkgList:            SUNWfirefox,SUNWgnome-spell,SUNWthunderbird
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   164
SUNW_Loc:                pt_BR
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   165
%include default-depend.inc
12037
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   166
SUNW_Copyright:          %{name}-ptBR.copyright
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   167
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   168
%package -n              SUNWmyspell-dictionary-ru
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   169
Summary:                 %{summary} for Russian
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   170
SUNW_BaseDir:            %{_basedir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   171
SUNW_Category:           GNOME2,application,%{jds_version},l10nru
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   172
SUNW_PkgList:            SUNWfirefox,SUNWgnome-spell,SUNWthunderbird
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   173
SUNW_Loc:                ru_RU
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   174
%include default-depend.inc
12037
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   175
SUNW_Copyright:          %{name}-ru.copyright
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   176
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   177
%package -n              SUNWmyspell-dictionary-sv
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   178
Summary:                 %{summary} for Swedish
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   179
SUNW_BaseDir:            %{_basedir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   180
SUNW_Category:           GNOME2,application,%{jds_version},l10nsv
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   181
SUNW_PkgList:            SUNWfirefox,SUNWgnome-spell,SUNWthunderbird
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   182
SUNW_Loc:                sv
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   183
%include default-depend.inc
12037
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   184
SUNW_Copyright:          %{name}-sv.copyright
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   185
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   186
%package -n              SUNWmyspell-dictionary-extra
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   187
Summary:                 %{summary} for extra languages
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   188
SUNW_BaseDir:            %{_basedir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   189
SUNW_Category:           GNOME2,application,%{jds_version}
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   190
SUNW_PkgList:            SUNWfirefox,SUNWgnome-spell,SUNWthunderbird
9923
78c162bba59b 2007-05-17 Damien Carbery <[email protected]>
dcarbery
parents: 9849
diff changeset
   191
SUNW_Loc:                ca_ES,da_DK,el_GR,he_IL,nb_NO,nl_NL,sk_SK,sl_SI
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   192
%include default-depend.inc
12037
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   193
SUNW_Copyright:          %{name}-extra.copyright
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   194
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   195
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   196
%prep
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   197
rm -rf myspell-dictionary-%version
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   198
mkdir myspell-dictionary-%version
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   199
cd myspell-dictionary-%version
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   200
for SOURCE in %ALL_SOURCES
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   201
do
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   202
  DIR=`basename $SOURCE .zip`
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   203
  mkdir $DIR
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   204
  cd $DIR
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   205
  unzip $SOURCE
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   206
  cd ..
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   207
done
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   208
12037
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   209
# Generating Copyright template...
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   210
# SUNWmyspell-dictionary-$ling.copyright can be generated below.
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   211
#for ling in cs de en es extra fr hu it pl ru sv
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   212
#do
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   213
#  cat copyright/SUNWmyspell-dictionary.copyright \
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   214
#    > copyright/SUNWmyspell-dictionary-$ling.copyright
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   215
#  cat /packages/BUILD/myspell-dictionary-*/copyright-$ling \
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   216
#    >> copyright/SUNWmyspell-dictionary-$ling.copyright
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   217
# done
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   218
for file in `find . -name "README*" -o -name "COPYING" -o -name "Copyright" | sort`
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   219
do
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   220
  dir=`echo $file | sed -e "s|^\./||" | sed -e "s|/.*||" | sed -e "s|-.*||"`
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   221
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   222
  copyright=copyright
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   223
  case $dir in
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   224
  en*) copyright=copyright-en;;
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   225
  cs*) copyright=copyright-cs;;
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   226
  de*) copyright=copyright-de;;
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   227
  es*) copyright=copyright-es;;
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   228
  fr*) copyright=copyright-fr;;
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   229
  hu*) copyright=copyright-hu;;
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   230
  it*) copyright=copyright-it;;
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   231
  pl*) copyright=copyright-pl;;
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   232
  pt_BR*) copyright=copyright-ptBR;;
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   233
  ru*) copyright=copyright-ru;;
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   234
  sv*) copyright=copyright-sv;;
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   235
  *) copyright=copyright-extra;;
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   236
  esac
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   237
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   238
  echo "$dir Copyright" >> $copyright
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   239
  echo "" >> $copyright
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   240
  cat $file | sed -e 's/^/  /' >> $copyright
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   241
  echo "" >> $copyright
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   242
  echo "--------------------------------------------------------------------" \
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   243
    >> $copyright
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   244
  echo "" >> $copyright
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   245
done
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   246
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   247
%build
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   248
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   249
%install
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   250
if [ -d "$RPM_BUILD_ROOT" ] ; then
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   251
  rm -r $RPM_BUILD_ROOT
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   252
fi
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   253
mkdir -p $RPM_BUILD_ROOT/usr
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   254
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   255
cd myspell-dictionary-%version
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   256
for DICT in `/bin/ls */*.aff */*.dic`
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   257
do
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   258
  if [ ! -d $RPM_BUILD_ROOT%_myspelldir ] ; then
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   259
    install -d $RPM_BUILD_ROOT%_myspelldir
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   260
  fi
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   261
  install --mode=0644 $DICT $RPM_BUILD_ROOT%_myspelldir
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   262
  ( \
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   263
    GNOME_FILE=`basename $DICT`; \
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   264
    BROWSER_FILE=`echo $GNOME_FILE | sed -e 's/_/-/'`; \
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   265
    \
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   266
    if [ ! -d $RPM_BUILD_ROOT%_thunderbirddir ] ; then \
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   267
      install -d $RPM_BUILD_ROOT%_thunderbirddir; \
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   268
    fi; \
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   269
    cd $RPM_BUILD_ROOT%_thunderbirddir; \
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   270
    ln -s ../../../..%_myspelldir/$GNOME_FILE $BROWSER_FILE; \
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   271
    \
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   272
    if [ ! -d $RPM_BUILD_ROOT%_firefoxdir ] ; then \
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   273
      install -d $RPM_BUILD_ROOT%_firefoxdir; \
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   274
    fi; \
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   275
    cd $RPM_BUILD_ROOT%_firefoxdir; \
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   276
    ln -s ../../../..%_myspelldir/$GNOME_FILE $BROWSER_FILE; \
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   277
  )
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   278
done
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   279
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   280
for SOURCE in %ALL_SOURCES
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   281
do
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   282
  SOURCE_DIR=`basename $SOURCE .zip`
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   283
  DEST_DIR=`echo $SOURCE_DIR | sed -e 's/\([^0-9]*\)-[0-9-]*/\1/'`
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   284
  case $DEST_DIR in
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   285
  italiano*) DEST_DIR=it_IT;;
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   286
  pt_BR*)    DEST_DIR=pt_BR;;
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   287
  *) ;;
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   288
  esac
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   289
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   290
  for FILE in `find $SOURCE_DIR ! -name "*.aff" ! -name "*.dic" -type f`
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   291
  do
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   292
    install -d $RPM_BUILD_ROOT%{_docdir}/myspell-dictionary/$DEST_DIR
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   293
    install --mode=0644 $FILE $RPM_BUILD_ROOT%{_docdir}/myspell-dictionary/$DEST_DIR
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   294
  done
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   295
done
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   296
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   297
#rm -f $RPM_BUILD_ROOT/%_myspelldir/en_US.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   298
#rm -f $RPM_BUILD_ROOT/%_firefoxdir/en-US.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   299
#rm -f $RPM_BUILD_ROOT/%_thunderbirddir/en-US.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   300
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   301
%clean
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   302
rm -rf $RPM_BUILD_ROOT
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   303
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   304
%files -n SUNWmyspell-dictionary-en
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   305
%defattr (-, root, other)
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   306
%dir %attr (0755, root, sys) %{_datadir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   307
%dir %attr (0755, root, bin) %{_datadir}/spell
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   308
%dir %attr (0755, root, bin) %{_myspelldir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   309
%{_myspelldir}/en_*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   310
%{_myspelldir}/en_*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   311
%dir %attr (0755, root, bin) %{_libdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   312
%dir %attr (0755, root, bin) %{_libdir}/thunderbird
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   313
%dir %attr (0755, root, bin) %{_thunderbirddir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   314
%{_thunderbirddir}/en-*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   315
%{_thunderbirddir}/en-*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   316
%dir %attr (0755, root, bin) %{_libdir}/firefox
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   317
%dir %attr (0755, root, bin) %{_firefoxdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   318
%{_firefoxdir}/en-*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   319
%{_firefoxdir}/en-*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   320
%dir %attr (0755, root, other) %{_docdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   321
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   322
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary/en_US
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   323
%{_docdir}/myspell-dictionary/en_US/*
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   324
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   325
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   326
%files -n SUNWmyspell-dictionary-cs
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   327
%defattr (-, root, other)
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   328
%dir %attr (0755, root, sys) %{_datadir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   329
%dir %attr (0755, root, bin) %{_datadir}/spell
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   330
%dir %attr (0755, root, bin) %{_myspelldir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   331
%{_myspelldir}/cs_*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   332
%{_myspelldir}/cs_*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   333
%dir %attr (0755, root, bin) %{_libdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   334
%dir %attr (0755, root, bin) %{_libdir}/thunderbird
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   335
%dir %attr (0755, root, bin) %{_thunderbirddir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   336
%{_thunderbirddir}/cs-*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   337
%{_thunderbirddir}/cs-*.dic
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   338
%dir %attr (0755, root, bin) %{_libdir}/firefox
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   339
%dir %attr (0755, root, bin) %{_firefoxdir}
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   340
%{_firefoxdir}/cs-*.aff
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   341
%{_firefoxdir}/cs-*.dic
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   342
%dir %attr (0755, root, other) %{_docdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   343
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   344
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary/cs_CZ
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   345
%{_docdir}/myspell-dictionary/cs_CZ/*
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   346
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   347
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   348
%files -n SUNWmyspell-dictionary-de
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   349
%defattr (-, root, other)
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   350
%dir %attr (0755, root, sys) %{_datadir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   351
%dir %attr (0755, root, bin) %{_datadir}/spell
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   352
%dir %attr (0755, root, bin) %{_myspelldir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   353
%{_myspelldir}/de_*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   354
%{_myspelldir}/de_*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   355
%dir %attr (0755, root, bin) %{_libdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   356
%dir %attr (0755, root, bin) %{_libdir}/thunderbird
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   357
%dir %attr (0755, root, bin) %{_thunderbirddir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   358
%{_thunderbirddir}/de-*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   359
%{_thunderbirddir}/de-*.dic
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   360
%dir %attr (0755, root, bin) %{_libdir}/firefox
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   361
%dir %attr (0755, root, bin) %{_firefoxdir}
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   362
%{_firefoxdir}/de-*.aff
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   363
%{_firefoxdir}/de-*.dic
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   364
%dir %attr (0755, root, other) %{_docdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   365
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   366
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary/de_DE
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   367
%{_docdir}/myspell-dictionary/de_DE/*
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   368
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   369
%files -n SUNWmyspell-dictionary-es
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   370
%defattr (-, root, other)
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   371
%dir %attr (0755, root, sys) %{_datadir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   372
%dir %attr (0755, root, bin) %{_datadir}/spell
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   373
%dir %attr (0755, root, bin) %{_myspelldir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   374
%{_myspelldir}/es_*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   375
%{_myspelldir}/es_*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   376
%dir %attr (0755, root, bin) %{_libdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   377
%dir %attr (0755, root, bin) %{_libdir}/thunderbird
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   378
%dir %attr (0755, root, bin) %{_thunderbirddir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   379
%{_thunderbirddir}/es-*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   380
%{_thunderbirddir}/es-*.dic
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   381
%dir %attr (0755, root, bin) %{_libdir}/firefox
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   382
%dir %attr (0755, root, bin) %{_firefoxdir}
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   383
%{_firefoxdir}/es-*.aff
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   384
%{_firefoxdir}/es-*.dic
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   385
%dir %attr (0755, root, other) %{_docdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   386
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   387
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary/es_ES
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   388
%{_docdir}/myspell-dictionary/es_ES/*
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   389
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   390
%files -n SUNWmyspell-dictionary-fr
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   391
%defattr (-, root, other)
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   392
%dir %attr (0755, root, sys) %{_datadir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   393
%dir %attr (0755, root, bin) %{_datadir}/spell
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   394
%dir %attr (0755, root, bin) %{_myspelldir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   395
%{_myspelldir}/fr_*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   396
%{_myspelldir}/fr_*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   397
%dir %attr (0755, root, bin) %{_libdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   398
%dir %attr (0755, root, bin) %{_libdir}/thunderbird
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   399
%dir %attr (0755, root, bin) %{_thunderbirddir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   400
%{_thunderbirddir}/fr-*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   401
%{_thunderbirddir}/fr-*.dic
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   402
%dir %attr (0755, root, bin) %{_libdir}/firefox
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   403
%dir %attr (0755, root, bin) %{_firefoxdir}
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   404
%{_firefoxdir}/fr-*.aff
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   405
%{_firefoxdir}/fr-*.dic
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   406
%dir %attr (0755, root, other) %{_docdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   407
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   408
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary/fr_FR
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   409
%{_docdir}/myspell-dictionary/fr_FR/*
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   410
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   411
%files -n SUNWmyspell-dictionary-hu
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   412
%defattr (-, root, other)
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   413
%dir %attr (0755, root, sys) %{_datadir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   414
%dir %attr (0755, root, bin) %{_datadir}/spell
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   415
%dir %attr (0755, root, bin) %{_myspelldir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   416
%{_myspelldir}/hu_*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   417
%{_myspelldir}/hu_*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   418
%dir %attr (0755, root, bin) %{_libdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   419
%dir %attr (0755, root, bin) %{_libdir}/thunderbird
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   420
%dir %attr (0755, root, bin) %{_thunderbirddir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   421
%{_thunderbirddir}/hu-*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   422
%{_thunderbirddir}/hu-*.dic
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   423
%dir %attr (0755, root, bin) %{_libdir}/firefox
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   424
%dir %attr (0755, root, bin) %{_firefoxdir}
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   425
%{_firefoxdir}/hu-*.aff
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   426
%{_firefoxdir}/hu-*.dic
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   427
%dir %attr (0755, root, other) %{_docdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   428
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   429
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary/hu_HU
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   430
%{_docdir}/myspell-dictionary/hu_HU/*
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   431
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   432
%files -n SUNWmyspell-dictionary-it
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   433
%defattr (-, root, other)
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   434
%dir %attr (0755, root, sys) %{_datadir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   435
%dir %attr (0755, root, bin) %{_datadir}/spell
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   436
%dir %attr (0755, root, bin) %{_myspelldir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   437
%{_myspelldir}/it_*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   438
%{_myspelldir}/it_*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   439
%dir %attr (0755, root, bin) %{_libdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   440
%dir %attr (0755, root, bin) %{_libdir}/thunderbird
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   441
%dir %attr (0755, root, bin) %{_thunderbirddir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   442
%{_thunderbirddir}/it-*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   443
%{_thunderbirddir}/it-*.dic
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   444
%dir %attr (0755, root, bin) %{_libdir}/firefox
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   445
%dir %attr (0755, root, bin) %{_firefoxdir}
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   446
%{_firefoxdir}/it-*.aff
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   447
%{_firefoxdir}/it-*.dic
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   448
%dir %attr (0755, root, other) %{_docdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   449
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   450
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary/it_IT
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   451
%{_docdir}/myspell-dictionary/it_IT/*
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   452
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   453
%files -n SUNWmyspell-dictionary-pl
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   454
%defattr (-, root, other)
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   455
%dir %attr (0755, root, sys) %{_datadir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   456
%dir %attr (0755, root, bin) %{_datadir}/spell
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   457
%dir %attr (0755, root, bin) %{_myspelldir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   458
%{_myspelldir}/pl_*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   459
%{_myspelldir}/pl_*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   460
%dir %attr (0755, root, bin) %{_libdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   461
%dir %attr (0755, root, bin) %{_libdir}/thunderbird
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   462
%dir %attr (0755, root, bin) %{_thunderbirddir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   463
%{_thunderbirddir}/pl-*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   464
%{_thunderbirddir}/pl-*.dic
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   465
%dir %attr (0755, root, bin) %{_libdir}/firefox
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   466
%dir %attr (0755, root, bin) %{_firefoxdir}
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   467
%{_firefoxdir}/pl-*.aff
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   468
%{_firefoxdir}/pl-*.dic
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   469
%dir %attr (0755, root, other) %{_docdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   470
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   471
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary/pl_PL
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   472
%{_docdir}/myspell-dictionary/pl_PL/*
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   473
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   474
%files -n SUNWmyspell-dictionary-ptBR
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   475
%defattr (-, root, other)
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   476
%dir %attr (0755, root, sys) %{_datadir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   477
%dir %attr (0755, root, bin) %{_datadir}/spell
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   478
%dir %attr (0755, root, bin) %{_myspelldir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   479
%{_myspelldir}/pt_BR.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   480
%{_myspelldir}/pt_BR.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   481
%dir %attr (0755, root, bin) %{_libdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   482
%dir %attr (0755, root, bin) %{_libdir}/thunderbird
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   483
%dir %attr (0755, root, bin) %{_thunderbirddir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   484
%{_thunderbirddir}/pt-BR.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   485
%{_thunderbirddir}/pt-BR.dic
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   486
%dir %attr (0755, root, bin) %{_libdir}/firefox
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   487
%dir %attr (0755, root, bin) %{_firefoxdir}
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   488
%{_firefoxdir}/pt-BR.aff
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   489
%{_firefoxdir}/pt-BR.dic
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   490
%dir %attr (0755, root, other) %{_docdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   491
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   492
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary/pt_BR
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   493
%{_docdir}/myspell-dictionary/pt_BR/*
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   494
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   495
%files -n SUNWmyspell-dictionary-ru
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   496
%defattr (-, root, other)
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   497
%dir %attr (0755, root, sys) %{_datadir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   498
%dir %attr (0755, root, bin) %{_datadir}/spell
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   499
%dir %attr (0755, root, bin) %{_myspelldir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   500
%{_myspelldir}/ru_*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   501
%{_myspelldir}/ru_*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   502
%dir %attr (0755, root, bin) %{_libdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   503
%dir %attr (0755, root, bin) %{_libdir}/thunderbird
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   504
%dir %attr (0755, root, bin) %{_thunderbirddir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   505
%{_thunderbirddir}/ru-*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   506
%{_thunderbirddir}/ru-*.dic
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   507
%dir %attr (0755, root, bin) %{_libdir}/firefox
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   508
%dir %attr (0755, root, bin) %{_firefoxdir}
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   509
%{_firefoxdir}/ru-*.aff
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   510
%{_firefoxdir}/ru-*.dic
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   511
%dir %attr (0755, root, other) %{_docdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   512
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   513
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary/ru_RU
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   514
%{_docdir}/myspell-dictionary/ru_RU/*
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   515
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   516
%files -n SUNWmyspell-dictionary-sv
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   517
%defattr (-, root, other)
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   518
%dir %attr (0755, root, sys) %{_datadir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   519
%dir %attr (0755, root, bin) %{_datadir}/spell
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   520
%dir %attr (0755, root, bin) %{_myspelldir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   521
%{_myspelldir}/sv_*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   522
%{_myspelldir}/sv_*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   523
%dir %attr (0755, root, bin) %{_libdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   524
%dir %attr (0755, root, bin) %{_libdir}/thunderbird
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   525
%dir %attr (0755, root, bin) %{_thunderbirddir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   526
%{_thunderbirddir}/sv-*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   527
%{_thunderbirddir}/sv-*.dic
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   528
%dir %attr (0755, root, bin) %{_libdir}/firefox
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   529
%dir %attr (0755, root, bin) %{_firefoxdir}
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   530
%{_firefoxdir}/sv-*.aff
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   531
%{_firefoxdir}/sv-*.dic
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   532
%dir %attr (0755, root, other) %{_docdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   533
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   534
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary/sv_SE
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   535
%{_docdir}/myspell-dictionary/sv_SE/*
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   536
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   537
%files -n SUNWmyspell-dictionary-extra
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   538
%defattr (-, root, other)
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   539
%dir %attr (0755, root, sys) %{_datadir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   540
%dir %attr (0755, root, bin) %{_datadir}/spell
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   541
%dir %attr (0755, root, bin) %{_myspelldir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   542
%{_myspelldir}/ca_*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   543
%{_myspelldir}/ca_*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   544
%{_myspelldir}/da_*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   545
%{_myspelldir}/da_*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   546
%{_myspelldir}/el_*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   547
%{_myspelldir}/el_*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   548
%{_myspelldir}/he_*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   549
%{_myspelldir}/he_*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   550
%{_myspelldir}/nb_*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   551
%{_myspelldir}/nb_*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   552
%{_myspelldir}/nl_*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   553
%{_myspelldir}/nl_*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   554
%{_myspelldir}/sk_*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   555
%{_myspelldir}/sk_*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   556
%{_myspelldir}/sl_*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   557
%{_myspelldir}/sl_*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   558
%dir %attr (0755, root, bin) %{_libdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   559
%dir %attr (0755, root, bin) %{_libdir}/thunderbird
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   560
%dir %attr (0755, root, bin) %{_thunderbirddir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   561
%{_thunderbirddir}/ca-*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   562
%{_thunderbirddir}/ca-*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   563
%{_thunderbirddir}/da-*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   564
%{_thunderbirddir}/da-*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   565
%{_thunderbirddir}/el-*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   566
%{_thunderbirddir}/el-*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   567
%{_thunderbirddir}/he-*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   568
%{_thunderbirddir}/he-*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   569
%{_thunderbirddir}/nb-*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   570
%{_thunderbirddir}/nb-*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   571
%{_thunderbirddir}/nl-*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   572
%{_thunderbirddir}/nl-*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   573
%{_thunderbirddir}/sk-*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   574
%{_thunderbirddir}/sk-*.dic
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   575
%{_thunderbirddir}/sl-*.aff
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   576
%{_thunderbirddir}/sl-*.dic
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   577
%dir %attr (0755, root, bin) %{_libdir}/firefox
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   578
%dir %attr (0755, root, bin) %{_firefoxdir}
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   579
%{_firefoxdir}/ca-*.aff
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   580
%{_firefoxdir}/ca-*.dic
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   581
%{_firefoxdir}/da-*.aff
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   582
%{_firefoxdir}/da-*.dic
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   583
%{_firefoxdir}/el-*.aff
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   584
%{_firefoxdir}/el-*.dic
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   585
%{_firefoxdir}/he-*.aff
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   586
%{_firefoxdir}/he-*.dic
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   587
%{_firefoxdir}/nb-*.aff
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   588
%{_firefoxdir}/nb-*.dic
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   589
%{_firefoxdir}/nl-*.aff
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   590
%{_firefoxdir}/nl-*.dic
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   591
%{_firefoxdir}/sk-*.aff
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   592
%{_firefoxdir}/sk-*.dic
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   593
%{_firefoxdir}/sl-*.aff
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   594
%{_firefoxdir}/sl-*.dic
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   595
%dir %attr (0755, root, other) %{_docdir}
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   596
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   597
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary/ca_ES
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   598
%{_docdir}/myspell-dictionary/ca_ES/*
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   599
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary/da_DK
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   600
%{_docdir}/myspell-dictionary/da_DK/*
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   601
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary/el_GR
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   602
%{_docdir}/myspell-dictionary/el_GR/*
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   603
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary/he_IL
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   604
%{_docdir}/myspell-dictionary/he_IL/*
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   605
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary/nb_NO
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   606
%{_docdir}/myspell-dictionary/nb_NO/*
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   607
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary/nl_NL
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   608
%{_docdir}/myspell-dictionary/nl_NL/*
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   609
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary/sk_SK
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   610
%{_docdir}/myspell-dictionary/sk_SK/*
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   611
%dir %attr (0755, root, bin) %{_docdir}/myspell-dictionary/sl_SI
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   612
%{_docdir}/myspell-dictionary/sl_SI/*
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   613
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   614
%endif
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   615
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   616
%changelog
12037
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   617
* Fri Apr 04 2008 - [email protected]
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   618
- Add a copyright merging.
b5104613b220 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 10024
diff changeset
   619
10024
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   620
* Fri Jun 08 2007 - [email protected]
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   621
- Add symbolic links for firefox l10n dictionaries. Fixes 6566162.
0c28b1a45f60 2007-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 9927
diff changeset
   622
9927
cd554bb7f27a 2007-05-18 Damien Carbery <[email protected]>
dcarbery
parents: 9923
diff changeset
   623
* Fri May 18 2007 - [email protected]
cd554bb7f27a 2007-05-18 Damien Carbery <[email protected]>
dcarbery
parents: 9923
diff changeset
   624
- Remove SUNW_PkgList from base package so that it can be integrated to WOS.
cd554bb7f27a 2007-05-18 Damien Carbery <[email protected]>
dcarbery
parents: 9923
diff changeset
   625
9923
78c162bba59b 2007-05-17 Damien Carbery <[email protected]>
dcarbery
parents: 9849
diff changeset
   626
* Thu May 17 2007 - [email protected]
78c162bba59b 2007-05-17 Damien Carbery <[email protected]>
dcarbery
parents: 9849
diff changeset
   627
- Correct invalid locale in -extra package: s/nb_NO.UTF-8/nb_NO/.
78c162bba59b 2007-05-17 Damien Carbery <[email protected]>
dcarbery
parents: 9849
diff changeset
   628
9848
d7bf371a1413 2007-05-09 Takao Fujiwara <[email protected]>
fujiwara
parents: 9834
diff changeset
   629
* Wed May 09 2007 - [email protected]
d7bf371a1413 2007-05-09 Takao Fujiwara <[email protected]>
fujiwara
parents: 9834
diff changeset
   630
- Removed SUNW_LOC=C at the moment.
d7bf371a1413 2007-05-09 Takao Fujiwara <[email protected]>
fujiwara
parents: 9834
diff changeset
   631
9830
f92cbf64d282 2007-05-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 9828
diff changeset
   632
* Thu May 03 2007 - [email protected]
f92cbf64d282 2007-05-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 9828
diff changeset
   633
- Fix typo.
9834
f33d66d0a4c1 2007-05-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 9833
diff changeset
   634
- Modify the correct URL.
9830
f92cbf64d282 2007-05-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 9828
diff changeset
   635
9827
5c5a39bc8092 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9824
diff changeset
   636
* Thu May 03 2007 - [email protected]
9828
6ad11b009fd5 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9827
diff changeset
   637
- Change all the source file names to be static, removing the _with_download
6ad11b009fd5 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9827
diff changeset
   638
  modifier.
6ad11b009fd5 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9827
diff changeset
   639
6ad11b009fd5 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9827
diff changeset
   640
* Thu May 03 2007 - [email protected]
9827
5c5a39bc8092 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9824
diff changeset
   641
- Modify dictionary_source url to append 'myspell' as the files have been moved
5c5a39bc8092 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9824
diff changeset
   642
  to a subdir on the download centre server.
5c5a39bc8092 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9824
diff changeset
   643
5c5a39bc8092 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9824
diff changeset
   644
* Tue May 01 2007 - [email protected]
5c5a39bc8092 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9824
diff changeset
   645
- Revised the implementation - no log.
5c5a39bc8092 2007-05-03 Damien Carbery <[email protected]>
dcarbery
parents: 9824
diff changeset
   646
9824
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   647
* Tue May 01 2007 - [email protected]
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   648
- Initial implementation
6bfe4ecb037d SUNWmyspell-dictionary.spec - Myspell and Hunspell spell dictionary packages
yuriyk
parents:
diff changeset
   649