Resolves: rhbz#734976 libreoffice-langpack-*-* not pulled in by yum install libreoffice
This commit is contained in:
parent
2eea2ad1f0
commit
3c533722a3
@ -27,7 +27,7 @@ Summary: Free Software Productivity Suite
|
||||
Name: libreoffice
|
||||
Epoch: 1
|
||||
Version: 3.4.3.2
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and (CDDL or GPLv2) and Public Domain
|
||||
Group: Applications/Productivity
|
||||
URL: http://www.documentfoundation.org/develop
|
||||
@ -544,6 +544,8 @@ This package provides gdb pretty printers for package %{name}.
|
||||
# * to require autocorr, hunspell, hyphen or mythes package or font for
|
||||
# given language,
|
||||
# * to obsolete openoffice.org-langpack package,
|
||||
# * to provide libreoffice-langpack-loc package, where loc is glibc
|
||||
# locale--this is necessary for yum to pick it automatically,
|
||||
# * to require other, unrelated, packages,
|
||||
# * to specify file serving as file list.
|
||||
# For these, lower case character argument takes an argument specifying
|
||||
@ -559,6 +561,7 @@ This package provides gdb pretty printers for package %{name}.
|
||||
# Mm: mythes dependency
|
||||
# n: language name, e.g., Czech
|
||||
# Oo: Obsoletes: of openoffice.org-langpack
|
||||
# p: Provides: of libreoffice-langpack
|
||||
# r: comma-separated list of additional requires
|
||||
# Ss: filelist
|
||||
# Yy: hyphen dependency
|
||||
@ -568,7 +571,7 @@ This package provides gdb pretty printers for package %{name}.
|
||||
# autocorr-cs, mythes-cs-CZ and suitable font, obsoleting
|
||||
# openoffice.org-langpack-cs_CZ, and taking the files from cs.filelist:
|
||||
# %langpack -l cs -n Czech -H -A -m cs-CZ -o cs_CZ -S
|
||||
%define langpack(Aa:Ff:Hh:l:Mm:n:Oo:r:Ss:Yy:) \
|
||||
%define langpack(Aa:Ff:Hh:l:Mm:n:Oo:p:r:Ss:Yy:) \
|
||||
%define project LibreOffice \
|
||||
%define lang %{-l:%{-l*}}%{!-l:%{error:Language code not defined}} \
|
||||
%define pkgname langpack-%{lang} \
|
||||
@ -587,6 +590,7 @@ Requires: %{name}-core = %{epoch}:%{version}-%{release} \
|
||||
%define obs openoffice.org-langpack \
|
||||
%define obsv 1:3.3.1 \
|
||||
%{-o:Obsoletes: %{obs}-%{-o*} < %{obsv}}%{!-o:%{-O:Obsoletes: %{obs}-%{lang} < %{obsv}}} \
|
||||
%{-p:Provides: %{name}-langpack-%{-p*}} \
|
||||
\
|
||||
%description %{pkgname} \
|
||||
Provides additional %{langname} translations and resources for %{project}. \
|
||||
@ -677,8 +681,8 @@ Rules for auto-correcting common %{langname} typing errors. \
|
||||
%langpack -l pa -n Punjabi -F -H -Y -O -s pa-IN
|
||||
%langpack -l pl -n Polish -F -H -Y -M -A -o pl_PL -S
|
||||
%define langpack_lang Brazilian Portuguese
|
||||
%langpack -l pt-BR -n %{langpack_lang} -f pt -h pt -y pt -m pt -a pt -o pt_BR -S
|
||||
%langpack -l pt-PT -n Portuguese -f pt -h pt -y pt -m pt -a pt -o pt_PT -s pt
|
||||
%langpack -l pt-BR -n %{langpack_lang} -f pt -h pt -y pt -m pt -a pt -o pt_BR -p pt_BR -S
|
||||
%langpack -l pt-PT -n Portuguese -f pt -h pt -y pt -m pt -a pt -o pt_PT -p pt_PT -s pt
|
||||
%langpack -l ro -n Romanian -F -H -Y -M -O -S
|
||||
%langpack -l ru -n Russian -F -H -Y -M -A -O -S
|
||||
%langpack -l si -n Sinhalese -F -H -O -S
|
||||
@ -699,9 +703,9 @@ Rules for auto-correcting common %{langname} typing errors. \
|
||||
%langpack -l ve -n Venda -F -H -o ve_ZA -S
|
||||
%langpack -l xh -n Xhosa -F -H -o xh_ZA -S
|
||||
%define langpack_lang Simplified Chinese
|
||||
%langpack -l zh-Hans -n %{langpack_lang} -f zh-cn -a zh -o zh_CN -s zh-CN
|
||||
%langpack -l zh-Hans -n %{langpack_lang} -f zh-cn -a zh -o zh_CN -p zh_CN -s zh-CN
|
||||
%define langpack_lang Traditional Chinese
|
||||
%langpack -l zh-Hant -n %{langpack_lang} -f zh-tw -a zh -o zh_TW -s zh-TW
|
||||
%langpack -l zh-Hant -n %{langpack_lang} -f zh-tw -a zh -o zh_TW -p zh_TW -s zh-TW
|
||||
%langpack -l zu -n Zulu -F -H -Y -o zu_ZA -S
|
||||
%undefine langpack_lang
|
||||
|
||||
@ -2089,6 +2093,10 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
|
||||
%{basisinstdir}/program/kde-open-url
|
||||
|
||||
%changelog
|
||||
* Tue Sep 06 2011 David Tardon <dtardon@redhat.com> - 3.4.3.2-6
|
||||
- Resolves: rhbz#734976 libreoffice-langpack-*-* not pulled in by
|
||||
yum install libreoffice
|
||||
|
||||
* Fri Sep 02 2011 Caolán McNamara <caolanm@redhat.com> - 3.4.3.2-5
|
||||
- Resolves: rhbz#735182 be able to rebuild against poppler 0.17.3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user