mirror of
https://abf.rosa.ru/djam/libreoffice.git
synced 2025-02-23 18:43:00 +00:00
5494 lines
181 KiB
RPMSpec
5494 lines
181 KiB
RPMSpec
%define _enable_debug_packages %{nil}
|
|
%define debug_package %{nil}
|
|
|
|
%define l10n 1
|
|
%{?_with_l10n: %global l10n 1}
|
|
%{?_without_l10n: %global l10n 0}
|
|
|
|
%define javaless 1
|
|
%define extensionenabled 1
|
|
|
|
%define ooname libreoffice
|
|
%define name libreoffice
|
|
|
|
#define _binary_payload w1.gzdio
|
|
#define _binary_payload w9.bzdio
|
|
#define _binary_payload w9.lzdio
|
|
#define _source_payload w9.bzdio
|
|
#define _binary_payload w1.gzdio
|
|
#define _source_payload w1.gzdio
|
|
|
|
%define _binary_payload w1.xzdio
|
|
%define _source_payload w1.xzdio
|
|
|
|
%define version 3.6.1
|
|
|
|
%define release 1
|
|
|
|
%define buildver 3.6.1.2
|
|
%define jdkver 1_5_0_11
|
|
%define ooodir %{_libdir}/libreoffice
|
|
%define libdbver 4.2
|
|
%if %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 sh si sk sl sr ss st sv ta te th tn tr ts uk ve xh zh-TW zh-CN zu"
|
|
%else
|
|
%define langs "en-US"
|
|
%endif
|
|
|
|
%define firefox_plugin libnpsoplugin.so
|
|
|
|
%define oootarext xz
|
|
|
|
%ifarch x86_64
|
|
%define distroname Mandriva64
|
|
%define jdkver 1.4.2
|
|
%else
|
|
%define distroname Mandriva
|
|
%define jdkver 1_5_0_11
|
|
%endif
|
|
|
|
%define use_icecream 0
|
|
%{?_with_icecream: %global use_icecream 1}
|
|
%{?_without_icecream: %global use_icecream 0}
|
|
|
|
%define use_ccache 0
|
|
%define ccachedir ~/.ccache-OOo
|
|
%{?_with_ccache: %global use_ccache 1}
|
|
%{?_without_ccache: %global use_ccache 0}
|
|
|
|
%define use_smp 1
|
|
%{?_with_smp: %global use_smp 1}
|
|
%{?_without_smp: %global use_smp 0}
|
|
|
|
%define use_mono 0
|
|
%{?_with_mono: %global use_mono 1}
|
|
%{?_without_mono: %global use_mono 0}
|
|
|
|
# main cleanup
|
|
%define use_openclipart 0
|
|
%{?_with_clipart: %global use_openclipart 1}
|
|
%{?_without_clipart: %global use_openclipart 0}
|
|
|
|
%define use_systemdb 1
|
|
%{?_with_systemdb: %global use_systemdb 1}
|
|
%{?_without_systemdb: %global use_systemdb 0}
|
|
|
|
%define use_systemboost 1
|
|
%{?_with_systemboost: %global use_systemboost 1}
|
|
%{?_without_systemboost: %global use_systemboost 0}
|
|
|
|
%if %{_use_internal_dependency_generator}
|
|
%define __noautoreq libjawt.so\\|libmyspell.so\\|libstlport_gcc.so\\|libmono.so\\|mono
|
|
%define __noautoprov libsndfile.so\\|libportaudio.so\\|libdb-4.2.so\\|libdb_java-4.2.so\\|libmyspell.so\\|libstlport_gcc.so\\|librdf.so.0\\|libraptor.so.1\\|libxmlsec1-nss.so.1\\|libxmlsec1.so.1
|
|
%else
|
|
%define _requires_exceptions libjawt.so\\|libmyspell.so\\|libstlport_gcc.so\\|libmono.so\\|mono
|
|
%define _provides_exceptions libsndfile.so\\|libportaudio.so\\|libdb-4.2.so\\|libdb_java-4.2.so\\|libmyspell.so\\|libstlport_gcc.so\\|librdf.so.0\\|libraptor.so.1\\|libxmlsec1-nss.so.1\\|libxmlsec1.so.1
|
|
%endif
|
|
|
|
%define antpath %{_builddir}/libreoffice-%{version}/apache-ant-1.8.1
|
|
|
|
#define unopkg %{_bindir}/unopkg
|
|
|
|
Summary: Office suite
|
|
Name: %{name}
|
|
Epoch: 1
|
|
Version: %{version}
|
|
Release: %{release}
|
|
URL: http://www.libreoffice.org
|
|
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
|
|
Vendor: Mandriva
|
|
# Requres to all our packages
|
|
Requires: %{name}-base = %{EVRD}
|
|
Requires: %{name}-calc = %{EVRD}
|
|
Requires: %{name}-draw = %{EVRD}
|
|
Requires: %{name}-impress = %{EVRD}
|
|
Requires: %{name}-math = %{EVRD}
|
|
Requires: %{name}-writer = %{EVRD}
|
|
Suggests: %{name}-dtd-officedocument1.0 = %{EVRD}
|
|
%if %extensionenabled
|
|
Suggests: %{name}-pdfimport = %{EVRD}
|
|
%endif
|
|
Obsoletes: %{ooname}-go-ooo <= %{version}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64 <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo < 3.1-4
|
|
%endif
|
|
Provides: LibreOffice
|
|
Provides: LibreOffice-libs
|
|
Obsoletes: openoffice.org < 1:3.3-1:2011.0
|
|
|
|
# Requirements for building
|
|
%if %{use_icecream}
|
|
BuildRequires: icecream
|
|
%endif
|
|
%if %{use_ccache}
|
|
BuildRequires: ccache
|
|
%endif
|
|
BuildRequires: automake1.8
|
|
BuildRequires: autoconf
|
|
%if %{use_systemboost}
|
|
BuildRequires: boost-devel
|
|
%endif
|
|
BuildRequires: bison >= 1.32-2mdk
|
|
%if %{use_openclipart}
|
|
BuildRequires: clipart-openclipart
|
|
%endif
|
|
BuildRequires: cups-devel
|
|
BuildRequires: dbus-devel >= 0.60
|
|
BuildRequires: ed
|
|
BuildRequires: expat-devel
|
|
BuildRequires: flex
|
|
BuildRequires: freetype2-devel >= 2.1.3-3mdk
|
|
BuildRequires: gcc >= 3.2-0.3mdk
|
|
BuildRequires: gcc-c++ >= 3.2-0.3mdk
|
|
BuildRequires: glitz-devel
|
|
BuildRequires: gnutls-devel
|
|
BuildRequires: gperf
|
|
BuildRequires: imagemagick
|
|
%if %{use_systemdb}
|
|
%if %mdkversion < 201020
|
|
# this is pulled by db-devel >= 4.8, and libdbcxx?.? does not provide libdbcxx at all
|
|
BuildRequires: libdbcxx >= 4.2.5-4mdk
|
|
%endif
|
|
BuildRequires: db-devel >= 4.2.5-4mdk
|
|
%else
|
|
BuildConflicts: libdbjava4.2
|
|
%endif
|
|
BuildRequires: curl-devel
|
|
BuildRequires: gtk+2-devel pkgconfig(gdk-pixbuf-xlib-2.0)
|
|
BuildRequires: libsvg-devel
|
|
BuildRequires: libgstreamer-plugins-base-devel
|
|
BuildRequires: xaw-devel
|
|
BuildRequires: openldap-devel
|
|
BuildRequires: portaudio-devel >= 18.1
|
|
BuildRequires: sndfile-devel
|
|
BuildRequires: unixODBC-devel
|
|
BuildRequires: libxslt-proc >= 1.0.19
|
|
BuildRequires: libxslt-devel
|
|
BuildRequires: libxml2-devel
|
|
%if %{use_mono}
|
|
BuildRequires: mono-devel
|
|
BuildRequires: mono-data-sqlite
|
|
%endif
|
|
BuildRequires: nss-devel
|
|
BuildRequires: nspr-devel
|
|
BuildRequires: nas-devel
|
|
BuildRequires: neon-devel >= 0.27
|
|
BuildRequires: pam-devel
|
|
BuildRequires: perl
|
|
BuildRequires: perl-Archive-Zip
|
|
BuildRequires: perl-MDK-Common
|
|
BuildRequires: perl-HTML-Parser
|
|
BuildRequires: perl-XML-Twig
|
|
BuildRequires: python-devel
|
|
BuildRequires: readline-devel
|
|
BuildRequires: recode
|
|
BuildRequires: sane-devel
|
|
BuildRequires: sharutils
|
|
BuildRequires: startup-notification-devel
|
|
%if %{oootarext} == "lzma"
|
|
BuildRequires: lzma
|
|
BuildRequires: tar >= 1.15.1-7mdk
|
|
%endif
|
|
BuildRequires: tcsh >= 6.12-2mdk
|
|
BuildRequires: unzip
|
|
BuildRequires: XFree86
|
|
BuildRequires: x11-server-xvfb
|
|
BuildRequires: xpm-devel
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: zip
|
|
BuildRequires: libwpd-devel >= 0.9.0
|
|
BuildRequires: libwpg-devel
|
|
BuildRequires: libwps-devel
|
|
BuildRequires: icu
|
|
BuildRequires: icu-devel
|
|
BuildRequires: xulrunner-devel
|
|
BuildRequires: libvigra-devel
|
|
BuildRequires: hunspell-devel
|
|
BuildRequires: %{mklibname poppler-devel}
|
|
BuildRequires: %{mklibname poppler-glib-devel}
|
|
BuildRequires: %{mklibname poppler-cpp-devel}
|
|
BuildRequires: %{mklibname xtst-devel}
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: mesaglu-devel
|
|
BuildRequires: qt4-devel
|
|
BuildRequires: task-kde4-devel
|
|
BuildRequires: cppunit-devel
|
|
BuildRequires: redland-devel
|
|
BuildRequires: postgresql-devel
|
|
BuildRequires: librsvg-devel
|
|
%if !%{javaless}
|
|
BuildRequires: ant
|
|
BuildRequires: hsqldb
|
|
BuildRequires: jakarta-commons-codec
|
|
BuildRequires: jakarta-commons-lang
|
|
BuildRequires: jakarta-commons-httpclient
|
|
%endif
|
|
BuildRequires: graphite2-devel
|
|
BuildRequires: python-translate >= 1.9.0
|
|
# STLport-devel 4.5 + private patches are needed
|
|
BuildConflicts: STLport-devel
|
|
BuildRequires: java-devel = 0:1.6.0
|
|
BuildConflicts: java-devel >= 0:1.7.0
|
|
#Gnome Stuff
|
|
BuildRequires: pkgconfig(ORBit-2.0)
|
|
BuildRequires: pkgconfig(gconf-2.0)
|
|
BuildRequires: pkgconfig(gnome-vfs-2.0)
|
|
# BuildRequires: jakarta-commons-logging
|
|
#ROSA add <akdengi>
|
|
BuildRequires: doxygen
|
|
BuildRequires: pkgconfig(libclucene-core)
|
|
|
|
####################################################################
|
|
#
|
|
# Sources
|
|
#
|
|
####################################################################
|
|
Source0: http://download.documentfoundation.org/libreoffice/src/%version/%{ooname}-binfilter-%{buildver}.tar.%{oootarext}
|
|
Source1: http://download.documentfoundation.org/libreoffice/src/%version/%{ooname}-core-%{buildver}.tar.%{oootarext}
|
|
Source2: http://download.documentfoundation.org/libreoffice/src/%version/%{ooname}-dictionaries-%{buildver}.tar.%{oootarext}
|
|
Source3: http://download.documentfoundation.org/libreoffice/src/%version/%{ooname}-help-%{buildver}.tar.%{oootarext}
|
|
Source4: http://download.documentfoundation.org/libreoffice/src/%version/%{ooname}-translations-%{buildver}.tar.%{oootarext}
|
|
|
|
Source20: Mandriva-Rosa_Icons.tar.bz2
|
|
|
|
Source31: http://download.go-oo.org/DEV300/ooo_oxygen_images-2009-06-17.tar.gz
|
|
Source32: http://hg.services.openoffice.org/binaries/fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz
|
|
Source36: http://dev-www.libreoffice.org/src/0ff7d225d087793c8c2c680d77aac3e7-mdds_0.5.3.tar.bz2
|
|
Source37: http://download.go-oo.org/src/0f63ee487fda8f21fafa767b3c447ac9-ixion-0.2.0.tar.gz
|
|
Source38: http://hg.services.openoffice.org/binaries/067201ea8b126597670b5eff72e1f66c-mythes-1.2.0.tar.gz
|
|
Source39: http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll
|
|
Source40: http://hg.services.openoffice.org/binaries/48d8169acc35f97e05d8dcdfd45be7f2-lucene-2.3.2.tar.gz
|
|
Source42: http://hg.services.openoffice.org/binaries/2a177023f9ea8ec8bd00837605c5df1b-jakarta-tomcat-5.0.30-src.tar.gz
|
|
Source43: http://hg.services.openoffice.org/binaries/284e768eeda0e2898b0d5bf7e26a016e-raptor-1.4.18.tar.gz
|
|
Source44: http://hg.services.openoffice.org/binaries/fca8706f2c4619e2fa3f8f42f8fc1e9d-rasqal-0.9.16.tar.gz
|
|
Source45: http://hg.services.openoffice.org/binaries/1756c4fa6c616ae15973c104cd8cb256-Adobe-Core35_AFMs-314.tar.gz
|
|
Source46: http://hg.services.openoffice.org/binaries/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
|
|
Source47: http://hg.services.openoffice.org/binaries/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
|
|
Source48: http://hg.services.openoffice.org/binaries/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
|
|
Source49: http://hg.services.openoffice.org/binaries/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
|
|
Source50: http://hg.services.openoffice.org/binaries/48a9f787f43a09c0a9b7b00cd1fddbbf-hyphen-2.7.1.tar.gz
|
|
Source51: http://hg.services.openoffice.org/binaries/26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz
|
|
Source52: http://hg.services.openoffice.org/binaries/18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
|
|
Source54: http://hg.services.openoffice.org/binaries/ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip
|
|
Source55: http://download.go-oo.org/src/ea570af93c284aa9e5621cd563f54f4d-bsh-2.0b1-src.tar.gz
|
|
Source62: http://dev-www.libreoffice.org/src/e1c178b18f130b40494561f02bc1a948-libexttextcat-3.2.0.tar.bz2
|
|
Source63: http://dev-www.libreoffice.org/src/7c2549f6b0a8bb604e6c4c729ffdcfe6-libcmis-0.1.0.tar.gz
|
|
Source64: http://dev-www.libreoffice.org/src/94e7f271e38c976462558b4278590178-libvisio-0.0.19.tar.bz2
|
|
|
|
# jfreereport
|
|
Source65: http://dev-www.libreoffice.org/src/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip
|
|
Source66: http://dev-www.libreoffice.org/src/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
|
|
Source67: http://dev-www.libreoffice.org/src/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip
|
|
Source68: http://dev-www.libreoffice.org/src/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip
|
|
Source69: http://dev-www.libreoffice.org/src/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip
|
|
Source70: http://dev-www.libreoffice.org/src/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip
|
|
Source71: http://dev-www.libreoffice.org/src/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip
|
|
Source72: http://dev-www.libreoffice.org/src/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip
|
|
Source73: http://dev-www.libreoffice.org/src/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
|
|
Source74: http://dev-www.libreoffice.org/src/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip
|
|
Source75: http://dev-www.libreoffice.org/src/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
|
|
|
|
#javaless
|
|
Source56: http://hg.services.openoffice.org/binaries/3c219630e4302863a9a83d0efde889db-commons-logging-1.1.1-src.tar.gz
|
|
Source57: http://dev-www.libreoffice.org/ooo_external/af3c3acf618de6108d65fcdc92b492e1-commons-codec-1.3-src.tar.gz
|
|
Source58: http://hg.services.openoffice.org/binaries/2c9b0f83ed5890af02c0df1c1776f39b-commons-httpclient-3.1-src.tar.gz
|
|
Source59: http://hg.services.openoffice.org/binaries/2ae988b339daec234019a7066f96733e-commons-lang-2.3-src.tar.gz
|
|
Source60: http://archive.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.bz2
|
|
Source61: http://hg.services.openoffice.org/binaries/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
|
|
|
|
Source100: libreoffice.rpmlintrc
|
|
|
|
# Upstream:
|
|
# http://cgit.freedesktop.org/libreoffice/core/patch/?id=0c08a84c04b166ab6479716e2c33cd444d7e3dbe
|
|
|
|
Patch1: openoffice.org-2.0.2.rh188467.printingdefaults.patch
|
|
Patch2: openoffice.org-2.4.0.ooo86080.unopkg.bodge.patch
|
|
Patch3: libreoffice-3.5.2.2-icu-49.patch
|
|
#Patch4: xulrunner-to-mozila-plugin.pc.diff
|
|
Patch5: libreoffice-3.5.2-no-slackwareicons.patch
|
|
Patch6: 0001-disable-failing-check.patch
|
|
Patch7: 0001-Resolves-rhbz-836937-insanely-slow-with-Zemberek-ins.patch
|
|
Patch8: 0001-Resolves-rhbz-838368-view-ignored-while-view-accepte.patch
|
|
Patch9: openoffice.org-3.0.0.ooo88341.sc.verticalboxes.patch
|
|
Patch10: openoffice.org-3.1.0.ooo101274.opening-a-directory.patch
|
|
#Patch12: openoffice.org-3.1.0.oooXXXXX.solenv.allowmissing.patch
|
|
Patch13: openoffice.org-3.1.1.ooo105784.vcl.sniffscriptforsubs.patch
|
|
|
|
#MDV patch
|
|
# bug fix 64789
|
|
#Patch100: help-images-mdv64789.patch
|
|
Patch101: fix-build.diff
|
|
|
|
%description
|
|
LibreOffice is an Open Source, community-developed, multi-platform
|
|
office productivity suite. It includes the key desktop applications,
|
|
such as a word processor, spreadsheet, presentation manager, formula
|
|
editing and drawing program, with a user interface and feature set
|
|
similar to other office suites. Sophisticated and flexible,
|
|
LibreOffice also works transparently with a variety of file
|
|
formats, including Microsoft Office.
|
|
|
|
%package base
|
|
Group: Office
|
|
Summary: LibreOffice office suite - database
|
|
Requires: %{name}-core = %{EVRD}
|
|
Requires: %{name}-common = %{EVRD}
|
|
# Heavy java deps
|
|
%if !%{javaless}
|
|
Requires: hsqldb
|
|
%endif
|
|
Suggests: %{name}-java-common = %{EVRD}
|
|
# Due to the split
|
|
Conflicts: openoffice.org <= 2.2.1
|
|
Conflicts: openoffice.org-common <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org-base < 1:3.3-1:2011.0
|
|
# Provides: openoffice.org-base = 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.2.1
|
|
Conflicts: openoffice.org64-common <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org64-base <= 1:3.1-4
|
|
%endif
|
|
|
|
%description base
|
|
LibreOffice is a full-featured office productivity suite that provides a
|
|
near drop-in replacement for Microsoft(R) Office.
|
|
|
|
This package contains the database component for LibreOffice.
|
|
|
|
You can extend the functionality of LibreOffice Base by installing these
|
|
packages:
|
|
|
|
* unixodbc: ODBC database support
|
|
* libmyodbc | odbc-postgresql | libsqliteodbc | tdsodbc | mdbtools: ODBC
|
|
drivers for:
|
|
- MySQL
|
|
- PostgreSQL
|
|
- SQLite
|
|
- MS SQL / Sybase SQL
|
|
- *.mdb (JET / MS Access)
|
|
* libmysql-java | libpg-java | libsapdbc-java: JDBC Drivers
|
|
for:
|
|
- MySQL
|
|
- PostgreSQL
|
|
- MaxDB
|
|
|
|
%package calc
|
|
Group: Office
|
|
Summary: LibreOffice office suite - spreadsheet
|
|
Requires: %{name}-core = %{EVRD}
|
|
Requires: %{name}-common = %{EVRD}
|
|
# Due to the split
|
|
Conflicts: openoffice.org <= 2.2.1
|
|
Conflicts: openoffice.org-common <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org-calc < 1:3.3-1:2011.0
|
|
# Provides: openoffice.org-calc = 1:3.3-1:2011.0
|
|
# Provides: openoffice.org-calc = %{EVRD}
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.2.1
|
|
Conflicts: openoffice.org64-common <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org64-calc <= 1:3.1-4
|
|
%endif
|
|
|
|
%description calc
|
|
LibreOffice is a full-featured office productivity suite that provides a
|
|
near drop-in replacement for Microsoft(R) Office.
|
|
|
|
This package contains the spreadsheet component for LibreOffice.
|
|
|
|
%package common
|
|
Group: Office
|
|
Summary: LibreOffice office suite architecture independent files
|
|
%if %mdkversion < 200810
|
|
# On upgrades, we can't split that way or we will loose functionality.
|
|
# Requires: %{name}-gnome
|
|
# Requires: %{name}-kde
|
|
Requires: %{name}-openclipart
|
|
Requires: %{name}-style-galaxy
|
|
Requires: %{name}-style-crystal
|
|
Requires: %{name}-style-hicontrast
|
|
Requires: %{name}-style-tango
|
|
%endif
|
|
# Require the architecture dependant stuff
|
|
Requires: %{name}-core = %{EVRD}
|
|
# Require at least one style to be installed
|
|
Requires: %{name}-style = %{EVRD}
|
|
# And suggest the galaxy one
|
|
# dev 300
|
|
# Suggests: %{name}-style-galaxy = %{version}
|
|
# Also suggest java-common, as it may be used by some macros
|
|
Suggests: %{name}-java-common = %{EVRD}
|
|
Suggests: %{name}-help-en_US = %{EVRD}
|
|
# And then general requires for OOo follows
|
|
Requires: ghostscript
|
|
Requires: fonts-ttf-liberation
|
|
Requires: desktop-common-data >= 2008
|
|
# rpm will automatically grab the require for libsane1, but there are some
|
|
# configs needed at this package, so we must require it too.
|
|
Requires: sane-backends
|
|
# Due to %{_bindir}/paperconf
|
|
# Requires: paper-utils
|
|
Requires(post): desktop-file-utils update-alternatives
|
|
Requires(postun): desktop-file-utils update-alternatives
|
|
|
|
# Due to the split
|
|
Conflicts: openoffice.org <= 2.1.0
|
|
Conflicts: openoffice.org-devel <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org-math <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org-core <= 2.3.99.4-1mdv
|
|
Conflicts: openoffice.org-gnome < 3.0svn13581-2mdv
|
|
Obsoletes: openoffice.org-common < 1:3.3-1:2011.0
|
|
# Provides: openoffice.org-common = 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.1.0
|
|
Conflicts: openoffice.org64-devel <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org64-math <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org64-core <= 2.3.99.4-1mdv
|
|
Conflicts: openoffice.org64-gnome < 3.0svn13581-2mdv
|
|
Obsoletes: openoffice.org64-common <= 1:3.1-4
|
|
%endif
|
|
Conflicts: %{name}-common = 1:3.2-rc4.0
|
|
|
|
# Upstream dropped this packages in 3.4
|
|
Obsoletes: %{name}-l10n-pt_AO = 1:3.3.2-1
|
|
Obsoletes: %{name}-help-pt_AO = 1:3.3.2-1
|
|
Obsoletes: %{name}-help-ta = 1:3.3.2-1
|
|
Obsoletes: %{name}-help-zu = 1:3.3.2-1
|
|
Obsoletes: %{name}-help-cy = 1:3.3.2-1
|
|
Obsoletes: %{name}-help-ar = 1:3.3.2-1
|
|
Obsoletes: %{name}-help-af = 1:3.3.2-1
|
|
Obsoletes: %{name}-help-br = 1:3.3.2-1
|
|
|
|
%description common
|
|
LibreOffice is a full-featured office productivity suite that provides a
|
|
near drop-in replacement for Microsoft(R) Office.
|
|
|
|
This package contains the architecture-independent files of LibreOffice.
|
|
|
|
%package core
|
|
Group: Office
|
|
Summary: LibreOffice office suite architecture dependent files
|
|
# Due to the split
|
|
Conflicts: openoffice.org <= 2.1.0
|
|
Conflicts: openoffice.org-base <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org-common <= 2.3.1-1mdv
|
|
Conflicts: openoffice.org-devel <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org-draw <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org-impress <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org-kde <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org-writer <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org-core < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.1.0
|
|
Conflicts: openoffice.org64-base <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org64-common <= 2.3.1-1mdv
|
|
Conflicts: openoffice.org64-devel <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org64-draw <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org64-impress <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org64-writer <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org64-core <= 1:3.1-4
|
|
%endif
|
|
|
|
%description core
|
|
LibreOffice is a full-featured office productivity suite that provides a
|
|
near drop-in replacement for Microsoft(R) Office.
|
|
|
|
This package contains the architecture-dependent core files of LibreOffice.
|
|
See the libreoffice package for more information.
|
|
|
|
%package devel
|
|
Group: Office
|
|
Summary: LibreOffice SDK - development files
|
|
Requires: %{name}-core = %{EVRD}
|
|
Requires: %{name}-common = %{EVRD}
|
|
Obsoletes: openoffice.org-devel < 1:3.3-1:2011.0
|
|
|
|
%description devel
|
|
LibreOffice is a full-featured office productivity suite that provides a
|
|
near drop-in replacement for Microsoft(R) Office.
|
|
|
|
This package contains the files needed to build plugins/add-ons for
|
|
LibreOffice (includes, IDL files, build tools, ...). It also contains the
|
|
zipped source of the UNO Java libraries for use in IDEs like eclipse.
|
|
|
|
%package devel-doc
|
|
Group: Office
|
|
Summary: LibreOffice SDK - documentation
|
|
# Due to the split
|
|
Conflicts: openoffice.org <= 2.2.1
|
|
Obsoletes: openoffice.org-devel-doc < 1:3.3-1:2011.0
|
|
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.2.1
|
|
Obsoletes: openoffice.org64-devel-doc <= 1:3.1-4
|
|
%endif
|
|
|
|
%description devel-doc
|
|
LibreOffice is a full-featured office productivity suite that provides
|
|
a near drop-in replacement for Microsoft(R) Office.
|
|
|
|
This package contains the documentation of the LibreOffice SDK:
|
|
|
|
* C++/Java API reference
|
|
* IDL reference
|
|
* C++/Java/Basic examples
|
|
|
|
It also contains the gsicheck utility.
|
|
|
|
%package draw
|
|
Group: Office
|
|
Summary: LibreOffice office suite - drawing
|
|
Requires: %{name}-core = %{EVRD}
|
|
Requires: %{name}-common = %{EVRD}
|
|
# Due to the split
|
|
Conflicts: openoffice.org <= 2.2.1
|
|
Conflicts: openoffice.org-common <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org-impress <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org-draw < 1:3.3-1:2011.0
|
|
# Provides: openoffice.org-draw = 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.2.1
|
|
Conflicts: openoffice.org64-common <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org64-impress <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org64-draw <= 1:3.1-4
|
|
%endif
|
|
|
|
%description draw
|
|
LibreOffice is a full-featured office productivity suite that provides a
|
|
near drop-in replacement for Microsoft(R) Office.
|
|
|
|
This package contains the drawing component for LibreOffice.
|
|
|
|
%package dtd-officedocument1.0
|
|
Group: Office
|
|
Summary: OfficeDocument 1.0 DTD
|
|
# due to the split
|
|
Conflicts: openoffice.org <= 2.2.1
|
|
# no need to require -core or -common, see #37559
|
|
|
|
%description dtd-officedocument1.0
|
|
LibreOffice is a full-featured office productivity suite that provides a
|
|
near drop-in replacement for Microsoft(R) Office.
|
|
|
|
This package contains the Document Type Definition (DTD) of the LibreOffice
|
|
1.x(!) XML file format.
|
|
|
|
%package filter-binfilter
|
|
Group: Office
|
|
Summary: Legacy filters (e.g. StarOffice 5.2) for LibreOffice
|
|
Requires: %{name}-core = %{EVRD}
|
|
Requires: %{name}-common = %{EVRD}
|
|
# Due to the split
|
|
Conflicts: openoffice.org <= 2.2.1
|
|
Obsoletes: openoffice.org-filter-mobiledev <= 2.3.0.5
|
|
Conflicts: openoffice.org-filter-mobiledev <= 2.3.0.5
|
|
Conflicts: openoffice.org-common <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org-core <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org-filter-binfilter < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.2.1
|
|
Conflicts: openoffice.org64-common <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org64-core <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org64-filter-mobiledev <= 2.3.0.5
|
|
Obsoletes: openoffice.org64-filter-binfilter <= 1:3.1-4
|
|
%endif
|
|
|
|
|
|
%description filter-binfilter
|
|
LibreOffice is a full-featured office productivity suite that provides
|
|
a near drop-in replacement for Microsoft(R) Office.
|
|
|
|
This package contains the "binfilters", legacy filters for
|
|
- the old StarOffice 5.2 formats
|
|
- StarWriter 1.0/2.0
|
|
- StarWriter/DOS
|
|
- *Writer* filters for
|
|
+ Excel
|
|
+ Lotus
|
|
|
|
%package gnome
|
|
Group: Office
|
|
Summary: GNOME Integration for LibreOffice (VFS, GConf)
|
|
Requires: %{name}-common = %{EVRD}
|
|
Requires: %{name}-core = %{EVRD}
|
|
# Due to the split
|
|
Conflicts: openoffice.org <= 2.2.1
|
|
Obsoletes: openoffice.org-gtk <= 2.3.0.5
|
|
Conflicts: openoffice.org-gtk <= 2.3.0.5
|
|
Obsoletes: openoffice.org-qstart <= 2.3.0.5
|
|
Conflicts: openoffice.org-qstart <= 2.3.0.5
|
|
Obsoletes: openoffice.org-evolution <= 2.3.0.5
|
|
Conflicts: openoffice.org-evolution <= 2.3.0.5
|
|
# Suggests: %{name}-style-tango = %{version}
|
|
Obsoletes: openoffice.org-gnome < 1:3.3-1:2011.0
|
|
# Provides: openoffice.org-gnome = 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.2.1
|
|
Obsoletes: openoffice.org64-gtk <= 2.3.0.5
|
|
Obsoletes: openoffice.org64-qstart <= 2.3.0.5
|
|
Obsoletes: openoffice.org64-evolution <= 2.3.0.5
|
|
Obsoletes: openoffice.org64-gnome <= 1:3.1-4
|
|
%endif
|
|
|
|
%description gnome
|
|
LibreOffice is a full-featured office productivity suite that provides a
|
|
near drop-in replacement for Microsoft(R) Office.
|
|
|
|
This package contains the GNOME VFS support and a GConf backend.
|
|
|
|
|
|
%package impress
|
|
Group: Office
|
|
Summary: LibreOffice office suite - presentation
|
|
Requires: %{name}-core = %{EVRD}
|
|
Requires: %{name}-common = %{EVRD}
|
|
Requires: %{name}-draw = %{EVRD}
|
|
Conflicts: openoffice.org <= 2.2.1
|
|
Conflicts: openoffice.org-common <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org-impress < 1:3.3-1:2011.0
|
|
# Provides: openoffice.org-impress = 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.2.1
|
|
Conflicts: openoffice.org64-common <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org64-impress <= 1:3.1-4
|
|
%endif
|
|
|
|
%description impress
|
|
LibreOffice is a full-featured office productivity suite that provides a
|
|
near drop-in replacement for Microsoft(R) Office.
|
|
|
|
This package contains the presentation component for LibreOffice.
|
|
|
|
%package kde4
|
|
Group: Office
|
|
Summary: KDE4 Integration for LibreOffice (Widgets, Dialogs, Addressbook)
|
|
Requires: %{name}-common = %{EVRD}
|
|
Requires: %{name}-core = %{EVRD}
|
|
Suggests: %{name}-style-oxygen = %{EVRD}
|
|
Obsoletes: openoffice.org-kde4 < 1:3.3-1:2011.0
|
|
# Provides: openoffice.org-kde4 = 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.2.1
|
|
Obsoletes: openoffice.org64-kde <= 1:3.1-4
|
|
%endif
|
|
Conflicts: openoffice.org-core <= %{version}-beta1.0mdv
|
|
|
|
%description kde4
|
|
LibreOffice is a full-featured office productivity suite that provides a
|
|
near drop-in replacement for Microsoft(R) Office.
|
|
|
|
This package contains the KDE4 plugin for drawing LibreOffice widgets with
|
|
KDE4/Qt4.x and a KDEish File Picker when running under KDE4.
|
|
|
|
%package java-common
|
|
Group: Office
|
|
Summary: LibreOffice office suite Java support arch. independent files
|
|
Requires: %{name}-core = %{EVRD}
|
|
Requires: %{name}-common = %{EVRD}
|
|
Requires: java
|
|
# Due to the split
|
|
Conflicts: openoffice.org <= 2.2.1
|
|
Conflicts: openoffice.org-common <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org-java-common < 1:3.3-1:2011.0
|
|
#Provides: openoffice.org-java-common = 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.2.1
|
|
Conflicts: openoffice.org64-common <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org64-java-common <= 1:3.1-4
|
|
%endif
|
|
|
|
%description java-common
|
|
LibreOffice is a full-featured office productivity suite that provides a
|
|
near drop-in replacement for Microsoft(R) Office.
|
|
|
|
This package contains the architecture-independent files of the Java support
|
|
for LibreOffice (Java classes, scripts, config snippets).
|
|
|
|
Also contains the LibreOffice Office Bean for embedding LibreOffice in
|
|
custom Java applications.
|
|
|
|
%package math
|
|
Group: Office
|
|
Summary: LibreOffice office suite - equation editor
|
|
Requires: %{name}-core = %{EVRD}
|
|
Requires: %{name}-common = %{EVRD}
|
|
# Due to the split
|
|
Conflicts: openoffice.org <= 2.2.1
|
|
Conflicts: openoffice.org-common <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org-math < 1:3.3-1:2011.0
|
|
#Provides: openoffice.org-math = 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.2.1
|
|
Conflicts: openoffice.org64-common <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org64-math <= 1:3.1-4
|
|
%endif
|
|
|
|
%description math
|
|
LibreOffice is a full-featured office productivity suite that provides a
|
|
near drop-in replacement for Microsoft(R) Office.
|
|
|
|
This package contains the equation editor component for LibreOffice.
|
|
|
|
%package openclipart
|
|
Group: Office
|
|
Summary: LibreOffice Open Clipart data
|
|
Requires: %{name}-core = %{EVRD}
|
|
Requires: %{name}-common = %{EVRD}
|
|
Conflicts: openoffice.org <= 2.2.1
|
|
Obsoletes: openoffice.org-galleries <= 2.2.1
|
|
Obsoletes: openoffice.org-openclipart < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.2.1
|
|
Obsoletes: openoffice.org64-galleries <= 2.2.1
|
|
Obsoletes: openoffice.org64-openclipart <= 1:3.1-4
|
|
%endif
|
|
|
|
%description openclipart
|
|
LibreOffice is a full-featured office productivity suite that provides a
|
|
near drop-in replacement for Microsoft(R) Office.
|
|
|
|
This package contains the LibreOffice Open Clipart data, including images
|
|
and sounds.
|
|
|
|
%package pyuno
|
|
Group: Office
|
|
Summary: Python bindings for UNO library
|
|
Requires: %{name}-core = %{EVRD}
|
|
Requires: %{name}-common = %{EVRD}
|
|
Conflicts: openoffice.org-common <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org-pyuno < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64-common <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org64-pyuno <= 1:3.1-4
|
|
%endif
|
|
|
|
%description pyuno
|
|
LibreOffice is a full-featured office productivity suite that provides a
|
|
near drop-in replacement for Microsoft(R) Office.
|
|
|
|
This package contains the Python bindings for the UNO library.
|
|
|
|
#%package qa-api-tests
|
|
#Group: Office
|
|
#Summary: LibreOffice API Test Data
|
|
#Requires: %{name}-common = %{version}-%{release}
|
|
## Due to the split
|
|
#Conflicts: %{name} <= 2.2.1
|
|
#
|
|
#%description qa-api-tests
|
|
#LibreOffice is a full-featured office productivity suite that provides a
|
|
#near drop-in replacement for Microsoft(R) Office.
|
|
#
|
|
#This package contains the test data for the OpenOffice.org Java and Basic APIs.
|
|
|
|
%package style-galaxy
|
|
Group: Office
|
|
Summary: Default symbol style for LibreOffice
|
|
Requires: %{name}-core = %{EVRD}
|
|
Requires: %{name}-common = %{EVRD}
|
|
Provides: %{name}-style = %{EVRD}
|
|
# Due to the split
|
|
Conflicts: openoffice.org <= 2.2.1
|
|
Obsoletes: openoffice.org-style-andromeda <= %{version}
|
|
Obsoletes: openoffice.org-style-galaxy < 1:3.3-1:2011.0
|
|
#Provides: openoffice.org-style-galaxy = 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.2.1
|
|
Obsoletes: openoffice.org64-style-galaxy <= 1:3.1-4
|
|
%endif
|
|
|
|
%description style-galaxy
|
|
LibreOffice is a full-featured office productivity suite that provides a
|
|
near drop-in replacement for Microsoft(R) Office.
|
|
|
|
This package contains the "Galaxy" symbol style from Sun, normally used on
|
|
MS Windows (tm) and when not using GNOME or KDE. Needs to be manually enabled
|
|
in the LibreOffice option menu.
|
|
|
|
%package style-crystal
|
|
Group: Office
|
|
Summary: Crystal symbol style for LibreOffice
|
|
Requires: %{name}-core = %{EVRD}
|
|
Requires: %{name}-common = %{EVRD}
|
|
Provides: %{name}-style = %{EVRD}
|
|
# Due to the split
|
|
Conflicts: openoffice.org <= 2.2.1
|
|
Obsoletes: openoffice.org-style-crystal < 1:3.3-1:2011.0
|
|
#Provides: openoffice.org-style-crystal = 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.2.1
|
|
Obsoletes: openoffice.org64-style-crystal <= 1:3.1-4
|
|
%endif
|
|
|
|
%description style-crystal
|
|
LibreOffice is a full-featured office productivity suite that provides a
|
|
near drop-in replacement for Microsoft(R) Office.
|
|
|
|
This package contains the "crystal" symbol style, default style for KDE.
|
|
|
|
%package style-hicontrast
|
|
Group: Office
|
|
Summary: Hicontrast symbol style for LibreOffice
|
|
Requires: %{name}-core = %{EVRD}
|
|
Requires: %{name}-common = %{EVRD}
|
|
Provides: %{name}-style = %{EVRD}
|
|
# Due to the split
|
|
Conflicts: openoffice.org <= 2.2.1
|
|
Obsoletes: openoffice.org-style-hicontrast < 1:3.3-1:2011.0
|
|
#Provides: openoffice.org-style-hicontrast = 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.2.1
|
|
Obsoletes: openoffice.org64-style-hicontrast <= 1:3.1-4
|
|
%endif
|
|
|
|
%description style-hicontrast
|
|
LibreOffice is a full-featured office productivity suite that provides a
|
|
near drop-in replacement for Microsoft(R) Office.
|
|
|
|
This package contains the "hicontrast" symbol style, needs to be manually
|
|
enabled in the LibreOffice option menu.
|
|
|
|
%package style-tango
|
|
Group: Office
|
|
Summary: Tango symbol style for LibreOffice
|
|
Requires: %{name}-core = %{EVRD}
|
|
Requires: %{name}-common = %{EVRD}
|
|
Provides: %{name}-style = %{EVRD}
|
|
# Due to the split
|
|
Conflicts: openoffice.org <= 2.2.1
|
|
Obsoletes: openoffice.org-style-tango < 1:3.3-1:2011.0
|
|
# Provides: openoffice.org-style-tango = 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.2.1
|
|
Obsoletes: openoffice.org64-style-tango <= 1:3.1-4
|
|
%endif
|
|
|
|
%description style-tango
|
|
LibreOffice is a full-featured office productivity suite that provides a
|
|
near drop-in replacement for Microsoft(R) Office.
|
|
|
|
This package contains the "tango" symbol style, default style for GTK/Gnome.
|
|
|
|
%package style-oxygen
|
|
Group: Office
|
|
Summary: Oxygen symbol style for LibreOffice
|
|
Requires: %{name}-core = %{EVRD}
|
|
Requires: %{name}-common = %{EVRD}
|
|
Provides: %{name}-style = %{EVRD}
|
|
# Due to the split
|
|
Conflicts: openoffice.org = 2.2.1
|
|
Obsoletes: openoffice.org-style-oxygen < 1:3.3-1:2011.0
|
|
#Provides: openoffice.org-style-oxygen = 1:3.3-1:2011.0
|
|
|
|
%description style-oxygen
|
|
LibreOffice is a full-featured office productivity suite that provides a
|
|
near drop-in replacement for Microsoft(R) Office.
|
|
|
|
This package contains the "oxygen" symbol style, default style for KDE4.
|
|
|
|
%package writer
|
|
Group: Office
|
|
Summary: LibreOffice office suite - word processor
|
|
Requires: %{name}-core = %{EVRD}
|
|
Requires: %{name}-common = %{EVRD}
|
|
# Due to the split
|
|
Conflicts: openoffice.org <= 2.2.1
|
|
Conflicts: openoffice.org-common <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org-core <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org-writer < 1:3.3-1:2011.0
|
|
#Provides: openoffice.org-writer = 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.2.1
|
|
Conflicts: openoffice.org64-common <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org64-writer <= 1:3.1-4
|
|
%endif
|
|
|
|
%description writer
|
|
LibreOffice is a full-featured office productivity suite that provides a
|
|
near drop-in replacement for Microsoft(R) Office.
|
|
|
|
This package contains the wordprocessor component for LibreOffice.
|
|
|
|
%package mono
|
|
Summary: Mono UNO Bridge for LibreOffice
|
|
Group: Office
|
|
Requires: %{ooname} = %{version}
|
|
Obsoletes: openoffice.org-go-ooo-mono <= %{version}
|
|
Obsoletes: openoffice.org-mono < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-mono <= 1:3.1-4
|
|
%endif
|
|
|
|
%description mono
|
|
The Mono/UNO binding allows a Mono application to access the complete
|
|
set of APIs exposed by LibreOffice via UNO.
|
|
|
|
Currently the use of Mono for add-ins & scripting inside LibreOffice itself is
|
|
not supported.
|
|
|
|
%if %extensionenabled
|
|
|
|
%package pdfimport
|
|
Group: Office
|
|
Summary: LibreOffice office suite - PDF Import extension
|
|
Requires: %{name}-core = %{EVRD}
|
|
Requires: %{name}-common = %{EVRD}
|
|
Requires: %{name}-draw = %{EVRD}
|
|
# Due to the split
|
|
Conflicts: openoffice.org <= 2.2.1
|
|
Conflicts: openoffice.org-common <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org-core <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org-pdfimport < 1:3.3-1:2011.0
|
|
#Provides: openoffice.org-pdfimport = 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.2.1
|
|
Conflicts: openoffice.org64-common <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org64-core <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org64-pdfimport <= 1:3.1-4
|
|
%endif
|
|
Conflicts: openoffice.org-pdfimport <= 1:3.2-rc4.0
|
|
|
|
%description pdfimport
|
|
PDF import extension enables PDF documments importing and basic editing of PDF
|
|
documments by using LibreOffice-draw application.
|
|
|
|
%package presenter-screen
|
|
Group: Office
|
|
Summary: LibreOffice office suite - Presenter Screen extension
|
|
Requires: %{name}-core = %{EVRD}
|
|
Requires: %{name}-common = %{EVRD}
|
|
Requires: %{name}-impress = %{EVRD}
|
|
# Due to the split
|
|
Conflicts: openoffice.org <= 2.2.1
|
|
Conflicts: openoffice.org-common <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org-core <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org-presenter-screen < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.2.1
|
|
Conflicts: openoffice.org64-common <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org64-core <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org64-presenter-screen <= 1:3.1-4
|
|
%endif
|
|
Conflicts: %{name}-presenter-screen <= 1:3.2-rc4.0
|
|
|
|
%description presenter-screen
|
|
Presenter Screen extension helps users to see upcoming slides and slide notes
|
|
of presentations inside a second view not visible for the spectators.
|
|
|
|
%package report-builder
|
|
Group: Office
|
|
Summary: LibreOffice office suite - Report Builder extension
|
|
Requires: %{name}-core = %{EVRD}
|
|
Requires: %{name}-common = %{EVRD}
|
|
Requires: %{name}-base = %{EVRD}
|
|
# Due to the split
|
|
Conflicts: openoffice.org <= 2.2.1
|
|
Conflicts: openoffice.org-common <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org-core <= 2.3.0.5-1mdv
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.2.1
|
|
Conflicts: openoffice.org64-common <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org64-core <= 2.3.0.5-1mdv
|
|
%endif
|
|
|
|
%description report-builder
|
|
By using %{name}-base the Report Builder extesion enables creating of smart and
|
|
professional looking reports. Further the reports can be exported to PDF or
|
|
OpenDocuments formats.
|
|
|
|
%package wiki-publisher
|
|
Group: Office
|
|
Summary: LibreOffice office suite - Wiki Publisher extension
|
|
Requires: %{name}-core = %{EVRD}
|
|
Requires: %{name}-common = %{EVRD}
|
|
Requires: %{name}-writer = %{EVRD}
|
|
%if !%{javaless}
|
|
Requires: jakarta-commons-codec, jakarta-commons-httpclient
|
|
Requires: jakarta-commons-lang, jakarta-commons-logging
|
|
%endif
|
|
# Due to the split
|
|
Conflicts: openoffice.org <= 2.2.1
|
|
Conflicts: openoffice.org-common <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org-core <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org-wiki-publisher < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.2.1
|
|
Conflicts: openoffice.org64-common <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org64-core <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org64-wiki-publisher <= 1:3.1-4
|
|
%endif
|
|
Conflicts: openoffice.org-wiki-publisher <= 1:3.2-rc4.0
|
|
|
|
%description wiki-publisher
|
|
With Wiki Publisher extesion is possible by using %{name}-writer to create
|
|
wiki page articles on MediaWiki servers without having to know the syntax of
|
|
MediaWiki markup language. This extension also enables publishing of the
|
|
wiki pages.
|
|
|
|
%package presentation-minimizer
|
|
Group: Office
|
|
Summary: LibreOffice office suite - Presentation Minimizer extension
|
|
Requires: %{name}-core = %{EVRD}
|
|
Requires: %{name}-common = %{EVRD}
|
|
Requires: %{name}-impress = %{EVRD}
|
|
# Due to the split
|
|
Conflicts: openoffice.org <= 2.2.1
|
|
Conflicts: openoffice.org-common <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org-core <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org-presentation-minimizer < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Conflicts: openoffice.org64 <= 2.2.1
|
|
Conflicts: openoffice.org64-common <= 2.3.0.5-1mdv
|
|
Conflicts: openoffice.org64-core <= 2.3.0.5-1mdv
|
|
Obsoletes: openoffice.org64-presentation-minimizer <= 1:3.1-4
|
|
%endif
|
|
Conflicts: openoffice.org-presentation-minimizer <= 1:3.2-rc4.0
|
|
|
|
%description presentation-minimizer
|
|
With Presentation Minimizer extesion is possible to reduce the file size
|
|
of the presentation by compressing images and removing data not needed in
|
|
a automatizated way.
|
|
|
|
Note: The Presentation Minimizer also works on
|
|
Microsoft PowerPoint presentations.
|
|
%endif
|
|
|
|
%package postgresql
|
|
Summary: PostgreSQL connector for LibreOffice
|
|
Group: Office
|
|
Requires: %{name}-base = %{EVRD}
|
|
|
|
%description postgresql
|
|
A PostgreSQl connector for the database front-end for LibreOffice. Allows
|
|
creation and management of PostgreSQL databases through a GUI.
|
|
|
|
%if %l10n
|
|
|
|
%package l10n-af
|
|
Summary: Afrikaans language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-af
|
|
Requires: urw-fonts
|
|
Requires: myspell-af
|
|
Provides: LibreOffice-l10n-af
|
|
Obsoletes: openoffice.org-go-ooo-l10n-af <= %{version}
|
|
Obsoletes: openoffice.org-l10n-af < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-af <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-af <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-af
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Afrikaans.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-ar
|
|
Summary: Arabic language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-ar
|
|
Requires: fonts-ttf-arabic
|
|
Provides: LibreOffice-l10n-ar
|
|
Obsoletes: openoffice.org-go-ooo-l10n-ar <= %{version}
|
|
Obsoletes: openoffice.org-l10n-ar < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-ar <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-ar <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-ar
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Arabic.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
%package l10n-as
|
|
Summary: Assamese language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-as
|
|
Provides: LibreOffice-l10n-as
|
|
|
|
%description l10n-as
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Assamese.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-bg
|
|
Summary: Bulgarian language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-bg
|
|
Provides: LibreOffice-l10n-bg
|
|
Obsoletes: openoffice.org-go-ooo-l10n-bg <= %{version}
|
|
Suggests: %{ooname}-help-bg = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-bg < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-bg <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-bg <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-bg
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Bulgarian.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-bn
|
|
Summary: Bengali language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-bn
|
|
Provides: LibreOffice-l10n-bn
|
|
Suggests: %{ooname}-help-bn = %{EVRD}
|
|
|
|
%description l10n-bn
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Bengali.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-br
|
|
Summary: Breton language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-br
|
|
Provides: LibreOffice-l10n-br
|
|
Obsoletes: openoffice.org-go-ooo-l10n-br <= %{version}
|
|
Obsoletes: openoffice.org-l10n-br < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-br <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-br <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-br
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Breton.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-bs
|
|
Summary: Bosnian language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-bs
|
|
Provides: LibreOffice-l10n-bs
|
|
Obsoletes: openoffice.org-go-ooo-l10n-bs <= %{version}
|
|
Suggests: %{ooname}-help-bs = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-bs < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-bs <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-bs <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-bs
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Bosnian.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-ca
|
|
Summary: Catalan language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-ca
|
|
Requires: urw-fonts
|
|
Requires: myspell-ca
|
|
Provides: LibreOffice-l10n-ca
|
|
Obsoletes: openoffice.org-go-ooo-l10n-ca <= %{version}
|
|
Suggests: %{ooname}-help-ca = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-ca < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-ca <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-ca <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-ca
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Catalan.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-cs
|
|
Summary: Czech language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-cs
|
|
Requires: urw-fonts
|
|
Requires: myspell-cs
|
|
Requires: myspell-hyph-cs
|
|
Provides: LibreOffice-l10n-cs
|
|
Obsoletes: openoffice.org-go-ooo-l10n-cs <= %{version}
|
|
Suggests: %{ooname}-help-cs = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-cs < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-cs <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-cs <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-cs
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Czech.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-cy
|
|
Summary: Welsh language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-cy
|
|
Requires: urw-fonts
|
|
Requires: myspell-cy
|
|
Provides: LibreOffice-l10n-cy
|
|
Obsoletes: openoffice.org-go-ooo-l10n-cy <= %{version}
|
|
Obsoletes: openoffice.org-l10n-cy < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-cy <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-cy <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-cy
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Welsh.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-da
|
|
Summary: Danish language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-da
|
|
Requires: fonts-ttf-dejavu
|
|
Requires: urw-fonts
|
|
Requires: myspell-da, myspell-hyph-da
|
|
Provides: LibreOffice-l10n-da
|
|
Obsoletes: openoffice.org-go-ooo-l10n-da <= %{version}
|
|
Suggests: %{ooname}-help-da = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-da < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-da <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-da <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-da
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Danish.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-de
|
|
Summary: German language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-de
|
|
Requires: fonts-ttf-dejavu
|
|
Requires: urw-fonts
|
|
Requires: myspell-de
|
|
Requires: myspell-hyph-de
|
|
Provides: LibreOffice-l10n-de
|
|
Obsoletes: openoffice.org-go-ooo-l10n-de <= %{version}
|
|
Suggests: %{ooname}-help-de = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-de < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-de <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-de <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-de
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in German.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
%package l10n-dz
|
|
Summary: Dzongkha language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-dz
|
|
Provides: LibreOffice-l10n-dz
|
|
Suggests: %{ooname}-help-dz = %{EVRD}
|
|
|
|
%description l10n-dz
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Dzongkha.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
%package l10n-el
|
|
Summary: Greek language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-el
|
|
Requires: fonts-type1-greek
|
|
Requires: myspell-el
|
|
Requires: myspell-hyph-el
|
|
Provides: LibreOffice-l10n-el
|
|
Obsoletes: openoffice.org-go-ooo-l10n-el <= %{version}
|
|
Suggests: %{ooname}-help-el = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-el < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-el <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-el <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-el
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Greek.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-en_GB
|
|
Summary: British language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-en
|
|
Requires: urw-fonts
|
|
Requires: myspell-en_GB
|
|
Requires: myspell-hyph-en
|
|
Provides: LibreOffice-l10n-en_GB
|
|
Obsoletes: openoffice.org-go-ooo-l10n-en_GB <= %{version}
|
|
Suggests: %{ooname}-help-en_GB = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-en_GB < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-en_GB <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-en_GB <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-en_GB
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
package contains the localization of LibreOffice in British.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-es
|
|
Summary: Spanish language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-es
|
|
Requires: fonts-ttf-dejavu
|
|
Requires: urw-fonts
|
|
Requires: myspell-es
|
|
Requires: myspell-hyph-es
|
|
Provides: LibreOffice-l10n-es
|
|
Obsoletes: openoffice.org-go-ooo-l10n-es <= %{version}
|
|
Suggests: %{ooname}-help-es = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-es < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-es <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-es <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-es
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Spanish.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-et
|
|
Summary: Estonian language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-et
|
|
Requires: fonts-ttf-dejavu
|
|
Requires: urw-fonts
|
|
Requires: myspell-et
|
|
Requires: myspell-hyph-et
|
|
Provides: LibreOffice-l10n-et
|
|
Obsoletes: openoffice.org-go-ooo-l10n-et <= %{version}
|
|
Suggests: %{ooname}-help-et = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-et < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-et <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-et <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-et
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Estonian.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-eu
|
|
Summary: Basque language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-eu
|
|
Requires: fonts-ttf-dejavu
|
|
Requires: urw-fonts
|
|
Provides: LibreOffice-l10n-eu
|
|
Obsoletes: openoffice.org-go-ooo-l10n-eu <= %{version}
|
|
Suggests: %{ooname}-help-eu = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-eu < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-eu <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-eu <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-eu
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Basque.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
%package l10n-fa
|
|
Summary: Farsi language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-fa
|
|
Provides: LibreOffice-l10n-fa
|
|
|
|
%description l10n-fa
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Farsi.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-fi
|
|
Summary: Finnish language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-fi
|
|
Requires: fonts-ttf-dejavu
|
|
Requires: urw-fonts
|
|
Provides: LibreOffice-l10n-fi
|
|
Obsoletes: openoffice.org-go-ooo-l10n-fi <= %{version}
|
|
Suggests: %{ooname}-help-fi = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-fi < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-fi <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-fi <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-fi
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Finnish.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-fr
|
|
Summary: French language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-fr
|
|
Requires: fonts-ttf-dejavu
|
|
Requires: urw-fonts
|
|
Requires: myspell-fr
|
|
Requires: myspell-hyph-fr
|
|
Provides: LibreOffice-l10n-fr
|
|
Obsoletes: openoffice.org-go-ooo-l10n-fr <= %{version}
|
|
Suggests: %{ooname}-help-fr = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-fr < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-fr <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-fr <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-fr
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in French.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-ga
|
|
Summary: Irish language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-ga
|
|
Provides: LibreOffice-l10n-ga
|
|
|
|
%description l10n-ga
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Irish.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-gl
|
|
Summary: Galician language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-gl
|
|
Provides: LibreOffice-l10n-gl
|
|
Suggests: %{ooname}-help-gl = %{EVRD}
|
|
|
|
%description l10n-gl
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Galician.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
%package l10n-gu
|
|
Summary: Gujarati language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-gu
|
|
Provides: LibreOffice-l10n-gu
|
|
Suggests: %{ooname}-help-gu = %{EVRD}
|
|
|
|
%description l10n-gu
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Gujarati.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-he
|
|
Summary: Hebrew language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-he
|
|
Requires: urw-fonts
|
|
Provides: LibreOffice-l10n-he
|
|
Obsoletes: openoffice.org-go-ooo-l10n-he <= %{version}
|
|
Suggests: %{ooname}-help-he = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-he < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-he <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-he <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-he
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Hebrew.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-hi
|
|
Summary: Hindi language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-hi
|
|
Requires: urw-fonts
|
|
Provides: LibreOffice-l10n-hi
|
|
Obsoletes: openoffice.org-go-ooo-l10n-hi <= %{version}
|
|
Suggests: %{ooname}-help-hi = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-hi < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-hi <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-hi <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-hi
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Hindi.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-hr
|
|
Summary: Croatian language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-hr
|
|
Provides: LibreOffice-l10n-hr
|
|
Suggests: %{ooname}-help-hr = %{EVRD}
|
|
|
|
%description l10n-hr
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Croatian.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
%package l10n-hu
|
|
Summary: Hungarian language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-hu
|
|
Requires: urw-fonts
|
|
Requires: myspell-hu
|
|
Requires: myspell-hyph-hu
|
|
Provides: LibreOffice-l10n-hu
|
|
Obsoletes: openoffice.org-go-ooo-l10n-hu <= %{version}
|
|
Suggests: %{ooname}-help-hu = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-hu < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-hu <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-hu <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-hu
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Hungarian.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-it
|
|
Summary: Italian language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: fonts-ttf-dejavu
|
|
Requires: urw-fonts
|
|
Requires: myspell-it
|
|
Requires: myspell-hyph-it
|
|
Provides: LibreOffice-l10n-it
|
|
Obsoletes: openoffice.org-go-ooo-l10n-it <= %{version}
|
|
Suggests: %{ooname}-help-it = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-it < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-it <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-it <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-it
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Italian.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-ja
|
|
Summary: Japanese language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-ja
|
|
Requires: fonts-ttf-japanese >= 0.20020727-1mdk
|
|
Provides: LibreOffice-l10n-ja
|
|
Obsoletes: openoffice.org-go-ooo-l10n-ja <= %{version}
|
|
Suggests: %{ooname}-help-ja = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-ja < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-ja <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-ja <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-ja
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Japanese.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-kn
|
|
Summary: Kannada language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-kn
|
|
Provides: LibreOffice-l10n-kn
|
|
|
|
%description l10n-kn
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Kannada.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-ko
|
|
Summary: Korean language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-ko
|
|
Requires: fonts-ttf-korean >= 2.1
|
|
Provides: LibreOffice-l10n-ko
|
|
Obsoletes: openoffice.org-go-ooo-l10n-ko <= %{version}
|
|
Suggests: %{ooname}-help-ko = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-ko < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-ko <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-ko <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-ko
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Korean.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-lt
|
|
Summary: Lithuanian language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-lt
|
|
Provides: LibreOffice-l10n-lt
|
|
|
|
%description l10n-lt
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Lithuanian.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-lv
|
|
Summary: Latvian language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-lv
|
|
Provides: LibreOffice-l10n-lv
|
|
|
|
%description l10n-lv
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Latvian.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-mai
|
|
Summary: Maithili language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-mai
|
|
Provides: LibreOffice-l10n-mai
|
|
|
|
%description l10n-mai
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Maithili.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-ml
|
|
Summary: Malayalam language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-ml
|
|
Provides: LibreOffice-l10n-ml
|
|
|
|
%description l10n-ml
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Malayalam.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-mk
|
|
Summary: Macedonian language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-mk
|
|
Provides: LibreOffice-l10n-mk
|
|
Obsoletes: openoffice.org-go-ooo-l10n-mk <= %{version}
|
|
Suggests: %{ooname}-help-mk = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-mk < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-mk <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-mk <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-mk
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Macedonian.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-mr
|
|
Summary: Marathi language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-mr
|
|
Provides: LibreOffice-l10n-mr
|
|
|
|
%description l10n-mr
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Marathi.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-nb
|
|
Summary: Norwegian Bokmal language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-no
|
|
Requires: urw-fonts
|
|
Provides: LibreOffice-l10n-nb
|
|
Obsoletes: openoffice.org-go-ooo-l10n-nb <= %{version}
|
|
Suggests: %{ooname}-help-nb = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-nb < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-nb <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-nb <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-nb
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Norwegian Bokmal.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-nl
|
|
Summary: Dutch language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-nl
|
|
Requires: fonts-ttf-dejavu
|
|
Requires: urw-fonts
|
|
Requires: myspell-nl
|
|
Requires: myspell-hyph-nl
|
|
Provides: LibreOffice-l10n-nl
|
|
Obsoletes: openoffice.org-go-ooo-l10n-nl <= %{version}
|
|
Suggests: %{ooname}-help-nl = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-nl < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-nl <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-nl <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-nl
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Dutch.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-nn
|
|
Summary: Norwegian Nynorsk language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-no
|
|
Requires: urw-fonts
|
|
Provides: LibreOffice-l10n-nn
|
|
Obsoletes: openoffice.org-go-ooo-l10n-nn <= %{version}
|
|
Suggests: %{ooname}-help-nn = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-nn < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-nn <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-nn <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-nn
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Norwegian Nynorsk.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-nr
|
|
Summary: Ndebele language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-nr
|
|
Provides: LibreOffice-l10n-nr
|
|
|
|
%description l10n-nr
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Ndebele.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-nso
|
|
Summary: Northern Shoto language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-nso
|
|
Provides: LibreOffice-l10n-nso
|
|
|
|
%description l10n-nso
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Northern Shoto.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-or
|
|
Summary: Oriya language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-or
|
|
Provides: LibreOffice-l10n-or
|
|
|
|
%description l10n-or
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Oriya.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-pa_IN
|
|
Summary: Punjabi language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-pa
|
|
Provides: LibreOffice-l10n-pa_IN
|
|
Provides: LibreOffice-l10n-pa
|
|
|
|
%description l10n-pa_IN
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Punjabi.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-pl
|
|
Summary: Polish language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-pl
|
|
Requires: urw-fonts
|
|
Requires: myspell-pl
|
|
Requires: myspell-hyph-pl
|
|
Provides: LibreOffice-l10n-pl
|
|
Obsoletes: openoffice.org-go-ooo-l10n-pl <= %{version}
|
|
Suggests: %{ooname}-help-pl = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-pl < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-pl <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-pl <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-pl
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Polish.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-pt
|
|
Summary: Portuguese language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-pt
|
|
Requires: fonts-ttf-dejavu
|
|
Requires: urw-fonts
|
|
Requires: myspell-pt
|
|
Requires: myspell-hyph-pt
|
|
Provides: LibreOffice-l10n-pt
|
|
Obsoletes: openoffice.org-go-ooo-l10n-pt <= %{version}
|
|
Suggests: %{ooname}-help-pt = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-pt < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-pt <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-pt <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-pt
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Portuguese.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-pt_BR
|
|
Summary: Portuguese Brazilian language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: locales-pt
|
|
Requires: urw-fonts
|
|
Requires: myspell-pt_BR
|
|
Provides: LibreOffice-l10n_pt_BR
|
|
Obsoletes: openoffice.org-go-ooo-l10n-pt_BR <= %{version}
|
|
Suggests: %{ooname}-help-pt_BR = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-pt_BR < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-pt_BR <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-pt_BR <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-pt_BR
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Portuguese
|
|
Brazilian.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-ro
|
|
Summary: Romanian language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-ro
|
|
Provides: LibreOffice-l10n-ro
|
|
|
|
%description l10n-ro
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Romanian.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-ru
|
|
Summary: Russian language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-ru
|
|
Requires: urw-fonts >= 2.0-6mdk
|
|
Requires: myspell-ru
|
|
Requires: myspell-hyph-ru
|
|
Provides: LibreOffice-l10n-ru
|
|
Obsoletes: openoffice.org-go-ooo-l10n-ru <= %{version}
|
|
Suggests: %{ooname}-help-ru = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-ru < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-ru <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-ru <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-ru
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Russian.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-sh
|
|
Summary: Secwepemctsin language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-sh
|
|
Provides: LibreOffice-l10n-sh
|
|
Suggests: %{ooname}-help-sh = %{EVRD}
|
|
|
|
%description l10n-sh
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Secwepemctsin.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-si
|
|
Summary: Sinhalese language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-si
|
|
Provides: LibreOffice-l10n-si
|
|
Suggests: %{ooname}-help-si = %{EVRD}
|
|
|
|
%description l10n-si
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Sinhalese.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-sk
|
|
Summary: Slovak language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-sk
|
|
Requires: urw-fonts
|
|
Requires: myspell-sk
|
|
Requires: myspell-hyph-sk
|
|
Provides: LibreOffice-l10n-sk
|
|
Obsoletes: openoffice.org-go-ooo-l10n-sk <= %{version}
|
|
Suggests: %{ooname}-help-sk = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-sk < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-sk <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-sk <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-sk
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Slovak.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-sl
|
|
Summary: Slovenian language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-sl
|
|
Requires: urw-fonts
|
|
Requires: myspell-sl, myspell-hyph-sl
|
|
Provides: LibreOffice-l10n-sl
|
|
Obsoletes: openoffice.org-go-ooo-l10n-sl <= %{version}
|
|
Suggests: %{ooname}-help-sl = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-sl < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-sl <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-sl <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-sl
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Slovenian.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-sr
|
|
Summary: Serbian language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-sr
|
|
Provides: LibreOffice-l10n-sr
|
|
|
|
%description l10n-sr
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Serbian.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-st
|
|
Summary: Sotho language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-st
|
|
Provides: LibreOffice-l10n-st
|
|
|
|
%description l10n-st
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Sotho.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-ss
|
|
Summary: Swati language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-ss
|
|
Provides: LibreOffice-l10n-ss
|
|
|
|
%description l10n-ss
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Swati.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-sv
|
|
Summary: Swedish language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-sv
|
|
Requires: fonts-ttf-dejavu
|
|
Requires: urw-fonts
|
|
Requires: myspell-sv
|
|
Requires: myspell-hyph-sv
|
|
Provides: LibreOffice-l10n-sv
|
|
Obsoletes: openoffice.org-go-ooo-l10n-sv <= %{version}
|
|
Suggests: %{ooname}-help-sv = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-sv < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-sv <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-sv <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-sv
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Swedish.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-ta
|
|
Summary: Tamil language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-ta
|
|
Requires: urw-fonts
|
|
Provides: LibreOffice-l10n-ta
|
|
Obsoletes: openoffice.org-go-ooo-l10n-ta <= %{version}
|
|
Obsoletes: openoffice.org-l10n-ta < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-ta <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-ta <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-ta
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Tamil.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-te
|
|
Summary: Telugu language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-te
|
|
Provides: LibreOffice-l10n-te
|
|
|
|
%description l10n-te
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Telugu.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-th
|
|
Summary: Thai language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-th
|
|
Provides: LibreOffice-l10n-th
|
|
|
|
%description l10n-th
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Thai.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-tn
|
|
Summary: Tswana language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-tn
|
|
Provides: LibreOffice-l10n-tn
|
|
|
|
%description l10n-tn
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Tswana.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-tr
|
|
Summary: Turkish language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-tr
|
|
Requires: urw-fonts
|
|
Provides: LibreOffice-l10n-tr
|
|
Obsoletes: openoffice.org-go-ooo-l10n-tr <= %{version}
|
|
Suggests: %{ooname}-help-tr = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-tr < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-tr <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-tr <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-tr
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Turkish.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-ts
|
|
Summary: Tsonga language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-ts
|
|
Provides: LibreOffice-l10n-ts
|
|
|
|
%description l10n-ts
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Tsonga.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-uk
|
|
Summary: Ukrainian language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-uk
|
|
Provides: LibreOffice-l10n-uk
|
|
Suggests: %{ooname}-help-uk = %{EVRD}
|
|
|
|
%description l10n-uk
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Ukrainian.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-ve
|
|
Summary: Venda language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-ve
|
|
Provides: LibreOffice-l10n-ve
|
|
|
|
%description l10n-ve
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Venda.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-xh
|
|
Summary: Xhosa language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-xh
|
|
Provides: LibreOffice-l10n-xh
|
|
|
|
%description l10n-xh
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Xhosa.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-zh_CN
|
|
Summary: Chinese Simplified language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-zh
|
|
Requires: fonts-ttf-chinese
|
|
Provides: LibreOffice-l10n-zh_CN
|
|
Obsoletes: openoffice.org-go-ooo-l10n-zh_CN <= %{version}
|
|
Suggests: %{ooname}-help-zh_CN = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-zh_CN < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-zh_CN <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-zh_CN <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-zh_CN
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Chinese Simplified.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-zh_TW
|
|
Summary: Chinese Traditional language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-zh
|
|
Requires: fonts-ttf-chinese
|
|
Provides: LibreOffice-l10n-zh_TW
|
|
Obsoletes: openoffice.org-go-ooo-l10n-zh_TW <= %{version}
|
|
Suggests: %{ooname}-help-zh_TW = %{EVRD}
|
|
Obsoletes: openoffice.org-l10n-zh_TW < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-zh_TW <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-zh_TW <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-zh_TW
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Chinese
|
|
Traditional.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package l10n-zu
|
|
Summary: Zulu language support for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-l10n = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
Requires: locales-zu
|
|
Requires: urw-fonts
|
|
Requires: myspell-zu
|
|
Provides: LibreOffice-l10n-zu
|
|
Obsoletes: openoffice.org-go-ooo-l10n-zu <= %{version}
|
|
Obsoletes: openoffice.org-l10n-zu < 1:3.3-1:2011.0
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-l10n-zu <= 1:3.1-4
|
|
Obsoletes: openoffice.org64-go-ooo-l10n-zu <= 3.1-4
|
|
%endif
|
|
|
|
%description l10n-zu
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localization of LibreOffice in Zulu.
|
|
It contains the user interface, the templates and the autotext
|
|
features. Please note that not all of these are available for all
|
|
possible language. You can switch user interface language using the
|
|
standard locales system.
|
|
|
|
|
|
%package help-bg
|
|
Summary: Bulgarian help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-bg = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-bg <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-bg
|
|
Obsoletes: openoffice.org-help-bg < 1:3.3-1:2011.0
|
|
|
|
%description help-bg
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Bulgarian.
|
|
|
|
%package help-bn
|
|
Summary: Bengali help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-bn = %{EVRD}
|
|
Provides: LibreOffice-help-bn
|
|
|
|
%description help-bn
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Bengali.
|
|
|
|
|
|
%package help-bs
|
|
Summary: Bosnian help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-bs = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-bs <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-bs
|
|
Obsoletes: openoffice.org-help-bs < 1:3.3-1:2011.0
|
|
|
|
%description help-bs
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Bosnian.
|
|
|
|
|
|
%package help-ca
|
|
Summary: Catalan help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-ca = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-ca <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-ca
|
|
Obsoletes: openoffice.org-help-ca < 1:3.3-1:2011.0
|
|
|
|
%description help-ca
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Catalan.
|
|
|
|
|
|
%package help-cs
|
|
Summary: Czech help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-cs = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-cs <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-cs
|
|
Obsoletes: openoffice.org-help-cs < 1:3.3-1:2011.0
|
|
|
|
%description help-cs
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Czech.
|
|
|
|
|
|
%package help-da
|
|
Summary: Danish help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-da = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-da <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-da
|
|
Obsoletes: openoffice.org-help-da < 1:3.3-1:2011.0
|
|
|
|
%description help-da
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Danish.
|
|
|
|
|
|
%package help-de
|
|
Summary: German help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-de = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-de <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-de
|
|
Obsoletes: openoffice.org-help-de < 1:3.3-1:2011.0
|
|
|
|
%description help-de
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in German.
|
|
|
|
%package help-dz
|
|
Summary: Dzongkha help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-dz = %{EVRD}
|
|
Provides: LibreOffice-help-dz
|
|
|
|
%description help-dz
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Dzongkha.
|
|
|
|
|
|
%package help-el
|
|
Summary: Greek help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-el = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-el <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-el
|
|
Obsoletes: openoffice.org-help-el < 1:3.3-1:2011.0
|
|
|
|
|
|
%description help-el
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Greek.
|
|
|
|
|
|
%package help-en_GB
|
|
Summary: British help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-en_GB = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-en_GB <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-en_GB
|
|
Obsoletes: openoffice.org-help-en_GB < 1:3.3-1:2011.0
|
|
|
|
%description help-en_GB
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in British.
|
|
|
|
|
|
%package help-en_US
|
|
Summary: American English help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-common = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-en_US <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-en_US
|
|
Obsoletes: openoffice.org-help-en_US < 1:3.3-1:2011.0
|
|
#Provides: openoffice.org-help-en_US = 1:3.3-1:2011.0
|
|
|
|
%description help-en_US
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice
|
|
in American English.
|
|
|
|
|
|
%package help-es
|
|
Summary: Spanish help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-es = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-es <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-es
|
|
Obsoletes: openoffice.org-help-es < 1:3.3-1:2011.0
|
|
|
|
%description help-es
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Spanish.
|
|
|
|
|
|
%package help-et
|
|
Summary: Estonian help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-et = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-et <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-et
|
|
Obsoletes: openoffice.org-help-et < 1:3.3-1:2011.0
|
|
|
|
%description help-et
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Estonian.
|
|
|
|
|
|
%package help-eu
|
|
Summary: Basque help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-eu = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-eu <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-eu
|
|
Obsoletes: openoffice.org-help-eu < 1:3.3-1:2011.0
|
|
|
|
%description help-eu
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Basque.
|
|
|
|
|
|
%package help-fi
|
|
Summary: Finnish help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-fi = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-fi <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-fi
|
|
Obsoletes: openoffice.org-help-fi < 1:3.3-1:2011.0
|
|
|
|
%description help-fi
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Finnish.
|
|
|
|
|
|
%package help-fr
|
|
Summary: French help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-fr = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-fr <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-fr
|
|
Obsoletes: openoffice.org-help-fr < 1:3.3-1:2011.0
|
|
|
|
%description help-fr
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in French.
|
|
|
|
|
|
%package help-gu
|
|
Summary: Gujarati help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-gu = %{EVRD}
|
|
Provides: LibreOffice-help-gu
|
|
|
|
%description help-gu
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Gujarati.
|
|
|
|
|
|
%package help-gl
|
|
Summary: Galician help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-gl = %{EVRD}
|
|
Provides: LibreOffice-help-gl
|
|
|
|
%description help-gl
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Galician.
|
|
|
|
|
|
%package help-he
|
|
Summary: Hebrew help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-he = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-he <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-he
|
|
Obsoletes: openoffice.org-help-he < 1:3.3-1:2011.0
|
|
|
|
%description help-he
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Hebrew.
|
|
|
|
|
|
%package help-hi
|
|
Summary: Hindi help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-hi = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-hi <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-hi
|
|
Obsoletes: openoffice.org-help-hi < 1:3.3-1:2011.0
|
|
|
|
%description help-hi
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Hindi.
|
|
|
|
|
|
%package help-hr
|
|
Summary: Croatian help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-hr = %{EVRD}
|
|
Provides: LibreOffice-help-hr
|
|
|
|
%description help-hr
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Croatian.
|
|
|
|
|
|
%package help-hu
|
|
Summary: Hungarian help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-hu = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-hu <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-hu
|
|
Obsoletes: openoffice.org-help-hu < 1:3.3-1:2011.0
|
|
|
|
%description help-hu
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Hungarian.
|
|
|
|
|
|
%package help-it
|
|
Summary: Italian help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-it = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-it <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-it
|
|
Obsoletes: openoffice.org-help-it < 1:3.3-1:2011.0
|
|
|
|
%description help-it
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Italian.
|
|
|
|
|
|
%package help-ja
|
|
Summary: Japanese help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-ja = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-ja <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-ja
|
|
Obsoletes: openoffice.org-help-ja < 1:3.3-1:2011.0
|
|
|
|
%description help-ja
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Japanese.
|
|
|
|
|
|
%package help-ko
|
|
Summary: Korean help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-ko = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-ko <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-ko
|
|
Obsoletes: openoffice.org-help-ko < 1:3.3-1:2011.0
|
|
|
|
%description help-ko
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Korean.
|
|
|
|
|
|
%package help-mk
|
|
Summary: Macedonian help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-mk = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-mk <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-mk
|
|
Obsoletes: openoffice.org-help-mk < 1:3.3-1:2011.0
|
|
|
|
%description help-mk
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Macedonian.
|
|
|
|
|
|
%package help-nb
|
|
Summary: Norwegian Bokmal help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-nb = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-nb <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-nb
|
|
Obsoletes: openoffice.org-help-nb < 1:3.3-1:2011.0
|
|
|
|
%description help-nb
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Norwegian
|
|
Bokmal.
|
|
|
|
|
|
%package help-nl
|
|
Summary: Dutch help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-nl = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-nl <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-nl
|
|
Obsoletes: openoffice.org-help-nl < 1:3.3-1:2011.0
|
|
|
|
%description help-nl
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Dutch.
|
|
|
|
|
|
%package help-nn
|
|
Summary: Norwegian Nynorsk help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-nn = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-nn <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-nn
|
|
Obsoletes: openoffice.org-help-nn < 1:3.3-1:2011.0
|
|
|
|
%description help-nn
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Norwegian
|
|
Nynorsk.
|
|
|
|
|
|
%package help-pl
|
|
Summary: Polish help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-pl = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-pl <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-pl
|
|
Obsoletes: openoffice.org-help-pl < 1:3.3-1:2011.0
|
|
|
|
%description help-pl
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Polish.
|
|
|
|
|
|
%package help-pt
|
|
Summary: Portuguese help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-pt = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-pt <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-pt
|
|
Obsoletes: openoffice.org-help-pt < 1:3.3-1:2011.0
|
|
|
|
%description help-pt
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Portuguese.
|
|
|
|
|
|
%package help-pt_BR
|
|
Summary: Portuguese Brazilian help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-pt_BR = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-pt_BR <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-pt_BR
|
|
Obsoletes: openoffice.org-help-pt_BR < 1:3.3-1:2011.0
|
|
|
|
%description help-pt_BR
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Portuguese
|
|
Brazilian.
|
|
|
|
|
|
%package help-ru
|
|
Summary: Russian help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-ru = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-ru <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-ru
|
|
Obsoletes: openoffice.org-help-ru < 1:3.3-1:2011.0
|
|
|
|
%description help-ru
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Russian.
|
|
|
|
|
|
%package help-si
|
|
Summary: Sinhalese help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-si = %{EVRD}
|
|
Provides: LibreOffice-help-si
|
|
|
|
%description help-si
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Sinhalese.
|
|
|
|
|
|
%package help-sk
|
|
Summary: Slovak help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-sk = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-sk <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-sk
|
|
Obsoletes: openoffice.org-help-sk < 1:3.3-1:2011.0
|
|
|
|
%description help-sk
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Slovak.
|
|
|
|
|
|
%package help-sl
|
|
Summary: Slovenian help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-sl = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-sl <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-sl
|
|
Obsoletes: openoffice.org-help-sl < 1:3.3-1:2011.0
|
|
|
|
%description help-sl
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Slovenian.
|
|
|
|
|
|
%package help-sv
|
|
Summary: Swedish help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-sv = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-sv <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-sv
|
|
Obsoletes: openoffice.org-help-sv < 1:3.3-1:2011.0
|
|
|
|
%description help-sv
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Swedish.
|
|
|
|
|
|
%package help-tr
|
|
Summary: Turkish help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-tr = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-tr <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-tr
|
|
Obsoletes: openoffice.org-help-tr < 1:3.3-1:2011.0
|
|
|
|
%description help-tr
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Turkish.
|
|
|
|
|
|
%package help-uk
|
|
Summary: Ukrainian help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-uk = %{EVRD}
|
|
Provides: LibreOffice-help-uk
|
|
|
|
%description help-uk
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Ukrainian.
|
|
|
|
|
|
%package help-zh_CN
|
|
Summary: Chinese Simplified help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-zh_CN = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-zh_CN <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-zn_CN
|
|
Obsoletes: openoffice.org-help-zn_CN < 1:3.3-1:2011.0
|
|
|
|
%description help-zh_CN
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Chinese
|
|
Simplified.
|
|
|
|
|
|
%package help-zh_TW
|
|
Summary: Chinese Traditional help for LibreOffice
|
|
Group: Office
|
|
Provides: %{ooname}-help = %{EVRD}
|
|
Requires: %{ooname}-l10n-zh_TW = %{EVRD}
|
|
%ifarch x86_64
|
|
Obsoletes: openoffice.org64-help-zh_TW <= 1:3.1-4
|
|
%endif
|
|
Provides: LibreOffice-help-zn_CT
|
|
Obsoletes: openoffice.org-help-zn_CT < 1:3.3-1:2011.0
|
|
|
|
%description help-zh_TW
|
|
LibreOffice is an Open Source, community-developed, office suite.
|
|
|
|
This package contains the localized help files of LibreOffice in Chinese
|
|
Traditional.
|
|
|
|
%endif
|
|
|
|
%prep
|
|
%setup -q -c -a 0 -a 1 -a 2 -a 3 -a 4
|
|
rm -rf git-hooks */git-hooks
|
|
for a in */*; do mv `pwd`/$a .; done
|
|
|
|
#ant
|
|
%if %{javaless}
|
|
tar -xjvf %{SOURCE60}
|
|
%endif
|
|
|
|
%patch1 -p1
|
|
%patch2 -p1
|
|
%patch3 -p1 -b .icu~
|
|
#patch4 -p0 -b .xul
|
|
%patch5 -p1 -b .noslack~
|
|
%patch6 -p1
|
|
%patch7 -p1
|
|
%patch8 -p1
|
|
%patch9 -p1
|
|
%patch10 -p1
|
|
#patch12 -p1
|
|
%patch13 -p1
|
|
|
|
#patch100 -p0 -b .xmlhelp
|
|
#patch101 -p0
|
|
|
|
# Add lzma support (REVIEW)
|
|
%if %{oootarext} == "lzma"
|
|
%patch1 -p1 -b .lzma
|
|
%endif
|
|
|
|
# to make the friggin cppunit tests work
|
|
mkdir -p ~/tmp
|
|
chmod 777 ~/tmp
|
|
|
|
%build
|
|
|
|
# Workaround for bug http://qa.mandriva.com/show_bug.cgi?id=27771
|
|
# if [ -z $QTDIR ]; then
|
|
# . /etc/profile.d/60qt4.sh
|
|
# fi
|
|
export QT4DIR=%{_libdir}/qt4
|
|
%ifarch X86_64
|
|
export QT4INC=/usr/lib/qt4/include
|
|
%else
|
|
export QT4INC=%{_libdir}/qt4/include
|
|
%endif
|
|
export QT4LIB=%{_libdir}/qt4/lib
|
|
|
|
export KDE4DIR=%{_libdir}/kde4
|
|
%ifarch X86_64
|
|
export KDE4INC=/usr/lib/kde4/include
|
|
%else
|
|
export KDE4INC=%{_libdir}/kde4/include
|
|
%endif
|
|
export KDE4LIB=%{_libdir}/kde4/lib
|
|
|
|
%if !%{use_icecream}
|
|
# sbin due to icu stuff there
|
|
#PATH=/bin:/usr/bin:/usr/X11R6/bin:$QTPATH:/usr/sbin:$PATH
|
|
PATH=$PATH:/usr/sbin
|
|
export PATH
|
|
%endif
|
|
|
|
%if %{use_ccache}
|
|
export CCACHE_DIR=%{ccachedir}
|
|
%endif
|
|
|
|
export ARCH_FLAGS="%{optflags} -fno-omit-frame-pointer -fno-strict-aliasing"
|
|
export ARCH_FLAGS_CC="%{optflags} -fno-omit-frame-pointer -fno-strict-aliasing"
|
|
export ARCH_FLAGS_CXX="%{optflags} -fno-omit-frame-pointer -fno-strict-aliasing -fpermissive -fvisibility-inlines-hidden"
|
|
export ARCH_FLAGS_OPT="%{optflags} -O2"
|
|
|
|
echo "Configure start at: "`date` >> ooobuildtime.log
|
|
|
|
|
|
ENVCFLAGS="%{optflags} %{optsafe} -g0 -fno-omit-frame-pointer -fno-strict-aliasing" \
|
|
ENVCXXFLAGS="%{optflags} %{optsafe} -g0 -fno-omit-frame-pointer -fno-strict-aliasing -fpermissive -fvisibility-inlines-hidden " \
|
|
./autogen.sh \
|
|
--prefix=%{_prefix} \
|
|
--exec-prefix=%{_prefix} \
|
|
--bindir=%{_bindir} \
|
|
--sbindir=%{_sbindir} \
|
|
--sysconfdir=%{_sysconfdir} \
|
|
--datadir=%{_datadir} \
|
|
--includedir=%{_includedir} \
|
|
--libdir=%{_libdir} \
|
|
--libexecdir=%{_libdir} \
|
|
--localstatedir=/var \
|
|
--mandir=%{_mandir} \
|
|
--infodir=%{_infodir} \
|
|
--with-distro=%{distroname} \
|
|
--with-vendor=Mandriva \
|
|
--with-build-version="%{buildver}" \
|
|
--with-system-stdlibs \
|
|
--enable-lockdown \
|
|
--enable-opengl \
|
|
--enable-odk \
|
|
--enable-split-app-modules \
|
|
--enable-split-opt-features \
|
|
--enable-binfilter \
|
|
--with-system-mozilla=xulrunner \
|
|
--with-system-icu \
|
|
--with-system-jpeg \
|
|
--with-system-hunspell \
|
|
--with-system-zlib \
|
|
--with-system-openssl \
|
|
--with-system-expat \
|
|
--with-system-libxml \
|
|
--enable-python=system \
|
|
--with-system-curl \
|
|
--with-system-vigra \
|
|
--with-system-neon \
|
|
--with-system-libwpd \
|
|
--with-system-libwps \
|
|
--with-system-libwpg \
|
|
--with-system-graphite \
|
|
--without-junit \
|
|
--with-system-cppunit \
|
|
--with-system-redland \
|
|
--with-system-nss \
|
|
--with-system-postgresql \
|
|
--enable-librsvg=system \
|
|
--with-openldap \
|
|
--disable-kde \
|
|
--enable-kde4 \
|
|
--with-intro-bitmaps="%{SOURCE27}" \
|
|
--with-about-bitmaps="%{SOURCE28}" \
|
|
%if %{javaless}
|
|
--with-ant-home="%{antpath}" \
|
|
%else
|
|
--with-system-hsqldb \
|
|
--with-system-apache-commons \
|
|
%endif
|
|
%if %{use_systemdb}
|
|
--with-system-db \
|
|
%endif
|
|
%if %{use_systemboost}
|
|
--with-system-boost \
|
|
%endif
|
|
--with-lang=%{langs} \
|
|
--with-system-sane \
|
|
--with-system-cairo \
|
|
--without-myspell-dicts \
|
|
--with-system-dicts \
|
|
--with-external-dict-dir=%{_datadir}/dict/ooo \
|
|
--with-external-hyph-dir=%{_datadir}/dict/ooo \
|
|
--with-external-thes-dir=%{_datadir}/dict/ooo \
|
|
--with-system-poppler \
|
|
%if !%extensionenabled
|
|
--disable-ext-pdfimport \
|
|
--disable-ext-presenter-minimizer \
|
|
--disable-ext-presenter-console \
|
|
--disable-ext-report-builder \
|
|
%else
|
|
--enable-ext-wiki-publisher \
|
|
%endif
|
|
--without-fonts \
|
|
%if %{use_openclipart}
|
|
--with-openclipart=%{_datadir}/images/openclipart \
|
|
%endif
|
|
%if %{use_mono}
|
|
# dev300
|
|
--enable-mono \
|
|
# --with-mono-gac-root=%{_libdir} \
|
|
%endif
|
|
%if %{use_smp}
|
|
--with-num-cpus=${RPM_BUILD_NCPUS:-1} \
|
|
%endif
|
|
%if %{use_ccache} && !%{use_icecream}
|
|
--with-gcc-speedup=ccache \
|
|
%else
|
|
%if !%{use_ccache} && %{use_icecream}
|
|
--with-gcc-speedup=icecream \
|
|
--with-max-jobs=10 \
|
|
--with-icecream-bindir=%{_libdir}/icecc/bin
|
|
%else
|
|
%if %{use_ccache} && %{use_icecream}
|
|
--with-gcc-speedup=ccache,icecream \
|
|
--with-max-jobs=10 \
|
|
--with-icecream-bindir=%{_libdir}/icecc/bin
|
|
%endif
|
|
%endif
|
|
%endif
|
|
|
|
echo "Configure end at: "`date` >> ooobuildtime.log
|
|
echo "Make start at: "`date` >> ooobuildtime.log
|
|
|
|
# some configs to improve build process
|
|
# http://wiki.services.openoffice.org/wiki/Building_OpenOffice.org
|
|
# needs to check if it does any effect
|
|
export nodep=TRUE
|
|
export NO_HIDS=TRUE
|
|
export MAXPROCESS=4
|
|
|
|
mkdir -p src
|
|
ln -sf %{SOURCE31} src/
|
|
ln -sf %{SOURCE32} src/
|
|
#ln -sf %{SOURCE33} src/
|
|
#ln -sf %{SOURCE34} src/
|
|
#ln -sf %{SOURCE35} src/
|
|
ln -sf %{SOURCE36} src/
|
|
ln -sf %{SOURCE37} src/
|
|
#ln -sf %{SOURCE38} src/
|
|
ln -sf %{SOURCE39} src/
|
|
#ln -sf %{SOURCE40} src/
|
|
ln -sf %{SOURCE42} src/
|
|
ln -sf %{SOURCE43} src/
|
|
ln -sf %{SOURCE44} src/
|
|
ln -sf %{SOURCE45} src/
|
|
ln -sf %{SOURCE46} src/
|
|
ln -sf %{SOURCE47} src/
|
|
ln -sf %{SOURCE48} src/
|
|
ln -sf %{SOURCE49} src/
|
|
#ln -sf %{SOURCE50} src/
|
|
ln -sf %{SOURCE51} src/
|
|
ln -sf %{SOURCE52} src/
|
|
ln -sf %{SOURCE54} src/
|
|
ln -sf %{SOURCE55} src/
|
|
ln -sf %{SOURCE56} src/
|
|
#ln -sf %{SOURCE62} src/
|
|
#ln -sf %{SOURCE63} src/
|
|
ln -sf %{SOURCE64} src/
|
|
ln -sf %{SOURCE65} src/
|
|
ln -sf %{SOURCE66} src/
|
|
ln -sf %{SOURCE67} src/
|
|
ln -sf %{SOURCE68} src/
|
|
ln -sf %{SOURCE69} src/
|
|
ln -sf %{SOURCE70} src/
|
|
ln -sf %{SOURCE71} src/
|
|
ln -sf %{SOURCE72} src/
|
|
ln -sf %{SOURCE73} src/
|
|
ln -sf %{SOURCE74} src/
|
|
ln -sf %{SOURCE75} src/
|
|
%if %{javaless}
|
|
ln -sf %{SOURCE57} src/
|
|
ln -sf %{SOURCE58} src/
|
|
ln -sf %{SOURCE59} src/
|
|
ln -sf %{SOURCE61} src/
|
|
%endif
|
|
touch src.downloaded
|
|
./bootstrap
|
|
|
|
# %make
|
|
make \
|
|
ARCH_FLAGS="%{optflags} -fno-omit-frame-pointer -fno-strict-aliasing" \
|
|
ARCH_FLAGS_CC="%{optflags} -fno-omit-frame-pointer -fno-strict-aliasing" \
|
|
ARCH_FLAGS_CXX="%{optflags} -fno-omit-frame-pointer -fno-strict-aliasing -fpermissive -fvisibility-inlines-hidden" \
|
|
ARCH_FLAGS_OPT="%{optflags} -O2"
|
|
|
|
echo "Make end at: "`date` >> ooobuildtime.log
|
|
echo "Install start at: "`date` >> ooobuildtime.log
|
|
|
|
%install
|
|
|
|
# sbin due to icu stuff there
|
|
PATH=$PATH:/usr/sbin
|
|
|
|
rm -rf %{buildroot}
|
|
make DESTDIR=%{buildroot} distro-pack-install
|
|
rm -rf %{buildroot}/opt
|
|
|
|
# use the dicts from myspell-<lang>
|
|
# rm -rf %{buildroot}%{ooodir}/share/dict/ooo
|
|
# ln -s %{_datadir}/dict/ooo %{buildroot}%{ooodir}/share/dict
|
|
|
|
# # (Review)
|
|
# # desktop files
|
|
# desktop-file-install --vendor="" \
|
|
# --remove-category="Application" \
|
|
# --add-category="Office" \
|
|
# --add-category="X-MandrivaLinux-CrossDesktop" \
|
|
# --add-mime-type="application/vnd.ms-works;application/x-msworks-wp;zz-application/zz-winassoc-wps" \
|
|
# --add-mime-type="application/vnd.openxmlformats-officedocument.wordprocessingml.document" \
|
|
# --add-mime-type="application/vnd.ms-word.document.macroEnabled.12" \
|
|
# --dir %{buildroot}%{_datadir}/applications %{buildroot}%{ooodir}/share/xdg/writer*desktop
|
|
#
|
|
# desktop-file-install --vendor="" \
|
|
# --remove-category="Application" \
|
|
# --add-category="Office" \
|
|
# --add-category="X-MandrivaLinux-CrossDesktop" \
|
|
# --add-mime-type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" \
|
|
# --add-mime-type="application/vnd.ms-excel.sheet.macroEnabled.12" \
|
|
# --dir %{buildroot}%{_datadir}/applications %{buildroot}%{ooodir}/share/xdg/calc*desktop
|
|
#
|
|
# desktop-file-install --vendor="" \
|
|
# --remove-category="Application" \
|
|
# --remove-category="Graphics" \
|
|
# --remove-category="VectorGraphics" \
|
|
# --add-category="Office" \
|
|
# --add-category="X-MandrivaLinux-CrossDesktop" \
|
|
# --dir %{buildroot}%{_datadir}/applications %{buildroot}%{ooodir}/share/xdg/draw*desktop
|
|
#
|
|
# desktop-file-install --vendor="" \
|
|
# --remove-category="Application" \
|
|
# --add-category="Office" \
|
|
# --add-category="X-MandrivaLinux-CrossDesktop" \
|
|
# --add-mime-type="application/vnd.openxmlformats-officedocument.presentationml.presentation" \
|
|
# --add-mime-type="application/vnd.ms-powerpoint.presentation.macroEnabled.12" \
|
|
# --dir %{buildroot}%{_datadir}/applications %{buildroot}%{ooodir}/share/xdg/impress*desktop
|
|
#
|
|
# desktop-file-install --vendor="" \
|
|
# --remove-category="Application" \
|
|
# --add-category="Office" \
|
|
# --add-category="X-MandrivaLinux-CrossDesktop" \
|
|
# --dir %{buildroot}%{_datadir}/applications %{buildroot}%{ooodir}/share/xdg/math*desktop
|
|
#
|
|
# # desktop-file-install --vendor="" \
|
|
# # --remove-category="Application" \
|
|
# # --remove-category="Network" \
|
|
# # --remove-category="WebDevelopment" \
|
|
# # --add-category="Office" \
|
|
# # --add-category="X-MandrivaLinux-CrossDesktop" \
|
|
# # --dir %{buildroot}%{_datadir}/applications %{buildroot}%{ooodir}/share/xdg/web*desktop
|
|
# # # --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/web*desktop
|
|
#
|
|
# # libre
|
|
# # desktop-file-install --vendor="" \
|
|
# # --remove-category="Application" \
|
|
# # --add-category="Office" \
|
|
# # --add-category="X-MandrivaLinux-CrossDesktop" \
|
|
# # --dir %{buildroot}%{_datadir}/applications %{buildroot}%{ooodir}/share/xdg/template*desktop
|
|
# # # --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/template*desktop
|
|
#
|
|
# desktop-file-install --vendor="" \
|
|
# --remove-category="Application" \
|
|
# --remove-category="Database" \
|
|
# --add-category="Office" \
|
|
# --add-category="X-MandrivaLinux-CrossDesktop" \
|
|
# --dir %{buildroot}%{_datadir}/applications %{buildroot}%{ooodir}/share/xdg/base*desktop
|
|
|
|
# Mandriva Rosa icons
|
|
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
|
|
tar -xjvf %{SOURCE20} --exclude Libre_Office* -C %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
|
|
|
|
sed -i 's/^Icon=.*$/Icon=mandriva-rosa-lo-calc_72/' %{buildroot}%{ooodir}/share/xdg/calc.desktop
|
|
sed -i 's/^Icon=.*$/Icon=mandriva-rosa-lo-writer_72/' %{buildroot}%{ooodir}/share/xdg/writer.desktop
|
|
sed -i 's/^Icon=.*$/Icon=mandriva-rosa-lo-impress_72/' %{buildroot}%{ooodir}/share/xdg/impress.desktop
|
|
sed -i 's/^Icon=.*$/Icon=mandriva-rosa-lo-draw_72/' %{buildroot}%{ooodir}/share/xdg/draw.desktop
|
|
sed -i 's/^Icon=.*$/Icon=mandriva-rosa-lo-base_72/' %{buildroot}%{ooodir}/share/xdg/base.desktop
|
|
sed -i 's/^Icon=.*$/Icon=mandriva-rosa-lo-math_72/' %{buildroot}%{ooodir}/share/xdg/math.desktop
|
|
sed -i 's/^Icon=.*$/Icon=mandriva-rosa-lo_72/' %{buildroot}%{ooodir}/share/xdg/startcenter.desktop
|
|
|
|
# fix permissions for stripping
|
|
find %{buildroot} -type f -exec chmod u+rw '{}' \;
|
|
|
|
# fix permission of .so libraries
|
|
find %{buildroot} -type f \( -name '*.so' -o -name '*.so.*' \) -exec chmod a+x '{}' \;
|
|
|
|
# Anssi patch
|
|
# remove /usr/bin/soffice (made with update-alternatives)
|
|
# rm -f %{buildroot}%{_bindir}/soffice
|
|
|
|
# Anssi patch
|
|
# Versionify bash_completion (ooo-wrapper.sh)
|
|
# if [ -f %{buildroot}%{_sysconfdir}/bash_completion.d/ooo-wrapper.sh ]; then
|
|
# mv %{buildroot}%{_sysconfdir}/bash_completion.d/ooo-wrapper.sh \
|
|
# %{buildroot}%{_sysconfdir}/bash_completion.d/ooo-wrapper%{mdvsuffix}
|
|
# fi
|
|
|
|
# Versionify bash_completion (ooffice.sh)
|
|
# if [ -f %{buildroot}%{_sysconfdir}/bash_completion.d/ooffice*.sh ]; then
|
|
# mv %{buildroot}%{_sysconfdir}/bash_completion.d/ooffice*.sh \
|
|
# %{buildroot}%{_sysconfdir}/bash_completion.d/ooffice%{mdvsuffix}
|
|
# fi
|
|
|
|
# dev 300 2.3 ???
|
|
# %if %{use_mono}
|
|
# Versionify mono-ooo.pc
|
|
# mv %{buildroot}%{_libdir}/pkgconfig/mono-ooo-%{mdvsuffix}.pc \
|
|
# %{buildroot}%{_libdir}/pkgconfig/mono-ooo%{mdvsuffix}-2.3.pc
|
|
# %endif
|
|
|
|
# Anssi
|
|
# Install a random UNO extension into BUILDROOT and remove it, so that unopkg
|
|
# creates the cache directories and files that can then be ghostified.
|
|
# Simple "list" would create everything but files inside
|
|
# "com.sun.star.comp.deployment.component.PackageRegistryBackend".
|
|
# Note that this has to be run before below bro calls below that rename needed
|
|
# files and thus disable unopkg for the rest of install stage.
|
|
# First make sure there is no actual data pre-existing in this directory,
|
|
# as that will be lost due to the ghostification:
|
|
# [ $(find %{buildroot}%{ooodir}/share/uno_packages/cache -type f | wc -l) -eq 0 ]
|
|
# %{buildroot}%{ooodir}/program/unopkg add --shared %{_builddir}/libreoffice-%version/solver/340/unxlng*/bin/pdfimport/pdfimport.oxt
|
|
# %{buildroot}%{ooodir}/program/unopkg remove --shared pdfimport.oxt
|
|
# # clean cache
|
|
# %{buildroot}%{ooodir}/program/unopkg list --shared
|
|
# # there should be more files now:
|
|
# [ $(find %{buildroot}%{ooodir}/share/uno_packages/cache | wc -l) -ge 5 ]
|
|
# for path in $(find %{buildroot}%{ooodir}/share/uno_packages/cache/); do
|
|
# if [ -d $path ]; then
|
|
# echo "%%dir ${path#%{buildroot}}" >> build/common_list.txt
|
|
# else
|
|
# echo "%%ghost ${path#%{buildroot}}" >> build/common_list.txt
|
|
# fi
|
|
# done
|
|
|
|
# Change progress bar colors
|
|
sed -i '/^ProgressBarColor/d;/^ProgressFrameColor/d' \
|
|
%{buildroot}%{ooodir}/program/sofficerc
|
|
echo 'ProgressBarColor=68,135,223' >> %{buildroot}%{ooodir}/program/sofficerc
|
|
echo 'ProgressFrameColor=112,171,229' >> %{buildroot}%{ooodir}/program/sofficerc
|
|
|
|
#dev300 fix position and size
|
|
sed -i '/^ProgressPosition/d;/^ProgressSize/d' \
|
|
%{buildroot}%{ooodir}/program/sofficerc
|
|
echo 'ProgressPosition=10,307' >> %{buildroot}%{ooodir}/program/sofficerc
|
|
echo 'ProgressSize=377,9' >> %{buildroot}%{ooodir}/program/sofficerc
|
|
|
|
#libre
|
|
# remove icons we dont have these sizes yet
|
|
# rm -rf %{buildroot}%{_datadir}/icons/hicolor/22x22/apps/*
|
|
# rm -rf %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/*
|
|
|
|
#libre
|
|
# remove scalables icons since we dont have yet
|
|
# rm -rf %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/*
|
|
|
|
# libre
|
|
# Fixes japanese translations on desktop files
|
|
## patch -p0 -d %{buildroot} < %{SOURCE102}
|
|
|
|
# libre
|
|
# # templates for kde "create new" context menu
|
|
# # tar xjf %{SOURCE31} -C %{buildroot}%{_datadir}
|
|
|
|
%if %extensionenabled
|
|
# # copy extensions
|
|
# install -d -m755 %{buildroot}%{ooodir}/extensions
|
|
# cp %{_builddir}/libreoffice-%version/solver/unxlng*/bin/pdfimport/pdfimport.oxt %{buildroot}%{ooodir}/extensions/
|
|
# cp %{_builddir}/libreoffice-%version/solver/unxlng*/bin/presenter/presenter-screen.oxt %{buildroot}%{ooodir}/extensions/
|
|
# cp %{_builddir}/libreoffice-%version/solver/unxlng*/bin/wiki-publisher.oxt %{buildroot}%{ooodir}/extensions/
|
|
# cp %{_builddir}/libreoffice-%version/solver/unxlng*/bin/minimizer/presentation-minimizer.oxt %{buildroot}%{ooodir}/extensions/
|
|
%endif
|
|
|
|
# libre
|
|
# #fixes #56439
|
|
# sed -i 's/^Icon=.*$/Icon=ooo-calc/' %{buildroot}%{_datadir}/templates/ooo-spreadsheet.desktop
|
|
# sed -i 's/^Icon=.*$/Icon=ooo-writer/' %{buildroot}%{_datadir}/templates/ooo-text.desktop
|
|
# sed -i 's/^Icon=.*$/Icon=ooo-impress/' %{buildroot}%{_datadir}/templates/ooo-presentation.desktop
|
|
# sed -i 's/^Icon=.*$/Icon=ooo-draw/' %{buildroot}%{_datadir}/templates/ooo-drawing.desktop
|
|
|
|
## Libre (Temporary), will better handled inside (bin/distro-install-file-lists)
|
|
## Installation fixes
|
|
## remove fix wrong manpages files, extension gz->xz
|
|
for p in common base calc writer impress draw math; do
|
|
sed -i '/^.*man.*\.gz$/d' file-lists/${p}_list.txt
|
|
done;
|
|
|
|
## drop GTK dependency from -core
|
|
sed -i -e '/^.*libqstart_gtklo.so$/d' file-lists/core_list.txt
|
|
sed -i -e '/^.*pluginapp.bin$/d' file-lists/core_list.txt
|
|
echo '%ooodir/program/libqstart_gtklo.so' >>file-lists/gnome_list.txt
|
|
echo '%ooodir/program/pluginapp.bin' >>file-lists/gnome_list.txt
|
|
## GConf too
|
|
sed -i -e '/^.*gconfbe1.uno.so$/d' file-lists/core_list.txt
|
|
echo '%ooodir/program/gconfbe1.uno.so' >>file-lists/gnome_list.txt
|
|
|
|
## sort removing duplicates
|
|
sort -u file-lists/gnome_list.txt > file-lists/gnome_list.uniq.sorted.txt
|
|
sort -u file-lists/sdk_list.txt > file-lists/sdk_list.uniq.sorted.txt
|
|
|
|
## oxygen should be in the style
|
|
sed -i '/^.*images_oxygen\.zip$/d' file-lists/common_list.txt
|
|
## merge en-US with common
|
|
cat file-lists/lang_en_US_list.txt >> file-lists/common_list.txt
|
|
sort -u file-lists/common_list.txt > file-lists/common_list.uniq.sorted.txt
|
|
|
|
## extra binfilter files
|
|
sed -i '/^.*-US.res$/d' file-lists/filter-binfilter_list.txt
|
|
|
|
# # does not package lo original desktop files (Review)
|
|
# sed -i '/^.*libreoffice-writer.desktop$/d' file-lists/writer_list.txt
|
|
# sed -i '/^.*libreoffice-calc.desktop$/d' file-lists/calc_list.txt
|
|
# sed -i '/^.*libreoffice-impress.desktop$/d' file-lists/impress_list.txt
|
|
# sed -i '/^.*libreoffice-draw.desktop$/d' file-lists/draw_list.txt
|
|
# sed -i '/^.*libreoffice-base.desktop$/d' file-lists/base_list.txt
|
|
# sed -i '/^.*libreoffice-math.desktop$/d' file-lists/math_list.txt
|
|
|
|
#rpmlint: E: non-standard-executable-perm
|
|
chmod 0755 %{buildroot}%{ooodir}/share/extensions/pdfimport/xpdfimport
|
|
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
%post common
|
|
|
|
%{update_desktop_database}
|
|
%update_icon_cache gnome
|
|
%update_icon_cache hicolor
|
|
|
|
# Firefox plugin
|
|
if [ $1 -gt 1 ]
|
|
then
|
|
update-alternatives --remove %{firefox_plugin} \
|
|
%{ooodir}/program/libnpsoplugin.so
|
|
fi
|
|
update-alternatives \
|
|
--install %{_libdir}/mozilla/plugins/libnpsoplugin.so %{firefox_plugin} \
|
|
%{ooodir}/program/libnpsoplugin.so 1
|
|
|
|
%postun common
|
|
%{clean_desktop_database}
|
|
%clean_icon_cache gnome
|
|
%clean_icon_cache hicolor
|
|
|
|
# Firefox plugin
|
|
if [ $1 -eq 0 ]
|
|
then
|
|
update-alternatives --remove %{firefox_plugin} \
|
|
%{ooodir}/program/libnpsoplugin.so
|
|
fi
|
|
|
|
%post base
|
|
%{update_desktop_database}
|
|
%postun base
|
|
%{clean_desktop_database}
|
|
%post calc
|
|
%{update_desktop_database}
|
|
%postun calc
|
|
%{clean_desktop_database}
|
|
%post draw
|
|
%{update_desktop_database}
|
|
%postun draw
|
|
%{clean_desktop_database}
|
|
%post impress
|
|
%{update_desktop_database}
|
|
%postun impress
|
|
%{clean_desktop_database}
|
|
%post math
|
|
%{update_desktop_database}
|
|
%postun math
|
|
%{clean_desktop_database}
|
|
%post writer
|
|
%{update_desktop_database}
|
|
%postun writer
|
|
%{clean_desktop_database}
|
|
|
|
%if %extensionenabled
|
|
|
|
# %post pdfimport
|
|
# # upgrade
|
|
# if [ $1 -ge 2 ];then
|
|
# # removes old installed pdfimport extension
|
|
# idpdfimport=$(%unopkg list --shared 2> /dev/null | sed -ne 's/^Identifier: \(com.sun.star.PDFImport-linux.*\)/\1/p');
|
|
# if [ "z$idpdfimport" != "z" ]; then
|
|
# %unopkg remove --shared $idpdfimport 2> /dev/null
|
|
# %unopkg list --shared &> /dev/null
|
|
# fi
|
|
# fi
|
|
#
|
|
# #install new pdfimport version
|
|
# %unopkg add --shared %{ooodir}/extensions/pdfimport.oxt 2> /dev/null
|
|
# %unopkg list --shared &> /dev/null
|
|
#
|
|
# #uninstall
|
|
# %preun pdfimport
|
|
# if [ $1 -eq 0 ];then
|
|
# idpdfimport=$(%unopkg list --shared 2> /dev/null | sed -ne 's/^Identifier: \(com.sun.star.PDFImport-linux.*\)/\1/p');
|
|
# if [ "z$idpdfimport" != "z" ]; then
|
|
# %unopkg remove --shared $idpdfimport 2> /dev/null
|
|
# #clean footprint cache
|
|
# %unopkg list --shared &> /dev/null
|
|
# fi
|
|
# fi
|
|
#
|
|
# %post presenter-screen
|
|
# # upgrade
|
|
# if [ $1 -ge 2 ];then
|
|
# idextension=$(%unopkg list --shared 2> /dev/null | sed -ne 's/^Identifier: \(com.sun.PresenterScreen-linux.*\)/\1/p');
|
|
# if [ "z$idextension" != "z" ]; then
|
|
# %unopkg remove --shared $idextension 2> /dev/null
|
|
# %unopkg list --shared &> /dev/null
|
|
# fi
|
|
# fi
|
|
# #install
|
|
# %unopkg add --shared %{ooodir}/extensions/presenter-screen.oxt 2> /dev/null
|
|
# %unopkg list --shared &> /dev/null
|
|
#
|
|
#
|
|
# %preun presenter-screen
|
|
# if [ $1 -eq 0 ];then
|
|
# idextension=$(%unopkg list --shared 2> /dev/null | sed -ne 's/^Identifier: \(com.sun.PresenterScreen-linux.*\)/\1/p');
|
|
# if [ "z$idextension" != "z" ]; then
|
|
# %unopkg remove --shared $idextension 2> /dev/null
|
|
# %unopkg list --shared &> /dev/null
|
|
# fi
|
|
# fi
|
|
#
|
|
# # %post report-builder
|
|
# # upgrade
|
|
# # if [ $1 -ge 1 ];then
|
|
# # idextension=$(%unopkg list --shared 2> /dev/null | sed -ne 's/^Identifier: \(com.sun.reportdesigner\)/\1/p');
|
|
# # if [ "z$idextension" != "z" ]; then
|
|
# # %unopkg remove --shared $idextension 2> /dev/null
|
|
# # %unopkg list --shared &> /dev/null
|
|
# # fi
|
|
# # fi
|
|
# #install
|
|
# # %unopkg add --shared %{ooodir}/sun-report-builder.oxt 2> /dev/null
|
|
# # %unopkg list --shared &> /dev/null
|
|
#
|
|
# #uninstall
|
|
# # %preun report-builder
|
|
# # if [ $1 -eq 0 ];then
|
|
# # idextension=$(%unopkg list --shared 2> /dev/null | sed -ne 's/^Identifier: \(com.sun.reportdesigner\)/\1/p');
|
|
# # if [ "z$idextension" != "z" ]; then
|
|
# # %unopkg remove --shared $idextension 2> /dev/null
|
|
# # %unopkg list --shared &> /dev/null
|
|
# # fi
|
|
# # fi
|
|
#
|
|
# %post wiki-publisher
|
|
# # upgrade
|
|
# if [ $1 -ge 2 ];then
|
|
# idextension=$(%unopkg list --shared 2> /dev/null | sed -ne 's/^Identifier: \(com.sun.wiki-publisher\)/\1/p');
|
|
# if [ "z$idextension" != "z" ]; then
|
|
# %unopkg remove --shared $idextension 2> /dev/null
|
|
# %unopkg list --shared &> /dev/null
|
|
# fi
|
|
# fi
|
|
# #install
|
|
# %unopkg add --shared %{ooodir}/extensions/wiki-publisher.oxt 2> /dev/null
|
|
# %unopkg list --shared &> /dev/null
|
|
#
|
|
# %preun wiki-publisher
|
|
# if [ $1 -eq 0 ];then
|
|
# idextension=$(%unopkg list --shared 2> /dev/null | sed -ne 's/^Identifier: \(com.sun.wiki-publisher\)/\1/p');
|
|
# if [ "z$idextension" != "z" ]; then
|
|
# %unopkg remove --shared $idextension 2> /dev/null
|
|
# %unopkg list --shared &> /dev/null
|
|
# fi
|
|
# fi
|
|
#
|
|
# %post presentation-minimizer
|
|
# # upgrade
|
|
# if [ $1 -ge 2 ];then
|
|
# idextension=$(%unopkg list --shared 2> /dev/null | sed -ne 's/^Identifier: \(com.sun.star.PresentationMinimizer-linux.*\)/\1/p');
|
|
# if [ "z$idextension" != "z" ]; then
|
|
# %unopkg remove --shared $idextension 2> /dev/null
|
|
# %unopkg list --shared &> /dev/null
|
|
# fi
|
|
# fi
|
|
# #install
|
|
# %unopkg add --shared %{ooodir}/extensions/sun-presentation-minimizer.oxt 2> /dev/null
|
|
# %unopkg list --shared &> /dev/null
|
|
#
|
|
# %preun presentation-minimizer
|
|
# if [ $1 -eq 0 ];then
|
|
# idextension=$(%unopkg list --shared 2> /dev/null | sed -ne 's/^Identifier: \(com.sun.star.PresentationMinimizer-linux.*\)/\1/p');
|
|
# if [ "z$idextension" != "z" ]; then
|
|
# %unopkg remove --shared $idextension 2> /dev/null
|
|
# %unopkg list --shared &> /dev/null
|
|
# fi
|
|
# fi
|
|
|
|
%endif
|
|
|
|
%files
|
|
|
|
%files base -f file-lists/base_list.txt
|
|
%defattr(-,root,root,-)
|
|
%{_mandir}/man1/lobase*
|
|
# %{_datadir}/applications/base.desktop
|
|
%{_datadir}/icons/hicolor/scalable/apps/mandriva-rosa-lo-base_72.svg
|
|
|
|
%files calc -f file-lists/calc_list.txt
|
|
%defattr(-,root,root,-)
|
|
#libre
|
|
# %{_datadir}/templates/ooo-spreadsheet.desktop
|
|
# %{_datadir}/templates/.source/ooo-spreadsheet.ods
|
|
%{_mandir}/man1/localc*
|
|
# %{_datadir}/applications/calc.desktop
|
|
%{_datadir}/icons/hicolor/scalable/apps/mandriva-rosa-lo-calc_72.svg
|
|
|
|
%files common -f file-lists/common_list.uniq.sorted.txt
|
|
%defattr(-,root,root,-)
|
|
%{_datadir}/icons/hicolor/scalable/apps/mandriva-rosa-lo_72.svg
|
|
|
|
# libre
|
|
# %{_sysconfdir}/bash_completion.d/libreoffice3.3.sh
|
|
# %{_sysconfdir}/profile.d/openoffice.org.*
|
|
# %{_bindir}/ooconfig3.3
|
|
# %{_bindir}/ootool3.3
|
|
|
|
# libre
|
|
# %{_datadir}/applications/template*.desktop
|
|
|
|
# new icons
|
|
# %{_datadir}/icons/hicolor/*/apps/openofficeorg3-*.png
|
|
# moved to mandriva-kde-config
|
|
#%{_datadir}/icons/hicolor/*/mimetypes/openofficeorg3-*.png
|
|
# %{_datadir}/icons/gnome/*/apps/openofficeorg3-*.png
|
|
# %{_datadir}/icons/gnome/*/mimetypes/openofficeorg3-*.png
|
|
|
|
|
|
# libre
|
|
# %{_datadir}/pixmaps/ooo-base3.3.png
|
|
# %{_datadir}/pixmaps/ooo-calc3.3.png
|
|
# %{_datadir}/pixmaps/ooo-draw3.3.png
|
|
# %{_datadir}/pixmaps/ooo-gulls3.3.png
|
|
# %{_datadir}/pixmaps/ooo-impress3.3.png
|
|
# %{_datadir}/pixmaps/ooo-math3.3.png
|
|
# %{_datadir}/pixmaps/ooo-template3.3.png
|
|
# %{_datadir}/pixmaps/ooo-web3.3.png
|
|
# %{_datadir}/pixmaps/ooo-writer3.3.png
|
|
|
|
%{_mandir}/man1/loffice*
|
|
%{_mandir}/man1/lofromtemplate*
|
|
%{_mandir}/man1/libreoffice*
|
|
|
|
#dev300
|
|
# %ghost %{ooodir}/share/uno_packages
|
|
# %ghost %{ooodir}/program/bootstraprc
|
|
# %ghost %{ooodir}/program/versionrc
|
|
# %ghost %{ooodir}/%basis/share/registry/data/org/openoffice/Setup.xcu
|
|
|
|
%{_mandir}/man1/unopkg.1*
|
|
|
|
# libre
|
|
# %{_datadir}/applications/ooo-extension-manager*.desktop
|
|
|
|
%files core -f file-lists/core_list.txt
|
|
|
|
%files devel -f file-lists/sdk_list.uniq.sorted.txt
|
|
|
|
%files devel-doc -f file-lists/sdk_doc_list.txt
|
|
|
|
%files draw -f file-lists/draw_list.txt
|
|
%defattr(-,root,root,-)
|
|
# %{_datadir}/applications/draw.desktop
|
|
# libre
|
|
# %{_datadir}/templates/ooo-drawing.desktop
|
|
# %{_datadir}/templates/.source/ooo-drawing.odg
|
|
%{_mandir}/man1/lodraw*
|
|
%{_datadir}/icons/hicolor/scalable/apps/mandriva-rosa-lo-draw_72.svg
|
|
|
|
%files dtd-officedocument1.0 -f file-lists/dtd_list.txt
|
|
|
|
%files filter-binfilter -f file-lists/filter-binfilter_list.txt
|
|
%defattr(-,root,root,-)
|
|
%{ooodir}/program/resource/bf_frmen-US.res
|
|
%{ooodir}/program/resource/bf_ofaen-US.res
|
|
%{ooodir}/program/resource/bf_scen-US.res
|
|
%{ooodir}/program/resource/bf_schen-US.res
|
|
%{ooodir}/program/resource/bf_sden-US.res
|
|
%{ooodir}/program/resource/bf_smen-US.res
|
|
%{ooodir}/program/resource/bf_svten-US.res
|
|
%{ooodir}/program/resource/bf_svxen-US.res
|
|
%{ooodir}/program/resource/bf_swen-US.res
|
|
|
|
%files gnome -f file-lists/gnome_list.uniq.sorted.txt
|
|
|
|
%files impress -f file-lists/impress_list.txt
|
|
%defattr(-,root,root,-)
|
|
# %{_datadir}/applications/impress.desktop
|
|
# libre
|
|
# %{_datadir}/templates/ooo-presentation.desktop
|
|
# %{_datadir}/templates/.source/ooo-presentation.odp
|
|
%{_mandir}/man1/loimpress*
|
|
%{_datadir}/icons/hicolor/scalable/apps/mandriva-rosa-lo-impress_72.svg
|
|
|
|
%files java-common -f file-lists/java_common_list.txt
|
|
|
|
%files kde4 -f file-lists/kde4_list.txt
|
|
|
|
%files math -f file-lists/math_list.txt
|
|
%defattr(-,root,root,-)
|
|
# %{_datadir}/applications/math.desktop
|
|
%{_mandir}/man1/lomath*
|
|
%{_datadir}/icons/hicolor/scalable/apps/mandriva-rosa-lo-math_72.svg
|
|
|
|
%files openclipart -f file-lists/gallery_list.txt
|
|
|
|
%files pyuno -f file-lists/pyuno_list.txt
|
|
%defattr(-,root,root,-)
|
|
%{ooodir}/share/extensions/script-provider-for-python
|
|
|
|
#%files qa-api-tests
|
|
#%{ooodir}/qadevOOo
|
|
|
|
%files style-galaxy
|
|
%defattr(-,root,root,-)
|
|
%{ooodir}/share/config/images.zip
|
|
|
|
%files style-crystal
|
|
%defattr(-,root,root,-)
|
|
%{ooodir}/share/config/images_crystal.zip
|
|
|
|
%files style-hicontrast
|
|
%defattr(-,root,root,-)
|
|
%{ooodir}/share/config/images_hicontrast.zip
|
|
|
|
%files style-tango
|
|
%defattr(-,root,root,-)
|
|
%{ooodir}/share/config/images_tango.zip
|
|
|
|
%files style-oxygen
|
|
%defattr(-,root,root,-)
|
|
%{ooodir}/share/config/images_oxygen.zip
|
|
|
|
%files writer -f file-lists/writer_list.txt
|
|
%defattr(-,root,root,-)
|
|
# %{_datadir}/applications/writer.desktop
|
|
# libre
|
|
#%{_datadir}/applications/web.desktop
|
|
# libre
|
|
# %{_datadir}/templates/ooo-text.desktop
|
|
# %{_datadir}/templates/.source/ooo-text.odt
|
|
%{_mandir}/man1/loweb*
|
|
%{_mandir}/man1/lowriter*
|
|
%{_datadir}/icons/hicolor/scalable/apps/mandriva-rosa-lo-writer_72.svg
|
|
|
|
%if %{use_mono}
|
|
%files mono -f file-lists/mono_list.txt
|
|
%defattr(-,root,root)
|
|
%{_libdir}/pkgconfig/mono-ooo.pc
|
|
# %{_libdir}/pkgconfig/mono-ooo%{mdvsuffix}-2.3.pc
|
|
# %{_libdir}/mono/*/*/*
|
|
# %{_libdir}/mono/ooo-%{mdvsuffix}
|
|
%endif
|
|
|
|
%if %extensionenabled
|
|
|
|
%files pdfimport
|
|
%defattr(-,root,root,-)
|
|
%{ooodir}/share/extensions/pdfimport
|
|
|
|
%files presenter-screen
|
|
%defattr(-,root,root,-)
|
|
%{ooodir}/share/extensions/presenter-screen
|
|
|
|
%files report-builder
|
|
%defattr(-,root,root,-)
|
|
%{ooodir}/share/extensions/report-builder
|
|
|
|
%files wiki-publisher
|
|
%defattr(-,root,root,-)
|
|
%{ooodir}/share/extensions/wiki-publisher
|
|
|
|
%files presentation-minimizer
|
|
%defattr(-,root,root,-)
|
|
%{ooodir}/share/extensions/presentation-minimizer
|
|
|
|
%endif
|
|
|
|
%files postgresql
|
|
%defattr(-,root,root,-)
|
|
%{ooodir}/program/postgresql-sdbc.uno.so
|
|
%{ooodir}/program/postgresql-sdbc-impl.uno.so
|
|
%{ooodir}/program/postgresql-sdbc.ini
|
|
%{ooodir}/program/services/postgresql-sdbc.rdb
|
|
%{ooodir}/share/registry/postgresqlsdbc.xcd
|
|
|
|
%if %l10n
|
|
%files l10n-it -f file-lists/lang_it_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-af -f file-lists/lang_af_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-ar -f file-lists/lang_ar_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-as -f file-lists/lang_as_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-bg -f file-lists/lang_bg_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-bn -f file-lists/lang_bn_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-br -f file-lists/lang_br_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-bs -f file-lists/lang_bs_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-ca -f file-lists/lang_ca_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-cs -f file-lists/lang_cs_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-cy -f file-lists/lang_cy_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-da -f file-lists/lang_da_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-de -f file-lists/lang_de_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-dz -f file-lists/lang_dz_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-el -f file-lists/lang_el_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-en_GB -f file-lists/lang_en_GB_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-es -f file-lists/lang_es_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-et -f file-lists/lang_et_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-eu -f file-lists/lang_eu_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-fa -f file-lists/lang_fa_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-fi -f file-lists/lang_fi_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-fr -f file-lists/lang_fr_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-ga -f file-lists/lang_ga_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-gl -f file-lists/lang_gl_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-gu -f file-lists/lang_gu_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-he -f file-lists/lang_he_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-hi -f file-lists/lang_hi_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-hr -f file-lists/lang_hr_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-hu -f file-lists/lang_hu_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-ja -f file-lists/lang_ja_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-kn -f file-lists/lang_kn_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-ko -f file-lists/lang_ko_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-lt -f file-lists/lang_lt_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-lv -f file-lists/lang_lv_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-mai -f file-lists/lang_mai_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-ml -f file-lists/lang_ml_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-mk -f file-lists/lang_mk_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-mr -f file-lists/lang_mr_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-nb -f file-lists/lang_nb_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-nl -f file-lists/lang_nl_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-nn -f file-lists/lang_nn_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-nr -f file-lists/lang_nr_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-nso -f file-lists/lang_nso_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-or -f file-lists/lang_or_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-pa_IN -f file-lists/lang_pa_IN_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-pl -f file-lists/lang_pl_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-pt -f file-lists/lang_pt_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-pt_BR -f file-lists/lang_pt_BR_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-ro -f file-lists/lang_ro_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-ru -f file-lists/lang_ru_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-sh -f file-lists/lang_sh_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-si -f file-lists/lang_si_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-sk -f file-lists/lang_sk_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-sl -f file-lists/lang_sl_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-sr -f file-lists/lang_sr_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-ss -f file-lists/lang_ss_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-st -f file-lists/lang_st_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-sv -f file-lists/lang_sv_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-ta -f file-lists/lang_ta_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-te -f file-lists/lang_te_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-th -f file-lists/lang_th_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-tn -f file-lists/lang_tn_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-tr -f file-lists/lang_tr_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-ts -f file-lists/lang_ts_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-uk -f file-lists/lang_uk_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-ve -f file-lists/lang_ve_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-xh -f file-lists/lang_xh_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-zh_CN -f file-lists/lang_zh_CN_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-zh_TW -f file-lists/lang_zh_TW_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files l10n-zu -f file-lists/lang_zu_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-bg -f file-lists/help_bg_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-bn -f file-lists/help_bn_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-bs -f file-lists/help_bs_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-ca -f file-lists/help_ca_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-cs -f file-lists/help_cs_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-da -f file-lists/help_da_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-de -f file-lists/help_de_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-dz -f file-lists/help_dz_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-el -f file-lists/help_el_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-en_GB -f file-lists/help_en_GB_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-es -f file-lists/help_es_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-et -f file-lists/help_et_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-eu -f file-lists/help_eu_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-fi -f file-lists/help_fi_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-fr -f file-lists/help_fr_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-gl -f file-lists/help_gl_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-gu -f file-lists/help_gu_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-he -f file-lists/help_he_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-hi -f file-lists/help_hi_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-hr -f file-lists/help_hr_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-hu -f file-lists/help_hu_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-it -f file-lists/help_it_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-ja -f file-lists/help_ja_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-ko -f file-lists/help_ko_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-mk -f file-lists/help_mk_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-nb -f file-lists/help_nb_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-nl -f file-lists/help_nl_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-nn -f file-lists/help_nn_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-pl -f file-lists/help_pl_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-pt -f file-lists/help_pt_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-pt_BR -f file-lists/help_pt_BR_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-ru -f file-lists/help_ru_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-si -f file-lists/help_si_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-sk -f file-lists/help_sk_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-sl -f file-lists/help_sl_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-sv -f file-lists/help_sv_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-tr -f file-lists/help_tr_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-uk -f file-lists/help_uk_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-zh_CN -f file-lists/help_zh_CN_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-zh_TW -f file-lists/help_zh_TW_list.txt
|
|
%defattr(-,root,root)
|
|
|
|
%files help-en_US -f file-lists/help_en_US_list.txt
|
|
%defattr(-,root,root)
|
|
%endif
|
|
|
|
#removed --with-system-hsqldb
|
|
# BuildRequires: ant-apache-regexp
|
|
|
|
|
|
%changelog
|
|
* Wed Jun 13 2012 Oden Eriksson <oeriksson@mandriva.com> 1:3.5.4-4mdv2012.0
|
|
+ Revision: 805361
|
|
- new S64 (libvisio-0.0.16)
|
|
- 3.5.4.2
|
|
- bump release
|
|
- fix bogus deps
|
|
- add backporting magic
|
|
- sync with libreoffice-3.5.2-3.src.rpm:
|
|
* Wed Apr 11 2012 Bernhard Rosenkraenzer <bero@bero.eu> 1:3.5.2-3mdv2012.0
|
|
+ Revision: 790343
|
|
- Drop GConf dependency from -core
|
|
- Fix compatibility with ICU 49.1
|
|
- Rebuild for icu 49.1
|
|
- Update to 3.5.2.2
|
|
- Fix dependency on obsolete portaudio
|
|
- 3.5.1.2
|
|
+ Rafael da Veiga Cabral <cabral@mandriva.com>
|
|
- enables correct system directories parameters on autogen.sh script
|
|
- adds libreoffice-3.5.1-kde-4.8.1-namespace.patch in order to correct
|
|
build issue against kde 4.8.1
|
|
- enables the xsltml_2.1.2.zip source as it was disabled by mistake
|
|
- removes optsafe variable as it is not being used
|
|
- some spec indenting
|
|
- replaces configure script calling by the autogen.sh which already properly
|
|
executes the configure (as an usual local build) and as well there is a problem
|
|
calling directely configure which forces the make later to call autogen.sh
|
|
however all configure options get lost
|
|
- drop unrecognized configure options: --disable-qadevooo,
|
|
--with-system-xrender-headers, --with-system-python, --with-system-xslt,
|
|
--with-system-agg, --with-system-libtextcat, --with-system-translate-toolkit,
|
|
--enable-broffice, --with-installed-ooo-dirname, --with-docdir,
|
|
--with-system-sane-header
|
|
- properly comments out defines
|
|
- moving to current
|
|
- current dir
|
|
|
|
* Sat Apr 07 2012 Bernhard Rosenkraenzer <bero@bero.eu> 1:3.5.2-2
|
|
+ Revision: 789752
|
|
- Rebuild for icu 49.1
|
|
|
|
* Sat Feb 04 2012 Rafael da Veiga Cabral <cabral@mandriva.com> 1:3.4.5-1
|
|
+ Revision: 771188
|
|
- add libsuffix in the drop gtk thing
|
|
- removes OOo leftover
|
|
|
|
+ Bernhard Rosenkraenzer <bero@bero.eu>
|
|
- Drop GTK dependency from -core
|
|
- Update to 3.4.5
|
|
- Fix build in current environment
|
|
|
|
* Wed Dec 21 2011 Per Øyvind Karlsen <peroyvind@mandriva.org> 1:3.4.4-2
|
|
+ Revision: 744059
|
|
- add build dependency on newer rpm-build to avoid broken unpackage subdir check
|
|
- don't own %%{_datadir}/mime{,/packages}
|
|
|
|
+ Rafael da Veiga Cabral <cabral@mandriva.com>
|
|
- add further fixes for gcc 4.6.2 build issues
|
|
(libreoffice34-gcc462.patch)
|
|
- fix build issues with gcc 4.6.2 #64945 (experimental)
|
|
- remove duplicate binfilter files (rpm 5 checkings)
|
|
- add ORBit2 buildrequire for the shell module
|
|
- fixes #64789, add help-images-mdv64789.patch
|
|
tries all possible style files starting with oxygen
|
|
- fix typo help-br to help-bs
|
|
- uses javaless flag to deal with some java stack broken stuff
|
|
- merges javaless branch fixes:
|
|
- add buildrequire poppler-cpp-devel
|
|
- pushes further poppler 0.18.1 fixes directly into
|
|
poppler0.18.1.patch
|
|
mostly api fixes already integrated into 3.4.4.2
|
|
- check for qt 4.8.1 in disable-qtunixeventloop.patch
|
|
- update to version 3.4.4.2
|
|
- new icons for math and startcenter
|
|
- dropped %%undefine debug_package_and_restore as
|
|
it breaks the install section
|
|
- poppler 0.18.1 compatibility (DCStream) class dropped
|
|
- glib2.31 requires a single include for glib.h instead of glib/g*.h
|
|
- add poppler-glib-devel buildrequire required for poppler 0.18.1
|
|
- uses mklibname to get the right arch lib
|
|
- makes rpmlint more happy:
|
|
removes unversioned and unneeded Obsoletes
|
|
add %%defattr(-,root,root,-) for some packages
|
|
removes style-industrial package section as
|
|
it is not provided anymore
|
|
- fix "OpenOffice.org" leftovers in packages description
|
|
and summary #64658
|
|
- fix --with-num-cpus, uses at most 4 parallel jobs
|
|
- add hsqdl 1.8.0, apache-ant-1.8.1, commons-httpclient,
|
|
commons-codec and commons-lang bundles
|
|
|
|
* Tue Oct 11 2011 Rafael da Veiga Cabral <cabral@mandriva.com> 1:3.4.3-3
|
|
+ Revision: 704136
|
|
- add support for locales: as, bn, dz,fa, ga,
|
|
gl, gu, hr, kn, lt, lv, mai, ml, mr, nr, nso, or,
|
|
pa-IN, ro, sh, si, sr, ss, st, te, th, tn, ts,
|
|
uk, ve, and xh
|
|
- temporary changes for building purposes:
|
|
removes --with-system-hsqldb
|
|
removes ant-apache-regexp buildrequire
|
|
- imported package libreoffice
|
|
|
|
+ Oden Eriksson <oeriksson@mandriva.com>
|
|
- fix deps (libwpd-devel[>= 0.9.0]))
|
|
- more debug package deactivation magic
|
|
- sync yet again with what's in cooker (duh!)
|
|
- try to fix the build with iurt
|
|
- avoid downloading all the sources (duh!)
|
|
- build against system graphite2 and textcat libs
|
|
- really use system libwpd, libwpg and libwps libraries
|
|
- use system python-translate
|
|
- reapply -r682801 (fwang) and add more virtual provides
|
|
- don't pull libdbcxx >= 4.2.5-4mdk in vain
|
|
- sync with libreoffice-3.4.2-2.src.rpm
|
|
- sync with libreoffice-3.4.2-1.src.rpm from 2011
|
|
- sync with libreoffice-3.3.2-1.src.rpm in cooker
|
|
- fix deps (libdbcxx)
|
|
|
|
+ Funda Wang <fwang@mandriva.org>
|
|
- use virtual provides
|
|
|
|
|
|
* Sun Sep 18 2011 Oden Eriksson <oeriksson@mandriva.com> 1:3.4.2-1
|
|
- don't pull libdbcxx >= 4.2.5-4mdk in vain
|
|
|
|
* Mon Sep 12 2011 Rafael Cabral <cabral@mandriva.com> 1:3.4.2-2-mdv2011.0
|
|
- add --with-system-stdlibs, fixes #64224
|
|
- remove clipart-openclipart requires, fixes #63634
|
|
|
|
* Thu Aug 11 2011 Rafael Cabral <cabral@mandriva.com> 1:3.4.2-1mdv2011.0
|
|
- Version update to 3.4.2
|
|
- drop lirebreoffice-build tarball as all ooo-build/go-ooo patches
|
|
has been integrated (main change from 3.3 branch to 3.4 in terms of packaging)
|
|
- add --without-fonts as we dont ship fonts in LibreOffice
|
|
- add vbahelper.visibility.patch to solve build issues
|
|
- drop patches are not needed anymore:
|
|
mdv-package-ooo.patch
|
|
mdv-build-apply.patch
|
|
mdv-fpermissiveflag.diff
|
|
libreoffice-gcc4.6.diff
|
|
mdv-db51check.diff
|
|
- remove pt_AO l10n is not supported
|
|
- remove help pkgs are not supported: help-ta, help-zu, help-pt_AO
|
|
help-cy, help-ar, help-af and help-br
|
|
- files *_list.txt were to file-lists dir
|
|
- *_list.txt packaging fixes are moved from mdv-package-ooo.patch to
|
|
the end of the \%%install secion
|
|
- libreoffice tarball sources are directly extracted in the prep
|
|
- autogen.sh script is not executed anymore as that is now valid
|
|
only for plataforms
|
|
- drops openoffice.org.csh and openoffice.org.sh scripts
|
|
- add Mandriva Rosa desktop icons
|
|
- general spec clean up
|
|
|
|
* Sat Apr 30 2011 Rafael Cabral <cabral@mandriva.com> 1:3.3.2-1mdv2011.0
|
|
- Version update to 3.3.2
|
|
- Disable system beanshell
|
|
- Disable clipart-openclipart
|
|
- Fix db5.1 build checking: mdv-db51check.diff
|
|
|
|
* Mon Feb 07 2011 Rafael Cabral <cabral@mandriva.com> 3.3.0-1mdv2011.0
|
|
- LibreOffice 3.3.0 release.
|
|
- Changed OpenOffice.org name to LibreOffice (Names, Summary and Description)
|
|
- Removed epochs from provides,requires,sugests
|
|
|
|
* Mon Dec 27 2010 Rafael Cabral <cabral@mandriva.com> 0:3.2.1-0.1mdv2010.1
|
|
- ooo-build 3.2.1 official release (3.2.1.4 bug fix)
|
|
- fixes #59317 (unhides status bar itens, applies Novell patch mentioned
|
|
on its bugzilla #567886, comment #21)
|
|
- enables ubuntu-javadlx.diff ooo-build patch in order to advises user to
|
|
install ooo-java-common package or either remove javasettings_Linux_*.xml
|
|
- fixes #61901 (viewing OOo documents on Firefox 64bits, some docs still
|
|
make firefox does not open)
|
|
- file sun-presentation-minimizer.oxt renamed to presentation-minimizer.oxt
|
|
|
|
* Fri Oct 29 2010 Rafael Cabral <cabral@mandriva.com> 0:3.2-4.1mdv2010.1
|
|
- security fixes, using ooo-build hotfixes:
|
|
CVE2010-0395 - openoffice.org-3.2.1.pyuno-cve2010-0395.diff
|
|
CVE2010-2935-2936 - SA40775-3.1.1-cve2010-2935-2936.diff
|
|
|
|
* Mon Apr 19 2010 Rafael Cabral <cabral@mandriva.com> 0:3.2-3mdv2010.1
|
|
- ooo-build 3.2 official release (3.2.0.9 bug fix)
|
|
|
|
* Fri Mar 26 2010 Rafael Cabral <cabral@mandriva.com> 0:3.2-2mdv2010.1
|
|
- ooo-build 3.2 official release (3.2.0.8 bug fix)
|
|
- build against icu44 and change requires to icu44
|
|
|
|
* Fri Mar 12 2010 Rafael Cabral <cabral@mandriva.com> 0:3.2-1mdv2010.1
|
|
- ooo-build 3.2 official release (3.2.0.7 bug fix)
|
|
- fix presenter-screen extension typo in the upgrading logic
|
|
|
|
* Wed Mar 03 2010 Rafael Cabral <cabral@mandriva.com> 0:3.2-rc5.1mdv2010.1
|
|
- back deskto-file-install callings to properly configure desktop files
|
|
with X-MandrivaLinux-CrossDesktop
|
|
|
|
* Wed Feb 23 2010 Rafael Cabral <cabral@mandriva.com> 0:3.2-rc5.0mdv2010.1
|
|
- ooo-build 3.2 rc5 official release
|
|
- add common and core requires on gnome package
|
|
- add more strict requires on all packages by requiring the release (#57650)
|
|
- typo at the update-alternative command in the l10-pt_BR post section
|
|
- rename unopkg3.2 to unopkg as extension packages scriptlets
|
|
are not using unopkg_version executable (#57700)
|
|
- get rid of the ooo version on desktop files (#57700)
|
|
- get rid of the deskto-file-install callings as desktop files are
|
|
normally generated during the build process (experimental)
|
|
- some spec clean up
|
|
|
|
* Wed Feb 10 2010 Rafael Cabral <cabral@mandriva.com> 0:3.2-rc4.0mdv2010.1
|
|
- ooo-build 3.2 rc4 official release
|
|
- activates the Firefox plugin
|
|
- fixes #56439 (lack of icons in the dolphin context menu)
|
|
- fixes #56947 (iaoraqt crash)
|
|
- possible fix #57370 (crash when saving on ms formats)
|
|
- removes images_oxygen.zip file from common since it is in the
|
|
style-oxygen package
|
|
- rediff mdv-desktop-japanese.patch
|
|
- add:
|
|
--with-system-zlib
|
|
--with-system-openssl
|
|
--with-system-expat
|
|
--with-system-libxml
|
|
--with-system-python
|
|
--with-system-saxon
|
|
--with-system-xslt
|
|
--with-system-curl
|
|
--with-system-vigra
|
|
--with-system-neon
|
|
--with-system-agg
|
|
- remove (old/obsolete):
|
|
--with-system-xml-apis
|
|
--with-system-xerces
|
|
--with-system-xalan
|
|
--with-system-xt
|
|
--with-system-xmlsec
|
|
--with-system-libsvg
|
|
--with-system-sablot
|
|
--with-system-gcc
|
|
--with-system-glitz
|
|
--with-system-nas
|
|
--enable-java
|
|
--enable-gstreamer
|
|
--with-firefox
|
|
--without-system-mspack
|
|
--disable-kde
|
|
--enable-kde4
|
|
--without-git
|
|
--without-binsuffix
|
|
--with-dynamic-xinerama
|
|
--enable-access
|
|
--enable-split-app-modules
|
|
--enable-split-opt-features
|
|
--with-db-jar
|
|
|
|
* Tue Dec 15 2009 Rafael Cabral <cabral@mandriva.com> 0:3.2-beta3.0mdv2010.1
|
|
- ooo-build 3.2 beta3 official release
|
|
|
|
* Fri Nov 27 2009 Rafael Cabral <cabral@mandriva.com> 0:3.2-beta1.1mdv2010.1
|
|
- removes the kde dependency from the core package #55791
|
|
- fixes the crash whenever using file->open on kde4 #52880
|
|
|
|
* Tue Nov 10 2009 Rafael Cabral <cabral@mandriva.com> 0:3.2-beta1.0mdv2010.1
|
|
- ooo-build 3.2 beta1 official release
|
|
- remove ooo-build patch help-support-mdv.diff
|
|
- remove ooo-build patch mandriva-archflags.diff
|
|
- remove ooo-build patch msfontextract.diff
|
|
- disable mdv-fix-xdg-work-directory.diff
|
|
- disable ooo-build patch sw-header-inclusion.diff
|
|
- QT4DIR instead of QTDIR (building requires)
|
|
- add support to Portuguese Angola
|
|
- fix ISO4217 currency id code for Portuguese Angola (i18npool)
|
|
|
|
* Thu Oct 20 2009 Rafael Cabral <cabral@mandriva.com> 0:3.1.1-2mdv2010.0
|
|
- add fashion menu icons
|
|
- remove paper-utils require #45804
|
|
|
|
* Thu Oct 15 2009 Rafael Cabral <cabral@mandriva.com> 0:3.1.1-1mdv2010.0
|
|
- new openoffice.org 3.1.1 upstream plus ooo-build 3.1.1.2
|
|
- should solve release criticals bugs #54334 and #54592
|
|
|
|
* Thu Sep 24 2009 Rafael Cabral <cabral@mandriva.com> 0:3.1-5mdv2010.0
|
|
- fix icu40 regression
|
|
|
|
* Mon Sep 21 2009 Rafael Cabral <cabral@mandriva.com> 0:3.1-4mdv2010.0
|
|
- remove kernel-source build require
|
|
- remove libdb-java build require
|
|
- add mesaglu1 build require
|
|
- uses libjpeg from system, actually libjpeg7, remove exception require
|
|
fixes #53763
|
|
- uses hunspell from system
|
|
- fix Setup.xcu.ooo update-alternatives
|
|
- add anssi's patches: drop-64bit-naming.patch and
|
|
move-to-ooo-and-drop-alternatives.patch to renaming openoffice.org64
|
|
packages to openoffice.org (it is no a requirement maintaining different
|
|
names to both archs anymore). Further his last patch changes
|
|
ooo-mdvsuffix dir to ooo - keeps easy maintenance
|
|
|
|
* Fri Aug 14 2009 Rafael Cabral <cabral@mandriva.com> 0:3.1-3mdv2010.0
|
|
- fix kde dependence bug
|
|
|
|
* Wed Aug 12 2009 Rafael Cabral <cabral@mandriva.com> 0:3.1-2mdv2010.0
|
|
- change icu40 require to icu42 since it was built against the last one
|
|
(due icu40 requires uneeded space on One product)
|
|
|
|
* Fri Jun 26 2009 Rafael Cabral <cabral@mandriva.com> 0:3.1-1mdv2010.0
|
|
- ooo-build 3.1 official release
|
|
|
|
* Wed May 06 2009 Rafael Cabral <cabral@mandriva.com> 0:3.1-0.beta6.1mdv2010.0
|
|
- first 3.1 (beta6) ooo-buid upstream
|
|
- remains using old 3.0.1 package-ooo
|
|
- disable mdv-exceptcxx-include-string.diff (build fix uneeded anymore)
|
|
- change all references to bases3.0 to bases3.1 dir via mdvsuffix
|
|
|
|
* Fri Mar 20 2009 Rafael Cabral <cabral@mandriva.com> 0:3.0.1-5mdv2009.1
|
|
- fix crash on certain table configurations from Office documents #48629
|
|
backported sw-table-crash-fix-i99564.diff
|
|
|
|
* Tue Mar 17 2009 Rafael Cabral <cabral@mandriva.com> 0:3.0.1-4mdv2009.1
|
|
- fix file conflicts in openoffice.org-common and openoffice.org-help-en_US
|
|
|
|
* Thu Mar 12 2009 Rafael Cabral <cabral@mandriva.com> 0:3.0.1-3mdv2009.1
|
|
- Upstream maintenance update (ooo-build version 3.0.1.3)
|
|
- Patches mdv-xdgmailasmailer.diff, mdv-sysui-disableslack.diff were
|
|
integrated in this upstream release
|
|
- Changed to new Mandriva splash and about screens
|
|
- Added desktop-utils and libxtst6-devel as build requires
|
|
|
|
* Tue Mar 03 2009 Rafael Cabral <cabral@mandriva.com> 0:3.0.1-2mdv2009.1
|
|
- Revision 347802
|
|
- split out pdf import extension from common to a new package:
|
|
openoffice.org-pdfimport
|
|
- new enabled extension packages:
|
|
openoffice.org-wiki-publisher
|
|
openoffice.org-presenter-screen
|
|
openoffice.org-presentation-minimizer
|
|
- remove kde-libs from build requires
|
|
- change qt3-devel to qt4-devel in build requires since the build
|
|
scream about that even we are not using qt things yet.
|
|
- rebuild to cooker
|
|
|
|
* Fri Feb 05 2009 Rafael Cabral <cabral@mandriva.com> 0:3.0.1-1mdv2009.1
|
|
- Revision 337782
|
|
- New upstream version 3.0.1 (official stable release)
|
|
|
|
* Mon Jan 12 2009 Rafael Cabral <cabral@mandriva.com> 0:3.0.1-0.rc1.1mdv2009.0
|
|
- Revision 332829
|
|
- New upstream version 3.0.1 (ooo-build call this release as rc1)
|
|
- Changed to use libicu40 from the system (--with-system-icu)
|
|
- Rebuild for Python 2.6
|
|
- Fix build (lots of rintf aruments clean up) ooo-build patch buildfix-fmtargs.diff
|
|
|
|
* Fri Nov 20 2008 Rafael Cabral <cabral@mandriva.com> 0:3.0-1mdv2009.0
|
|
- Revision 332829
|
|
- ooo-build OpenOffice.org 3.0 based on stable upstream
|
|
- Fix OOo Greek crash on start up - #44821
|
|
- PyUno loadComponentFromUrl comes out - regression #45445
|
|
- It doesn't get clipart-openclipart - regression #45196.
|
|
- Suggests help-en_US which is default l10n language - releated #44809
|
|
- As suggested xdg-mail as default mailer - #43917
|
|
- Remove misplaced ooobuildtime.log
|
|
- PDF-import extension must to work even OOo will be update
|
|
|
|
* Fri Oct 03 2008 Frederic Crozat <fcrozat@mandriva.com> 0:3.0-0.rc2.2mdv2009.0
|
|
- Add epoch to fix upgrade from Mdv 2009 RC2 and allow gnome subpackage to be installed
|
|
|
|
* Mon Sep 30 2008 Rafael da Veiga Cabral <cabral@mandriva.com> 3.0-0.rc2.1mdv2009.0
|
|
+ Revision 290159
|
|
+ Using new ooo-build-3.0 svn branch based on OpenOffice.org rc2
|
|
+ Remove svn revision from package name
|
|
- Ooo-build has migrated it 3.0 sources to a new stable branch and that svn
|
|
revision info doesn't make sense anymore for us and further naming package wasn't
|
|
following Mandriva standards as well.
|
|
+ Path of Python Uno integration fixed
|
|
+ Calc fixes
|
|
- Formulas was not being saved - #44032
|
|
- Formulas onto spreadsheets of old OOo versions was not being showed - #44010
|
|
+ Improving build
|
|
- exporting nodep, NO_HIDS, MAXPROCESS
|
|
+ Spec clean ups
|
|
|
|
* Mon Sep 22 2008 Rafael da Veiga Cabral <cabral@mandriva.com> 3.0svn13581-3mdv2009.0
|
|
+ Revision 287960
|
|
- New menu icons - #43937
|
|
- New mime types icons
|
|
- Rename desktop icons file name - #43922
|
|
- Calc hangs on sorting (reversed sc-sort-cell-note-position.diff) - #43932
|
|
- Added conflicts on common package with gnome why libvclplug_gtkli.so
|
|
has been moved - #43920
|
|
|
|
* Mon Sep 01 2008 Rafael da Veiga Cabral <cabral@mandriva.com> 3.0svn13581-2mdv2009.0
|
|
+ Revision 271602
|
|
- Change Andromeda theme name to Galaxy - #42801
|
|
- Vendor/Packager filled out
|
|
- Split misplaced help files out of l10n packages
|
|
- Split misplaced en_US help files out of common to a new package
|
|
- Java-common changed to base Suggests
|
|
- None writing aids fixed (using system hunspell) - #42885
|
|
- Drop printer-properties-disable patch - #40834
|
|
- Moved librdf.so.0 to provides exception (ksnapshot) - #42927
|
|
- New splash and about banners
|
|
- Added PDF Import extension in common package (installed by default) - #42885
|
|
- New ooo-build 3.0.0 version (revision 13581)
|
|
- For a better look libvclplug_gtkli.so has been moved to common package
|
|
We've got gtk layouts as default
|
|
- libraptor.so.1 to provides exceptions (ksnapshot/amarok) - #42927
|
|
- Linking with neon 0.27 - #43368
|
|
- Calc hangs whenever adding a new sheet from Insert menu - #43405
|
|
- Impress and Draw hang by using zoom from menu View - #43384
|
|
- Weak dependency of Mono (mono and libmono0 is now as requires exception) - #43484
|
|
- New user directory changed to .openoffice.org3 (it'd have solve #42800, #41228)
|
|
- Default toolbar icon size was changed to small as default to a better look
|
|
- libxmlsec1-nss.so.1 and libxmlsec1.so.1 to provides exceptions
|
|
|
|
* Mon Aug 04 2008 Rafael da Veiga Cabral <cabral@mandriva.com> 3.0svn13475-1mdv2009.0
|
|
+ Revision 13471
|
|
- New Openoffice.org 3.0 beta 2.
|
|
|
|
* Fri Apr 04 2008 Ademar de Souza Reis Jr. <ademar@mandriva.com> 2.4.0.7-1mdv2008.1
|
|
+ Revision
|
|
- new ooo-build upstream version: 2.4.0.7
|
|
Closes: #38874 (Some numbers are shown in Eastern-Arabic)
|
|
Closes: #39799 (oowriter: broken "idents & spacing" in "format paragraph")
|
|
Closes: #39789 (oowriter spellcheck doesn't work)
|
|
- hunspell support is upstream, so remove unecessary sources and flags
|
|
|
|
* Fri Mar 28 2008 Ademar de Souza Reis Jr. <ademar@mandriva.com> 2.4.0.4-2mdv2008.1
|
|
+ Revision 191275
|
|
- Remove some ghost entries from -common package which were causing it to
|
|
own files from the application subpackages (Closes: #38412);
|
|
- Since we're installing icons on the system, add %%clean_icon_cache calls
|
|
to -common %%post and %%postun sections (spotted by Frederic Crozat);
|
|
- Fix icons names on x86_64 .desktop files (Closes: #39508);
|
|
- Remove menu entries for "OpenOffice.org" and "Web/Writer". They're not
|
|
real applications and we don't have new icons for them (see #26311#c33);
|
|
- Minor spec cleanup (XXX comments, etc).
|
|
|
|
* Wed Mar 26 2008 Ademar de Souza Reis Jr. <ademar@mandriva.com> 2.4.0.4-1mdv2008.1
|
|
+ Revision 190514
|
|
- New version: 2.4.0.4 (ooo-build 2.4.0.4, ooo 2.4.0-rc6 - same as 2.4.0)
|
|
- Added unopkg files (ooo extensions manager)
|
|
- New splash screen (Closes: #38720)
|
|
- Added OOXML mime-types to .desktop files (Closes: #36465)
|
|
- Changed some conflict rules (due to the split) from '= 2.2.1'
|
|
to '<= 2.2.1', so that we can upgrade mdv-2007.1 (Closes: #38891)
|
|
- Added new icons for both apps and mimetypes (part of #26311)
|
|
- Added OpenDocument entries for KDE "create new" context menu
|
|
(Closes: #16983)
|
|
- minor spec cleanup
|
|
|
|
* Fri Mar 14 2008 Ademar de Souza Reis Jr. <ademar@mandriva.com> 2.4.0.3-1mdv2008.1
|
|
+ Revision 187680
|
|
- New version: 2.4.0.3 (ooo-build 2.4.0.3, ooo 2.4.0-rc5)
|
|
- Minor spec cleanups
|
|
|
|
* Wed Feb 20 2008 Marcelo Ricardo Leitner <mrl@mandriva.com>
|
|
- Use system-db and system-boost for both archs, as gengal does not segfault anymore.
|
|
- Enabled usage of OpenGL.
|
|
- Enabled lockdown system.
|
|
- Use tons of java stuff from the system. (beanshell, xml-apis, xerces, xalan and xt)
|
|
- Use system sablot.
|
|
- Enabled cairo/canvas for x86_64.
|
|
- Imported the changelog in the meanwhile, while we don't submit the package through
|
|
the buildsystem.
|
|
- Do not mark template*.desktop as ghost in the same package we ship it,
|
|
otherelse it is not shipped.
|
|
- Updated oox and writerfilter to 20080229.
|
|
- Suggest java-common at openoffice.org-common, as it may be used by some macros.
|
|
|
|
* Tue Feb 19 2008 Marcelo Ricardo Leitner <mrl@mandriva.com> 2.3.99.4-1mdv2008.1
|
|
+ Revision 171536
|
|
- Merged our ooo-build with upstream ones: we submitted all our fixed to upstream.
|
|
- New version: 2.3.99.4
|
|
- New ooo-build: 2.3.99.4-20080218
|
|
- Fixed master name for main alterantives.
|
|
- Re-enabled mono bindings
|
|
- Added new mono files to %%files
|
|
- Disabled debug pacakges.
|
|
- Updated conflicts tag from -core to -common prior to 2.3.1-1mdv
|
|
- Made ooo-dtd-officedocument1.0 not require ooo, and it doesn't require.
|
|
Closes: #37559
|
|
- Made openoffice.org suggest ooo-dtd-officedocument1.0. Closes: #37559
|
|
- Added java requires to ooo-base package.
|
|
- Removed qstart patch, as we ship it in -gnome package now.
|
|
- Added proper obsoletes/conflict for upgrading old -qstart packages.
|
|
- Updated oox and writerfilter to 2008-01-29
|
|
- Updated cli_*.dll
|
|
|
|
* Thu Jan 10 2008 Marcelo Ricardo Leitner <mrl@mandriva.com> 2.3.1-2mdv2008.1
|
|
+ Revision 147621
|
|
Changes at the spec:
|
|
- Split the helps out of l10n packages.
|
|
- Added oodraw to alternatives catalog. Closes: #36618
|
|
- Forces compressing payload with lzma/maximum compression(9).
|
|
- Fixes to build with icedtea. Thanks to Anssi for helping with this move.
|
|
- Add a missing Suggests to tango style at gnome package. Closes: #36519
|
|
Changes from ooo-build tree:
|
|
- Do not merge the help listings with l10n ones.
|
|
|
|
* Fri Dec 14 2007 Marcelo Ricardo Leitner <mrl@mandriva.com> 2.3.1-1mdv2008.1
|
|
+ Revision 133876
|
|
Changes at the spec:
|
|
- New upstream: 2.3.1 Closes: #34236, #34724, #34274 and #35835
|
|
- Fixed alternatives for handling BrOffice support.
|
|
- Fixed wrong dependency for libjpeg.so. Closes: #35354
|
|
- Link against internal xmlsec, as linking with the system one is broken.
|
|
Closes: #35067
|
|
- Fix wrong require for libjpeg.so at -draw subpackage. Closes: #35354
|
|
- Removed alternatives for handling BrOffice support: we simply don't need it.
|
|
- Added update_desktop_database/clean_desktop_database calls to all subpackages
|
|
that holds .desktop files.
|
|
- Disabled mono bindings, as current cooker mono-devel seems broken.
|
|
- Build against system hsqldb.
|
|
- Enhanced /etc/profile.d scripts handling regarding multi-arch support.
|
|
Closes: #35402
|
|
- Added dependencies to java stuff on ooo-base, as it depends on it.
|
|
- Fix alterantives handling for BrOffice support. They were conflicting if you
|
|
had installed both 32 and 64b in the same box.
|
|
- From guillomovitch:
|
|
- bash completion file don't have .sh suffix
|
|
Changes from ooo-build tree:
|
|
- Enhanced packaging. Closes: #35853
|
|
- Fixed wizards path. Closes: #35619
|
|
- Speed up Hungarian fixes processing.
|
|
- Fix msfontextract tools. Closes: #24314
|
|
|
|
* Fri Nov 23 2007 Marcelo Ricardo Leitner <mrl@mandriva.com> 2.3.0.5-2mdv2008.1
|
|
+ Revision 111340
|
|
Changes at the spec:
|
|
- Remove support for old menu system.
|
|
- Added BrOffice support.
|
|
- Moved alternatives scripts to -common package, as it must affect systems
|
|
without the main meta-package.
|
|
- As now we are using alternatives for the .desktop files, update the desktop
|
|
database only after dealing with alternatives.
|
|
- Added patch gtk: fixes wrong free commands in OOo. Closes: #34724
|
|
- Converted openintro_mandriva64.bmp to a 24 bit bitmap, as current splash
|
|
can't handle anything different than that.
|
|
- Using ooo-build tarball from our soft/ repository now.
|
|
- Removed patches angola, force_downloads, ooqstart, xdg and wizards, as they
|
|
are already merged in the tarball.
|
|
- Disable patch firefox-xpcom for now, as seems it can be handled via configure
|
|
options.
|
|
- Place mdvsuffix in bash_completion and profile.d scripts, so we can have both
|
|
archs installed.
|
|
- Check if PYTHONPATH is empty and properly set it, thus avoiding including the
|
|
current dir on the path.
|
|
- Added back support to build without l10n packages (although seems not working
|
|
100%%)
|
|
- Our ooo-build 20071122
|
|
- Uncompressed FontOOo
|
|
- Merged -evolution and -gtk into -gnome
|
|
- Merged -filter-mobiledev into -filter-binfilter
|
|
- Splitted -pyuno
|
|
- Splitted -testtool
|
|
- Moved file listings to ooo-build scripts.
|
|
- Fix alternatives handling for BrOffice support
|
|
- Fix wrong dependency for libjpeg.so. Closes: #35354
|
|
Changes from ooo-build tree:
|
|
- Merged a lot of our patches from the package.
|
|
- Also apply patches from sets CairoFonts, CalcSolver, Split and NotDebian.
|
|
- Merged some patches from ooo-build upstream, including
|
|
gnome-vfs-read-only-smb.diff for our #35183.
|
|
|
|
* Mon Nov 05 2007 Marcelo Ricardo Leitner <mrl@mandriva.com> 2.3.0.5-1mdv2008.1
|
|
+ Revision 106021
|
|
- New upstream: 2.3.0.5 (oog-m7)
|
|
- Disabled linking against system xmlsec, as it (the linking) is currently
|
|
broken.
|
|
- Removed patch xmlsec, as it's not used.
|
|
- Added conflicts to the previous release, as thousands of files were moved.
|
|
- Remove BuildRequires to inkscape: seems to not be needed.
|
|
- Removed german dicts lines, as of commit #104173 we don't need it anymore.
|
|
- -l10n packages should require openoffice.org-common now, and not the whole
|
|
suite.
|
|
- Removed BuildRequires for thousands of locale- packages, as they are not
|
|
needed.
|
|
- Removed support to build the "tiny" langset, as it won't be used.
|
|
- Removed all thes/hyph/dict from the package: they should be available by
|
|
general packages.
|
|
- Updated DicOOo and decompressed it.
|
|
- Make out -clipart package require openclipart one.
|
|
- Try to avoid urpmi question by making all application packages also require
|
|
explicitly -core.
|
|
- Do not force requires for freetype, odbc, sndfile and portaudio, as rpm is
|
|
getting them automatically.
|
|
- Dropped support for < 2007.1
|
|
- Fully disable QA tools for now. We will work on that after release a first
|
|
build for cooker.
|
|
- Main package should also require -impress module.
|
|
- -impress must require -draw
|
|
- Added Suggests for the theme styles on gtk/kde packages.
|
|
- Puts proper dependencies between the subpackages
|
|
- Added libsvg-devel buildrequires.
|
|
- Removed patchs neon and neon2: already fixed in upstream.
|
|
- Removed patch CVE-2007-2834: already fixed in upstream.
|
|
- Updated patch ooqstart
|
|
- Enhanced the detection of the number of processors to use by using
|
|
RPM_BUILD_NCPUS variable.
|
|
- Move the entire gallery collection to openclipart subpackage.
|
|
- Move FontOOo and DicOOo from share/dicts/ooo/ to share/dicts/ at least.
|
|
- Do not include the whole myspell stuff in OOo again, as we are already
|
|
requiring myspell- packages.
|
|
- Fixed icecream paths.
|
|
- Fixed missing trailing \ on hunspell configure option.
|
|
- Do not run configure twice: do not run configure on autogen, as it was being
|
|
done without any option.
|
|
- Enabled ccache.
|
|
- Updated FontOOo
|
|
|
|
* Thu Oct 18 2007 Marcelo Ricardo Leitner <mrl@mandriva.com> 2.2.1-4mdv2008.1
|
|
+ Revision: 99960
|
|
- Remove localwidget patch, it off already.
|
|
- Rediffed ooqstart patch.
|
|
- Fix syntax error in openoffice.org.csh. Closes: #34423
|
|
|
|
* Fri Sep 21 2007 Marcelo Ricardo Leitner <mrl@mandriva.com> 2.2.1-3mdv2008.0
|
|
+ Revision: 95418
|
|
- Fix patch22 order, as used for the build.
|
|
- Added patch force_downloads: force downloading of documents from the web
|
|
and/or other IOs (KIOs). Closes: #26983
|
|
- Adds back '64' tag to .desktop filenames when it's build on x86_64. Closes: #33825
|
|
- Added support for /etc/profile.d/openoffice.org.{c,}sh. Closes: #33475
|
|
- Updated thes_es_ES. Closes: #33536.
|
|
- Updated thes_bg_BG_v2.tar.bz2 and thes_en_US_v2.tar.bz2 in thes-2.tar.
|
|
Closes: #33537, #33538
|
|
- Added patch openoffice.org-2.2.1-CVE-2007-2834.patch. Closes: #33824
|
|
- Force enable gstreamer backend. Closes: #27580
|
|
- Fix Icon tag on desktop files.
|
|
|
|
+ Anssi Hannula <anssi@mandriva.org>
|
|
- fix removal of old alternative when mdvsuffix changes
|
|
|
|
* Wed Sep 05 2007 Marcelo Ricardo Leitner <mrl@mandriva.com> 2.2.1-2mdv2008.0
|
|
+ Revision: 80050
|
|
- Added neon2 patch. Closes: #25204
|
|
- Implemented .desktop categories changes as requested by #32902
|
|
- Added patch desktop_files: do not versionate stable .desktop files.
|
|
- Use ooo-build ver 2.2.1.10110: move on step further on svn version for using
|
|
stable libwp*.
|
|
- Added requires to fonts-ttf-liberation.
|
|
- Forced linking against libneon >= 0.26: linking against 0.24 is even more
|
|
unstable (UI freezes).
|
|
- Removed patch libwpg: already applied on ooo-build-2.2.1-10110.
|
|
- New design for Mandriva 2008.0.
|
|
- Added neon patch: closes #32121
|
|
Fixes handling URL's with wierd chars due to new libneon behaviour change.
|
|
- Fix path for icu tools.
|
|
- Import openoffice.org
|
|
|
|
+ Anssi Hannula <anssi@mandriva.org>
|
|
- require openoffice.org-voikko instead of myspell-hyph-fi in
|
|
openoffice.org-l10n-fi for better Finnish support
|
|
- fix use_systemboost build option
|
|
|
|
+ Thierry Vignaud <tvignaud@mandriva.com>
|
|
- convert prereq
|
|
- kill file require on update-alternatives
|
|
|
|
+ Ademar de Souza Reis Jr <ademar@mandriva.com.br>
|
|
- remove PreReq for chkfontpath (apparently a legacy requirement,
|
|
since it's not used anywhere)
|
|
- change fonts-ttf-vera requirements to fonts-ttf-dejavu
|
|
(Dejavu is the preferred default font)
|
|
|
|
* Fri Jun 29 2007 Marcelo Ricardo Leitner <mrl@mandriva.com> 2.2.1-1mdv2008.0
|
|
- Updated to 2.2.1
|
|
- Renamed to openoffice.org
|
|
- Not using lzma for now
|
|
- Enabled SMP usage.
|
|
- Dropped support for <= 2006.0
|
|
- Added requires to paper-utils, due to paperconf.
|
|
- libwpd, libwpg, libwps, libicu and libmdbtools are now linked externally.
|
|
- Added patch xdg: fix complaiment about MultipleArgs on template2.2.desktop
|
|
- Added patch libwpg: fix missing config variable SYSTEM_LIBWPG during build
|
|
time.
|
|
- Added patch kde: moves fps_kde.uno.so to -kde package, otherwise OOo gets
|
|
confused about kde/gnome dialogs.
|
|
- Added patch ooqstart: fixes ooqstart.desktop exec command line.
|
|
- Many fixes for java/x86_64 from Anssi Hannula, including patch
|
|
ooo-build-fix-build-java-target-patch
|
|
|
|
* Sat Mar 24 2007 Giuseppe Ghibò <ghibo@mandriva.com> 2.2.0-4.rc4.1mdv2007.1
|
|
- ooo-build 2.2.0_cvs20070323.
|
|
- use oof680-m14 (RC4).
|
|
|
|
* Wed Mar 21 2007 Giuseppe Ghibò <ghibo@mandriva.com> 2.2.0-3.m13.2mdv2007.1
|
|
- ooo-build 2.2.0_cvs20070321.
|
|
|
|
* Mon Mar 19 2007 Giuseppe Ghibò <ghibo@mandriva.com> 2.2.0-3.m13.1mdv2007.1
|
|
- Rebuilt against latest clipart-openclipart (fixes bug #29568).
|
|
- ooo-build 2.2.0_cvs20070319.
|
|
- use system libwpd.
|
|
|
|
* Mon Mar 12 2007 Giuseppe Ghibò <ghibo@mandriva.com> 2.2.0-2.rc3.2mdv2007.1
|
|
- ooo-build 2.2.0_cvs20070312.
|
|
- Removed X-MandrivaLinux-Office-Spreadsheet from base*.desktop (bug #29381).
|
|
- Don't use splash screens with transparencies (report by Hélène).
|
|
|
|
* Fri Mar 09 2007 Giuseppe Ghibò <ghibo@mandriva.com> 2.2.0-2.rc3.1mdv2007.1
|
|
- ooo-build 2.2.0_cvs20070309.
|
|
- use oof680-m11 (RC3).
|
|
|
|
* Tue Mar 06 2007 Giuseppe Ghibò <ghibo@mandriva.com> 2.2.0-2.m10.2mdv2007.1
|
|
- ooo-build 2.2.0_cvs20070306.
|
|
- Fixed splash screen.
|
|
|
|
* Sat Mar 03 2007 Giuseppe Ghibò <ghibo@mandriva.com> 2.2.0-2.m10.1mdv2007.1
|
|
- ooo-build 2.2.0_cvs20070304.
|
|
- merged Felipe Arruda's fixes for brazilian .desktop files translations.
|
|
- merged Funda Wang patches for VCL.xcu for chinese menus (bug #29026).
|
|
- force building with system sane.
|
|
- Updated Splash Screens (thanks to Hélène Durosini).
|
|
|
|
* Mon Feb 26 2007 Giuseppe Ghibò <ghibo@mandriva.com> 2.2.0-1mdv2007.1
|
|
- ooo-build 2.2.0_cvs2007025.
|
|
- renamed to *go-ooo to distinguish from main openoffice.org.
|
|
|
|
* Sat Feb 24 2007 Giuseppe Ghibò <ghibo@mandriva.com> 2.1.0-5mdv2007.1
|
|
- removed mimelnk subpackage
|
|
- ooo-build 2.1.6_cvs20070224 (fix problem when saving in PPT).
|
|
- added update-alternatives for ooffice links into %%{_bindir}.
|
|
- moved docdir (to allow coexisting between i586 and x86_64 packages).
|
|
|
|
* Fri Feb 16 2007 Giuseppe Ghibò <ghibo@mandriva.com> 2.1.0-4mdv2007.1
|
|
- ooo-build 2.1.6_cvs20070216.
|
|
- Removed Patch8 (merged upstream).
|
|
- Removed Patch9 (merged upstream).
|
|
- Rebuilt Patch10 (partially merged upstream).
|
|
|
|
* Mon Feb 12 2007 Giuseppe Ghibò <ghibo@mandriva.com> 2.1.0-3mdv2007.1
|
|
- Updated Source15 (updates for de_DE, it_IT, pl_PL,
|
|
new thesaurus for pt_PT, nb_NO, ru_RU).
|
|
|
|
* Sat Feb 10 2007 Giuseppe Ghibò <ghibo@mandriva.com> 2.1.0-2mdv2007.1
|
|
- ooo-build 2.1.5_cvs20070210.
|
|
- Added Patch7 for serializer.jar for problems with gcj.
|
|
|
|
* Thu Feb 08 2007 Giuseppe Ghibò <ghibo@mandriva.com> 2.1.0-1mdv2007.1
|
|
- ooo-build 2.1.3_cvs20070208.
|
|
- use 2.1 for mdvsuffix.
|
|
- Removed Patch5 (no longer needed).
|
|
- OpenOffice 2.1.0.
|
|
- Added Patch7 (temporary disable patch for chinese, as it
|
|
doesn't apply anymore and need to be rediffed).
|
|
- Added BuildConflicts for libportaudio2 (Florian Hubold).
|
|
|
|
* Tue Jan 30 2007 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.4-4mdv2007.1
|
|
- ooo-build 2.0.4.14_cvs20070130.
|
|
|
|
* Mon Jan 29 2007 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.4-3mdv2007.0
|
|
- BuildRequires for libportaudio0-devel instead libportaudio-devel
|
|
(libportaudio2-devel is broken?).
|
|
|
|
* Thu Jan 04 2007 Vincent Danen <vdanen@mandriva.com> 2.0.4-2.1mdv2007.0
|
|
- build for updates, includes the fix for CVE-2006-5870
|
|
|
|
* Wed Dec 20 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.4-2mdv2007.0
|
|
- added mime-types 'application/vnd.ms-works;application/x-msworks-wp;
|
|
zz-application/zz-winassoc-wps' to writer*desktop (bug #27616).
|
|
- cosmetics to the SPEC file.
|
|
|
|
* Wed Dec 20 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.4-1mdv2007.0
|
|
- OpenOffice to 2.0.4.
|
|
- ooo-build 20061220 cvs.
|
|
|
|
* Tue Sep 19 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.3-6mdv2007.0
|
|
- ooo-build 20060919 cvs: fix cjk fonts (bug #22018, #25701).
|
|
|
|
* Fri Sep 15 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.3-5mdv2007.0
|
|
- Rebuilt against mozilla-firefox 1.5.0.7.
|
|
|
|
* Thu Sep 14 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.3-4mdv2007.0
|
|
- Changed .desktop entries categories according to bug #25641.
|
|
- Fixed splash screen (ooo-build 20060914 cvs).
|
|
|
|
* Mon Sep 11 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.3-3mdv2007.0
|
|
- use %%mklibname for unixODBC (from Gwenole).
|
|
- added mk in language list.
|
|
- fixed csh path in setsdk_unix.csh script.
|
|
- Updated FontOOo.sxw wizard to release 1.6.
|
|
- Updated DicOOo.sxwd wizard to release 1.6.1.
|
|
- Removed Patch5,6 (unused).
|
|
- Removed Patch7, merged ooo-build upstream (ooo-build 2.0.3-20060911).
|
|
- Added mimetypes for old OpenOffice formats (missed in kdelibs-common),
|
|
Source53 and mimelnk subpackage.
|
|
- Removed kaffe from "Conflicts" (seems not conflicting in runtime)
|
|
(from D.Walluck).
|
|
|
|
* Mon Aug 21 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.3-2mdv2007.0
|
|
- ooo-build 20060821 cvs.
|
|
- Merged Anssi Hannula's fixes (and added -devel and -devel-doc subpackages).
|
|
- Added Patch7 for dbus-0.91.
|
|
|
|
* Thu Jul 06 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.3-1mdv2007.0
|
|
- Release 2.0.3.
|
|
- ooo-build 20060706 cvs.
|
|
|
|
* Mon Jun 26 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.3-0.m6.2mdv2007.0
|
|
- ooo-build 20060624 cvs.
|
|
|
|
* Wed Jun 21 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.3-0.m6.1mdv2006.0
|
|
- Release oooc680-m6.
|
|
- Added Breton language.
|
|
|
|
* Mon Jun 19 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.3-0.m5.1mdk
|
|
- 2.0.3-m5.
|
|
- ooo-build 20060619 cvs.
|
|
- Removed hunspell subpackage (was empty).
|
|
- Renamed package to OpenOffice.org (warly).
|
|
|
|
* Sat May 06 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.2-6mdk
|
|
- ooo-build 2.0.2.9.
|
|
- Added Patch6 to allow building with neon library version 0.26.
|
|
|
|
* Sat Apr 15 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.2-5mdk
|
|
- ooo-build 2.0.2.7 (fixes also bug #21869).
|
|
- fix typo in Requires when --with systemdb is used (thanks to Richard Houser).
|
|
- Disable default cairo rendering for 2006.0 (cause jittering/slow down under
|
|
Impress presentations).
|
|
|
|
* Sat Mar 18 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.2-4mdk
|
|
- ooo-build 2.0.2.1.
|
|
|
|
* Sat Mar 11 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.2-3mdk
|
|
- Removed Patch3 (merged into ooo-build upstream).
|
|
- ooo-build 2.0.2.cvs20060311.
|
|
|
|
* Sat Mar 11 2006 Giuseppe Ghibr <ghibo@mandriva.com> 2.0.2-2mdk
|
|
- Modified Patch3 (set OOO_EXTRA_ARG to empty string which is
|
|
not the same as unset).
|
|
|
|
* Thu Mar 09 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.2-1mdk
|
|
- Release 2.0.2 final.
|
|
- ooo-build 2.0.2.
|
|
|
|
* Mon Mar 06 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.2-0.rc4.3mdk
|
|
- moved ooqstart to a standalone subpackage (Patch4).
|
|
|
|
* Sat Mar 04 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.2-0.rc4.2mdk
|
|
- ooo-build 2.0.157.cvs20060304 (fixes bug #21428, IZ#62068).
|
|
- Added Patch3 (fixes OOO_EXTRA_ARG env var when it's not set and
|
|
called from ooffice2.0 wrapper).
|
|
|
|
* Fri Mar 03 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.2-0.rc4.1mdk
|
|
- ooo-build 2.0.157.cvs20060302.
|
|
- Disable direct quickstart call for now.
|
|
|
|
* Thu Mar 02 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.2-0.m5.2mdk
|
|
- ooo-build 2.0.157.cvs20060301.
|
|
- Added Conflicts: kaffe.
|
|
|
|
* Wed Mar 01 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.2-0.m5.1mdk
|
|
- Release oob680-m5.
|
|
|
|
* Tue Feb 28 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.2-0.m4.1mdk
|
|
- Release oob680-m4.
|
|
|
|
* Mon Feb 06 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0.1-1mdk
|
|
- Release 2.0.1
|
|
- remove --with-system-db-version in configure because doesn't exists anymore.
|
|
- added --with-systemdb conditional flag.
|
|
- added --with-tiny_langset conditional flag
|
|
- ooo-build-2.0.1.3.
|
|
- Added --with gcj switch for building with gcj instead of Sun JDK.
|
|
- Added Patch1 for supporting .lzma tarballs.
|
|
- Added Patch2 to fix bug #19111 (from Eskild Hustvedt).
|
|
- Moved Patch5 into ooo-build tree.
|
|
|
|
* Sat Jan 14 2006 Giuseppe Ghibò <ghibo@mandriva.com> 2.0-7mdk
|
|
- fixed bug IZ#47323.
|
|
- removed de-DE.tar.bz2 from Source15 not Source14.
|
|
- ooo-build-cvs20051026 (fix bug IZ#52047).
|
|
- renamed menu name to openoffice.org-2.0 (Gwenole).
|
|
- Added bulgarian l10n subpackage.
|
|
- ooo-build-cvs20060114.
|
|
- Lowered optimization to -O1, as -O2 causes segfaults (with gcc 4.0.2-1mdk) in the
|
|
libunosal.so.3 libs from javaldx executable during package building.
|
|
|
|
* Thu Oct 20 2005 Giuseppe Ghibò <ghibo@mandriva.com> 2.0-1mdk
|
|
- 2.0 final.
|
|
|
|
* Fri Oct 14 2005 Giuseppe Ghibò <ghibo@mandriva.com> 2.0-0.rc3.1mdk
|
|
- 2.0-rc3.
|
|
|
|
* Mon Sep 26 2005 Giuseppe Ghibò <ghibo@mandriva.com> 2.0-0.m129.3mdk
|
|
- ooobuild cvs 20050924.
|
|
- moved libsndfile.so, libportaudio.so, libdb-4.2.so, libmyspell.so,
|
|
libstlport_gcc.so to provides exceptions (Pascal Terjan).
|
|
|
|
|
|
* Sat Sep 24 2005 Giuseppe Ghibò <ghibo@mandriva.com> 2.0-0.m129.2mdk
|
|
- ooobuild cvs 20050921.
|
|
- Removed Patch4 (fixed in upstream).
|
|
- Added libdb-4.2.so, libmyspell.so, libstlport_gcc.so to require exceptions
|
|
(bug #17262).
|
|
|
|
* Sat Sep 17 2005 Giuseppe Ghibò <ghibo@mandriva.com> 2.0-0.m129.1mdk
|
|
- 1.9.129.
|
|
- ooobuild cvs 20050918.
|
|
- Removed Patch0->3 (merged upstream).
|
|
- Added Patch4 (disable patch for i54709), because it doesn't apply correctly.
|
|
- White progressbar.
|
|
- Added Gwenole Patches for having OOo2 working under X86_64 in 32bit mode
|
|
(Patch5).
|
|
|
|
* Wed Sep 14 2005 Giuseppe Ghibò <ghibo@mandriva.com> 2.0-0.m128.5mdk
|
|
- Fix bug #18581 (libportaudio).
|
|
- Move libkab1.so to -kde package (pterjan).
|
|
|
|
* Wed Sep 14 2005 Giuseppe Ghibò <ghibo@mandriva.com> 2.0-0.m128.4mdk
|
|
- ooobuild cvs 20050914.
|
|
|
|
* Wed Sep 14 2005 Giuseppe Ghibò <ghibo@mandriva.com> 2.0-0.m128.3mdk
|
|
- added Patch0 for spellchecker
|
|
- Updated Source16.
|
|
|
|
* Mon Sep 12 2005 Giuseppe Ghibò <ghibo@mandriva.com> 2.0-0.m128.2mdk
|
|
- binfilters, mono.
|
|
|
|
* Thu Sep 08 2005 Giuseppe Ghibò <ghibo@mandriva.com> 2.0-0.m128.1mdk
|
|
- 1.9.128.
|
|
|
|
* Mon Jul 25 2005 Giuseppe Ghibò <ghibo@mandriva.com> 2.0-0.m121.1mdk
|
|
- 1.9.121.
|
|
|
|
* Mon Jul 11 2005 Giuseppe Ghibò <ghibo@mandriva.com> 2.0-0.m116.1mdk
|
|
- 1.9.116.
|
|
|
|
* Mon Jul 11 2005 Giuseppe Ghibò <ghibo@mandriva.com> 2.0-0.m114.1mdk
|
|
- 1.9.114.
|
|
|
|
* Fri Jun 24 2005 Giuseppe Ghibò <ghibo@mandriva.com> 2.0-0.m110.1mdk
|
|
- Updated ooo-build to cvs 20050624.
|
|
|
|
* Thu Jun 23 2005 Giuseppe Ghibò <ghibo@mandriva.com> 2.0-0.m108.2mdk
|
|
- Updated ooo-build to cvs 20050623 (fixes problem with
|
|
icon sets).
|
|
|
|
* Wed Jun 22 2005 Giuseppe Ghibò <ghibo@mandriva.com> 2.0-0.m108.1mdk
|
|
- 1.9.110.
|
|
|
|
* Wed Mar 23 2005 Giuseppe Ghibò <ghibo@mandrakesoft.com> 1.1.4-1mdk
|
|
- 1.1.4.
|
|
|
|
* Fri Jan 21 2005 Giuseppe Ghibò <ghibo@mandrakesoft.com> 1.1.3-1mdk
|
|
- Initial release.
|