- Fix a bug on es provides with en-GB
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=359
This commit is contained in:
parent
419912bb0f
commit
e8988ac049
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 21 13:59:37 UTC 2016 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Fix a bug on es provides with en-GB
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 17 08:04:26 UTC 2016 - tchvatal@suse.com
|
Sun Jan 17 08:04:26 UTC 2016 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -847,6 +847,7 @@ fi \
|
|||||||
# Mm: myspell dependency
|
# Mm: myspell dependency
|
||||||
# n: language name, e.g., Czech
|
# n: language name, e.g., Czech
|
||||||
# p: Provides: of libreoffice-l10n
|
# p: Provides: of libreoffice-l10n
|
||||||
|
# q: Provides: of libreoffice-l10n if one provide is not enough
|
||||||
# r: comma-separated list of additional requires
|
# r: comma-separated list of additional requires
|
||||||
# S:s: script classification (cjk, ctl). -S is only a marker, as it does
|
# S:s: script classification (cjk, ctl). -S is only a marker, as it does
|
||||||
# not add any .xcd into the package (the file does not exist for at
|
# not add any .xcd into the package (the file does not exist for at
|
||||||
@ -876,7 +877,8 @@ BuildArch: noarch \
|
|||||||
%endif \
|
%endif \
|
||||||
%{-m:Requires: myspell-%{-m*}}%{!-m:%{-M:Requires: myspell-%{lang}}} \
|
%{-m:Requires: myspell-%{-m*}}%{!-m:%{-M:Requires: myspell-%{lang}}} \
|
||||||
%{-r:Requires: %{-r*}} \
|
%{-r:Requires: %{-r*}} \
|
||||||
%{-p:Provides: %{name}-l10n-%{-p*}} \
|
%{-p:Provides: %{name}-l10n-%{-p*} = %{version}} \
|
||||||
|
%{-q:Provides: %{name}-l10n-%{-q*} = %{version}} \
|
||||||
%{-T: \
|
%{-T: \
|
||||||
Provides: %{name}-help-%{lang} = %{version} \
|
Provides: %{name}-help-%{lang} = %{version} \
|
||||||
Obsoletes: %{name}-help-%{lang} < %{version} \
|
Obsoletes: %{name}-help-%{lang} < %{version} \
|
||||||
@ -888,6 +890,10 @@ Obsoletes: %{name}-help-%{-L*} < %{version} \
|
|||||||
Provides: %{name}-help-%{-p*} = %{version} \
|
Provides: %{name}-help-%{-p*} = %{version} \
|
||||||
Obsoletes: %{name}-help-%{-p*} < %{version} \
|
Obsoletes: %{name}-help-%{-p*} < %{version} \
|
||||||
} \
|
} \
|
||||||
|
%{-q: \
|
||||||
|
Provides: %{name}-help-%{-q*} = %{version} \
|
||||||
|
Obsoletes: %{name}-help-%{-q*} < %{version} \
|
||||||
|
} \
|
||||||
} \
|
} \
|
||||||
\
|
\
|
||||||
%description %{pkgname} \
|
%description %{pkgname} \
|
||||||
@ -925,7 +931,7 @@ Provides additional %{langname} translations and resources for %{project}. \
|
|||||||
%langpack -l de -n German -T -X -M
|
%langpack -l de -n German -T -X -M
|
||||||
%langpack -l dz -n Dzongkha -s ctl -T
|
%langpack -l dz -n Dzongkha -s ctl -T
|
||||||
%langpack -l el -n Greek -T -m el_GR
|
%langpack -l el -n Greek -T -m el_GR
|
||||||
%langpack -l en -n English -L en-US -T -X -p en-GB -p en-ZA -M
|
%langpack -l en -n English -L en-US -T -X -p en-GB -q en-ZA -M
|
||||||
%langpack -l es -n Spanish -M -T -X
|
%langpack -l es -n Spanish -M -T -X
|
||||||
%langpack -l et -n Estonian -T -m et_EE
|
%langpack -l et -n Estonian -T -m et_EE
|
||||||
%langpack -l eu -n Basque -T
|
%langpack -l eu -n Basque -T
|
||||||
|
Loading…
Reference in New Issue
Block a user