mirror of
https://abf.rosa.ru/djam/libreoffice.git
synced 2025-02-23 18:43:00 +00:00
Merge pull request #14 from alzim/libreoffice:rosa2016.1
Updated to 5.2.3
This commit is contained in:
commit
d81813f2de
2 changed files with 78 additions and 9 deletions
8
.abf.yml
8
.abf.yml
|
@ -33,7 +33,7 @@ sources:
|
|||
bbdd5639ada63e3130761daaecae1a10-Validator_1.1.0.0.oxt: c89331a8d7642429f4fe3ffe07ee6d675f99561a
|
||||
ce12af00283eb90d9281956524250d6e-xmlsec1-1.2.20.tar.gz: 40117ab0f788e43deef6eaf028c88f6abc3a30d0
|
||||
commons-logging-1.2-src.tar.gz: 0a134d01e9aeb09b33f4c7450fb41abb7bed9db6
|
||||
libreoffice-5.2.1.2.tar.xz: c9489f3bd491011e7d568887951913a49ecb7927
|
||||
libreoffice-dictionaries-5.2.1.2.tar.xz: 51eb7e4af419eb33b1ca36b77bda4e47d655e14a
|
||||
libreoffice-help-5.2.1.2.tar.xz: f85018627e98e73a48afab4e7c6accbcab82bb50
|
||||
libreoffice-translations-5.2.1.2.tar.xz: f23f075d4117e8d426d9656983ea7c07a1f7142c
|
||||
libreoffice-5.2.3.3.tar.xz: 651eded1d62816d3dddad42a54573c7812d0c764
|
||||
libreoffice-dictionaries-5.2.3.3.tar.xz: 34eb126e79d0518e70acc1fb1933046a966cf648
|
||||
libreoffice-help-5.2.3.3.tar.xz: 267db133ad57c737dd3ba0148c714c12238edcb0
|
||||
libreoffice-translations-5.2.3.3.tar.xz: 4dc7184bddda89a5915e6802ef7101bcd8d4dee1
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
%if %{with l10n}
|
||||
%define langs en-US af ar as bg bn br bs ca cs cy da de dz el en-GB es et eu fa fi fr ga gl gu he hi hr hu it ja ko kn lt lv mai mk ml mr nb nl nn nr nso or pa-IN pl pt pt-BR ro ru si sk sl sr ss st sv ta te th tn tr ts uk ve xh zh-TW zh-CN zu
|
||||
%define helplangs bg bn bs ca cs da de dz el en-GB es et eu fi fr gl gu he hi hr hu it ja ko mk nb nl nn pl pt pt-BR ru si sk sl sv tr uk zh-CN zh-TW en-US
|
||||
%define helplangs ar bg bn bs ca cs da de dz el en-GB es et eu fi fr gl gu he hi hr hu it ja ko lt lv mk nb nl nn pl pt pt-BR ro ru si sk sl sv ta tr uk zh-CN zh-TW en-US
|
||||
%else
|
||||
%define langs en-US
|
||||
%define helplangs en-US
|
||||
|
@ -23,7 +23,7 @@
|
|||
%define oxyurl http://ooo.itc.hu/oxygenoffice/download/libreoffice/
|
||||
%define distroname ROSA
|
||||
%define ooname libreoffice
|
||||
%define buildver %{version}.2
|
||||
%define buildver %{version}.3
|
||||
%define ooodir %{_libdir}/libreoffice
|
||||
%define antpath %{_builddir}/libreoffice-%{version}/apache-ant-1.8.1
|
||||
|
||||
|
@ -40,8 +40,8 @@
|
|||
Summary: Office suite
|
||||
Name: libreoffice
|
||||
Epoch: 1
|
||||
Version: 5.2.1
|
||||
Release: 5
|
||||
Version: 5.2.3
|
||||
Release: 1
|
||||
License: (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and Artistic
|
||||
Group: Office
|
||||
Url: http://www.libreoffice.org
|
||||
|
@ -2332,6 +2332,20 @@ standard locales system.
|
|||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%if %{with l10n}
|
||||
%package help-ar
|
||||
Summary: Arabic help for LibreOffice
|
||||
Group: Office
|
||||
Provides: %{ooname}-help = %{EVRD}
|
||||
Requires: %{ooname}-l10n-ar = %{EVRD}
|
||||
Provides: LibreOffice-help-ar = %{EVRD}
|
||||
|
||||
%description help-ar
|
||||
This package contains the localized help files of LibreOffice in Arabic.
|
||||
%endif
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%if %{with l10n}
|
||||
%package help-bg
|
||||
Summary: Bulgarian help for LibreOffice
|
||||
|
@ -2683,6 +2697,34 @@ This package contains the localized help files of LibreOffice in Korean.
|
|||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%if %{with l10n}
|
||||
%package help-lt
|
||||
Summary: Lithuanian help for LibreOffice
|
||||
Group: Office
|
||||
Provides: %{ooname}-help = %{EVRD}
|
||||
Requires: %{ooname}-l10n-lt = %{EVRD}
|
||||
Provides: LibreOffice-help-lt = %{EVRD}
|
||||
|
||||
%description help-lt
|
||||
This package contains the localized help files of LibreOffice in Lithuanian.
|
||||
%endif
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%if %{with l10n}
|
||||
%package help-lv
|
||||
Summary: Latvian help for LibreOffice
|
||||
Group: Office
|
||||
Provides: %{ooname}-help = %{EVRD}
|
||||
Requires: %{ooname}-l10n-lv = %{EVRD}
|
||||
Provides: LibreOffice-help-lv = %{EVRD}
|
||||
|
||||
%description help-lv
|
||||
This package contains the localized help files of LibreOffice in Latvian.
|
||||
%endif
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%if %{with l10n}
|
||||
%package help-mk
|
||||
Summary: Macedonian help for LibreOffice
|
||||
|
@ -2784,6 +2826,20 @@ Brazilian.
|
|||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%if %{with l10n}
|
||||
%package help-ro
|
||||
Summary: Romanian help for LibreOffice
|
||||
Group: Office
|
||||
Provides: %{ooname}-help = %{EVRD}
|
||||
Requires: %{ooname}-l10n-ro = %{EVRD}
|
||||
Provides: LibreOffice-help-ro = %{EVRD}
|
||||
|
||||
%description help-ro
|
||||
This package contains the localized help files of LibreOffice in Romanian.
|
||||
%endif
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%if %{with l10n}
|
||||
%package help-ru
|
||||
Summary: Russian help for LibreOffice
|
||||
|
@ -2854,6 +2910,20 @@ This package contains the localized help files of LibreOffice in Swedish.
|
|||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%if %{with l10n}
|
||||
%package help-ta
|
||||
Summary: Tamil help for LibreOffice
|
||||
Group: Office
|
||||
Provides: %{ooname}-help = %{EVRD}
|
||||
Requires: %{ooname}-l10n-ta = %{EVRD}
|
||||
Provides: LibreOffice-help-ta = %{EVRD}
|
||||
|
||||
%description help-ta
|
||||
This package contains the localized help files of LibreOffice in Tamil.
|
||||
%endif
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%if %{with l10n}
|
||||
%package help-tr
|
||||
Summary: Turkish help for LibreOffice
|
||||
|
@ -3580,4 +3650,3 @@ done)}
|
|||
%check
|
||||
# FIXME enable once the connection failures in firebird and hsqldb are fixed
|
||||
# make check
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue