2014-08-14 22:02:29 +04:00
%define _enable_debug_packages %{nil}
2013-09-05 22:06:18 +04:00
%define debug_package %{nil}
2012-09-17 13:37:52 +04:00
%define _binary_payload w1.xzdio
%define _source_payload w1.xzdio
2012-04-17 15:11:02 +04:00
2014-06-20 16:53:24 +04:00
%bcond_without l10n
%bcond_with icecream
%bcond_with ccache
%if %{with l10n}
2016-12-26 00:47:13 +03:00
%define langs en-US af ar as bg bn br bs ca cs cy da de dz el en-GB es et eu fa fi fr ga gl gu he hi hr hu it ja ko kn lt lv mai mk ml mr nb nl nn nr nso or pa-IN pl pt pt-BR ro ru si sk sl sr ss st sv ta te th tn tr ts uk ve xh zh-TW zh-CN zu
%define helplangs ar bg bn bs ca cs da de dz el en-GB es et eu fi fr gl gu he hi hr hu it ja ko lt lv mk nb nl nn pl pt pt-BR ro ru si sk sl sv ta tr uk zh-CN zh-TW en-US
2012-04-17 15:11:02 +04:00
%else
2016-12-26 00:47:13 +03:00
%define langs en-US
%define helplangs en-US
2012-04-17 15:11:02 +04:00
%endif
2014-11-13 07:11:49 -05:00
%define javaless 1
2013-09-20 08:28:49 +11:00
2016-12-26 00:47:13 +03:00
%define relurl http://download.documentfoundation.org/libreoffice/src/%{version}
%define devurl http://dev-www.libreoffice.org/ooo_external
%define srcurl http://dev-www.libreoffice.org/src/
%define oxyurl http://ooo.itc.hu/oxygenoffice/download/libreoffice/
%define distroname ROSA
%define ooname libreoffice
2018-02-12 16:34:00 +03:00
%define buildver %{version}.1
2016-12-26 00:47:13 +03:00
%define ooodir %{_libdir}/libreoffice
2018-02-12 16:34:00 +03:00
%define antver 1.10.2
2017-07-31 03:48:44 +03:00
%define antpath %{_builddir}/libreoffice-%{version}/apache-ant-%{antver}
2012-04-17 15:11:02 +04:00
2016-12-26 00:47:13 +03:00
%define ccachedir ~/.ccache-OOo
2012-04-17 15:11:02 +04:00
2012-09-17 13:37:52 +04:00
%if %{_use_internal_dependency_generator}
2014-06-20 16:53:24 +04:00
%define __noautoreq 'libjawt.so|libmyspell.so|libstlport_gcc.so|libmono.so|mono|devel\\(libunoidl(.*)'
%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\\|devel(libunoidl)\\|devel(libunoidl(64bit))
%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
2012-09-17 13:37:52 +04:00
%endif
2014-08-28 01:27:23 +11:00
Summary : Office suite
2013-03-04 13:55:29 +04:00
Name : libreoffice
2012-04-17 15:11:02 +04:00
Epoch : 1
2018-03-06 15:52:45 +03:00
Version : 5.4.6
2018-02-12 16:34:00 +03:00
Release : 1
2015-03-04 18:04:32 +10:00
License : (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and Artistic
Group : Office
Url : http://www.libreoffice.org
2013-09-05 22:06:18 +04:00
Source0 : %{relurl} /%{ooname} -%{buildver} .tar.xz
Source1 : %{relurl} /%{ooname} -dictionaries-%{buildver} .tar.xz
Source2 : %{relurl} /%{ooname} -help-%{buildver} .tar.xz
Source3 : %{relurl} /%{ooname} -translations-%{buildver} .tar.xz
2014-08-07 10:14:12 +04:00
Source4 : http://dev-www.libreoffice.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll
2013-09-05 22:06:18 +04:00
2016-04-04 19:05:53 +10:00
# Unused, should be dropped in future package updates
2014-06-20 16:53:24 +04:00
Source10 : Mandriva-Rosa_Icons.tar.bz2
2014-11-13 07:11:49 -05:00
%if %{javaless}
2017-07-31 03:48:44 +03:00
Source20 : http://archive.apache.org/dist/ant/binaries/apache-ant-%{antver} -bin.tar.bz2
2014-11-26 22:57:28 +04:00
Source30 : %{devurl} /048751f3271906db5126ab76870444c4-commons-codec-1.9-src.zip
2015-01-27 00:30:51 +10:00
Source31 : %{devurl} /2c9b0f83ed5890af02c0df1c1776f39b-commons-httpclient-3.1-src.tar.gz
2015-03-04 18:04:32 +10:00
Source32 : %{devurl} /8ab049135b2d15313da5d9f0656894a1-commons-lang3-3.3.1-src.tar.gz
Source321 : %{devurl} /commons-logging-1.2-src.tar.gz
2014-11-13 07:11:49 -05:00
%endif
2015-03-04 18:04:32 +10:00
Source33 : %{devurl} /17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
2013-09-05 22:06:18 +04:00
Source35 : %{devurl} /798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
2013-09-18 21:13:44 +11:00
Source36 : %{devurl} /a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
2014-08-28 01:27:23 +11:00
Source37 : %{devurl} /35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
2013-09-05 22:06:18 +04:00
2014-06-20 16:53:24 +04:00
# Extensions
2017-07-31 03:48:44 +03:00
Source49 : %{srcurl} pdfium-3064.tar.bz2
2014-08-28 01:27:23 +11:00
Source51 : %{srcurl} b63e6340a02ff1cacfeadb2c42286161-JLanguageTool-1.7.0.tar.bz2
Source54 : %{oxyurl} b632bdd25649cc4067bcb410bae23d2b-hunart_0.3.oxt
Source56 : %{srcurl} b7cae45ad2c23551fd6ccb8ae2c1f59e-numbertext_0.9.5.oxt
2014-06-20 16:53:24 +04:00
Source60 : %{oxyurl} af9314c5972d95a5d6da23ffad818f68-OOOP-gallery-pack-2.8.0.0.zip
Source61 : %{oxyurl} 1be202fbbbc13f10592a98f70a4a87fb-OOOP-templates-pack-2.9.0.0.zip
2014-08-28 01:27:23 +11:00
Source62 : %{oxyurl} 53ca5e56ccd4cab3693ad32c6bd13343-Sun-ODF-Template-Pack-de_1.0.0.oxt
Source63 : %{oxyurl} 472ffb92d82cf502be039203c606643d-Sun-ODF-Template-Pack-en-US_1.0.0.oxt
Source64 : %{oxyurl} 4ad003e7bbda5715f5f38fde1f707af2-Sun-ODF-Template-Pack-es_1.0.0.oxt
Source65 : %{oxyurl} a53080dc876edcddb26eb4c3c7537469-Sun-ODF-Template-Pack-fr_1.0.0.oxt
Source66 : %{oxyurl} 09ec2dac030e1dcd5ef7fa1692691dc0-Sun-ODF-Template-Pack-hu_1.0.0.oxt
Source67 : %{oxyurl} b33775feda3bcf823cad7ac361fd49a6-Sun-ODF-Template-Pack-it_1.0.0.oxt
2014-08-05 14:20:18 +04:00
Source68 : %{srcurl} 4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
Source69 : %{srcurl} OpenCOLLADA-master-6509aa13af.tar.bz2
2015-12-16 21:54:43 +10:00
Source70 : %{srcurl} 1f467e5bb703f12cbbb09d5cf67ecf4a-converttexttonumber-1-5-0.oxt
2014-06-20 16:53:24 +04:00
Source1000 : libreoffice.rpmlintrc
2017-07-31 03:48:44 +03:00
Patch0 : libreoffice-5.4.0.1-disable-test-languagetag.patch
2014-06-20 16:53:24 +04:00
Patch1 : libreoffice-4.2.5-icu-49.patch
2017-07-31 03:48:44 +03:00
Patch2 : libreoffice-5.4.0.1-disable-test-hsqldb.patch
Patch3 : libreoffice-5.4.0.1-disable-test-firebird.patch
2014-08-05 14:20:18 +04:00
2017-07-31 03:48:44 +03:00
Patch51 : libreoffice-5.4.0.1-impress-kde-crash-hack.patch
2013-09-05 22:06:18 +04:00
# ROSA vendor patch
2014-06-23 15:46:48 +11:00
Patch100 : libreoffice-4.1-vendor.patch
2017-07-31 03:48:44 +03:00
Patch101 : libreoffice-5.3.1.1-desktop-categories.patch
2016-09-06 12:28:22 +10:00
Patch102 : libreoffice-5.2.1.2-desktop-protocols.patch
2016-06-20 15:01:55 +03:00
Patch104 : libreoffice-5.1.2.2-desktop-startcenter-nomate.patch
2017-11-16 00:34:43 +10:00
# Use breeze icons theme as fallback instead of tango
Patch105 : libreoffice-5.4.3.1-breeze-fallback-theme.patch
2012-04-17 15:11:02 +04:00
2018-01-05 20:40:56 +10:00
# Backports from upstream
Patch200 : libreoffice-5.4.4.2-bug107039.patch
2014-08-28 01:27:23 +11:00
BuildRequires : bison
BuildRequires : bsh
2014-06-20 16:53:24 +04:00
%if %{with ccache}
2012-04-17 15:11:02 +04:00
BuildRequires : ccache
%endif
2013-09-05 22:06:18 +04:00
BuildRequires : desktop-file-utils
2014-06-20 16:53:24 +04:00
BuildRequires : doxygen >= 1.8.4
2012-04-17 15:11:02 +04:00
BuildRequires : ed
BuildRequires : flex
2013-09-05 22:06:18 +04:00
BuildRequires : flute
BuildRequires : git
2012-04-17 15:11:02 +04:00
BuildRequires : gperf
2014-08-28 01:27:23 +11:00
%if %{with icecream}
BuildRequires : icecream
%endif
2013-09-05 22:06:18 +04:00
BuildRequires : icu
2012-04-17 15:11:02 +04:00
BuildRequires : imagemagick
2016-04-04 18:59:06 +10:00
BuildRequires : locales-en
2017-07-31 03:48:44 +03:00
BuildRequires : pkgconfig(libstaroffice-0.0)
BuildRequires : pkgconfig(libzmf-0.0)
2013-09-05 22:06:18 +04:00
BuildRequires : pentaho-libxml
BuildRequires : pentaho-reporting-flow-engine
2012-04-17 15:11:02 +04:00
BuildRequires : perl-Archive-Zip
BuildRequires : perl-MDK-Common
BuildRequires : perl-HTML-Parser
BuildRequires : perl-XML-Twig
2013-09-05 22:06:18 +04:00
BuildRequires : python-translate >= 1.9.0
BuildRequires : recode
BuildRequires : sac
2014-08-28 01:27:23 +11:00
BuildRequires : servlet3
BuildRequires : sharutils
2013-09-05 22:06:18 +04:00
BuildRequires : tcsh
2012-04-17 15:11:02 +04:00
BuildRequires : unzip
2013-09-05 22:06:18 +04:00
BuildRequires : xsltproc >= 1.0.19
2012-04-17 15:11:02 +04:00
BuildRequires : zip
2014-08-28 01:27:23 +11:00
BuildRequires : boost-devel
2013-09-05 22:06:18 +04:00
BuildRequires : cups-devel
2016-04-04 18:59:06 +10:00
BuildRequires : db-devel
2014-08-28 01:27:23 +11:00
BuildRequires : glm-devel
2013-09-05 22:06:18 +04:00
BuildRequires : hyphen-devel
BuildRequires : java-devel
BuildRequires : kdelibs4-devel
BuildRequires : lpsolve-devel
2014-08-28 01:27:23 +11:00
BuildRequires : mysql-connector-c++-devel
2013-09-05 22:06:18 +04:00
BuildRequires : nas-devel
BuildRequires : openldap-devel
BuildRequires : pam-devel
BuildRequires : qt4-devel
BuildRequires : readline-devel
BuildRequires : unixODBC-devel
BuildRequires : vigra-devel
2017-07-31 03:48:44 +03:00
BuildRequires : gpgmepp-devel
2013-09-05 22:06:18 +04:00
BuildRequires : pkgconfig(bluez)
2017-09-02 13:48:17 +10:00
BuildRequires : pkgconfig(cppunit) >= 1.14.0
2013-09-05 22:06:18 +04:00
BuildRequires : pkgconfig(dbus-1)
BuildRequires : pkgconfig(expat)
2014-08-05 14:20:18 +04:00
BuildRequires : pkgconfig(libetonyek-0.1)
BuildRequires : pkgconfig(libfreehand-0.1)
2013-09-05 22:06:18 +04:00
BuildRequires : pkgconfig(freetype2)
BuildRequires : pkgconfig(gconf-2.0)
2016-04-04 18:59:06 +10:00
BuildRequires : pkgconfig(glew)
2013-09-05 22:06:18 +04:00
BuildRequires : pkgconfig(glitz)
BuildRequires : pkgconfig(glu)
BuildRequires : pkgconfig(gnome-vfs-2.0)
BuildRequires : pkgconfig(gnutls)
BuildRequires : pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires : pkgconfig(graphite2)
2015-03-04 18:04:32 +10:00
BuildRequires : pkgconfig(gstreamer-plugins-base-1.0)
2013-09-05 22:06:18 +04:00
BuildRequires : pkgconfig(egl)
BuildRequires : pkgconfig(gtk+-2.0)
2016-04-06 00:58:15 +10:00
BuildRequires : pkgconfig(gtk+-3.0)
2013-09-05 22:06:18 +04:00
BuildRequires : pkgconfig(hunspell)
BuildRequires : pkgconfig(icu-le)
2013-03-04 13:55:29 +04:00
BuildRequires : pkgconfig(lcms2)
2014-08-05 14:20:18 +04:00
BuildRequires : pkgconfig(libabw-0.1)
2013-09-05 22:06:18 +04:00
BuildRequires : pkgconfig(libclucene-core)
2015-03-04 18:04:32 +10:00
BuildRequires : pkgconfig(libcmis-0.5)
2013-09-05 22:06:18 +04:00
BuildRequires : pkgconfig(libcurl)
2014-08-05 14:20:18 +04:00
BuildRequires : pkgconfig(libcdr-0.1)
BuildRequires : pkgconfig(libe-book-0.1)
2014-06-20 16:53:24 +04:00
BuildRequires : pkgconfig(libeot)
2013-09-05 22:06:18 +04:00
BuildRequires : pkgconfig(libexttextcat)
2017-07-31 03:48:44 +03:00
BuildRequires : pkgconfig(libgltf-0.1)
2016-09-05 20:55:29 +10:00
BuildRequires : pkgconfig(libixion-0.12)
2013-09-05 22:06:18 +04:00
BuildRequires : pkgconfig(liblangtag)
2014-08-05 14:20:18 +04:00
BuildRequires : pkgconfig(libmspub-0.1)
2015-03-04 18:08:30 +10:00
BuildRequires : pkgconfig(libmwaw-0.3) >= 0.3.4
2014-08-05 14:20:18 +04:00
BuildRequires : pkgconfig(libodfgen-0.1) >= 0.1.0
2017-07-31 03:48:44 +03:00
BuildRequires : pkgconfig(liborcus-0.12)
2015-03-04 18:08:30 +10:00
BuildRequires : pkgconfig(libpagemaker-0.0)
2014-08-28 01:27:23 +11:00
BuildRequires : pkgconfig(libpq)
2016-04-04 18:59:06 +10:00
BuildRequires : pkgconfig(librevenge-0.0)
2013-09-05 22:06:18 +04:00
BuildRequires : pkgconfig(librsvg-2.0)
BuildRequires : pkgconfig(libstartup-notification-1.0)
BuildRequires : pkgconfig(libsvg)
2016-10-19 23:49:11 +10:00
BuildRequires : pkgconfig(libtiff-4)
2013-09-05 22:06:18 +04:00
BuildRequires : pkgconfig(libucpp)
2014-08-05 14:20:18 +04:00
BuildRequires : pkgconfig(libvisio-0.1)
2014-08-28 01:27:23 +11:00
BuildRequires : pkgconfig(libwpd-0.10)
BuildRequires : pkgconfig(libwpg-0.3)
2016-04-04 18:59:06 +10:00
BuildRequires : pkgconfig(libwps-0.4)
2013-09-05 22:06:18 +04:00
BuildRequires : pkgconfig(libxml-2.0)
BuildRequires : pkgconfig(libxslt)
BuildRequires : pkgconfig(libxul)
2016-09-05 21:56:46 +10:00
BuildRequires : pkgconfig(mdds-1.2)
2013-09-05 22:06:18 +04:00
BuildRequires : pkgconfig(mythes)
BuildRequires : pkgconfig(neon)
BuildRequires : pkgconfig(nspr)
BuildRequires : pkgconfig(nss)
BuildRequires : pkgconfig(poppler)
BuildRequires : pkgconfig(poppler-glib)
BuildRequires : pkgconfig(poppler-cpp)
BuildRequires : pkgconfig(portaudio-2.0)
BuildRequires : pkgconfig(python3)
BuildRequires : pkgconfig(raptor)
BuildRequires : pkgconfig(rasqal)
BuildRequires : pkgconfig(redland)
BuildRequires : pkgconfig(sane-backends)
BuildRequires : pkgconfig(sndfile)
BuildRequires : pkgconfig(xaw7)
2017-09-02 13:48:17 +10:00
BuildRequires : pkgconfig(xmlsec1) >= 1.2.24
2013-09-05 22:06:18 +04:00
BuildRequires : pkgconfig(xpm)
BuildRequires : pkgconfig(xtst)
BuildRequires : pkgconfig(zlib)
2012-09-17 13:37:52 +04:00
%if !%{javaless}
2013-09-05 22:06:18 +04:00
BuildRequires : ant
2014-06-20 16:53:24 +04:00
BuildRequires : ant-apache-regexp
BuildRequires : apache-commons-codec
BuildRequires : apache-commons-lang
2013-09-05 22:06:18 +04:00
BuildRequires : jakarta-commons-httpclient
2014-06-20 16:53:24 +04:00
BuildRequires : junit
2015-06-19 14:11:59 +04:00
BuildRequires : java-1.8.0-openjdk-devel
2014-08-28 01:27:23 +11:00
%endif
2014-11-30 22:05:26 +04:00
Suggests : %{name} -java = %{EVRD}
2012-04-17 15:11:02 +04:00
# STLport-devel 4.5 + private patches are needed
BuildConflicts : STLport-devel
2013-09-05 22:06:18 +04:00
# 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}
Provides : LibreOffice = %{EVRD}
Provides : LibreOffice-libs = %{EVRD}
2013-08-08 15:42:52 +03:00
2012-04-17 15:11:02 +04:00
%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.
2014-06-23 16:23:45 +11:00
%files
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2012-04-17 15:11:02 +04:00
%package base
2013-09-05 22:06:18 +04:00
Summary : LibreOffice office suite - database
Group : Office
Requires : %{name} -common = %{EVRD}
2015-03-04 18:04:32 +10:00
Requires : %{name} -java = %{EVRD}
2014-12-12 13:07:51 +04:00
# Require openjdk, we have problems with Oracle Java
Requires : java-openjdk
2012-04-17 15:11:02 +04:00
%description base
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
2014-06-23 16:23:45 +11:00
%files base -f file-lists/base_list.txt
%{_mandir} /man1/lobase*
%{_iconsdir} /hicolor/scalable/apps/mandriva-rosa-lo-base_72.svg
2014-08-14 22:01:17 +04:00
%{ooodir} /share/xdg/base.desktop
2016-04-04 18:59:06 +10:00
%{_datadir} /appdata/libreoffice-base.appdata.xml
2014-06-23 16:23:45 +11:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2012-04-17 15:11:02 +04:00
%package calc
2013-09-05 22:06:18 +04:00
Summary : LibreOffice office suite - spreadsheet
Group : Office
Requires : %{name} -common = %{EVRD}
2012-04-17 15:11:02 +04:00
%description calc
This package contains the spreadsheet component for LibreOffice.
2014-06-23 16:23:45 +11:00
%files calc -f file-lists/calc_list.txt
%{_mandir} /man1/localc*
%{_iconsdir} /hicolor/scalable/apps/mandriva-rosa-lo-calc_72.svg
2014-08-14 22:01:17 +04:00
%{ooodir} /share/xdg/calc.desktop
2016-04-04 18:59:06 +10:00
%{_datadir} /appdata/libreoffice-calc.appdata.xml
2014-06-23 16:23:45 +11:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2012-04-17 15:11:02 +04:00
%package common
2014-06-20 16:53:24 +04:00
Summary : LibreOffice office suite common files
2013-09-05 22:06:18 +04:00
Group : Office
2012-04-17 15:11:02 +04:00
# Require at least one style to be installed
2013-09-05 22:06:18 +04:00
Requires : %{name} -style = %{EVRD}
2015-03-04 18:04:32 +10:00
# But force galaxy style because it was used by default
Requires : %{name} -style-galaxy = %{EVRD}
2016-04-04 18:59:06 +10:00
# And breeze too, it should be default for Plasma 5
Requires : %{name} -style-breeze = %{EVRD}
2018-02-13 23:15:35 +03:00
Requires : kde4-config-file
2013-09-05 22:06:18 +04:00
Suggests : %{name} -help-en_US = %{EVRD}
2012-04-17 15:11:02 +04:00
# And then general requires for OOo follows
2013-09-05 22:06:18 +04:00
Requires : ghostscript
Requires : fonts-ttf-liberation
Requires : desktop-common-data >= 2008
2012-04-17 15:11:02 +04:00
# rpm will automatically grab the require for libsane1, but there are some
# configs needed at this package, so we must require it too.
2013-09-05 22:06:18 +04:00
Requires : sane-backends
2014-08-05 14:20:18 +04:00
# Due to {_bindir}/paperconf
2013-09-05 22:06:18 +04:00
# Requires: paper-utils
2014-06-24 15:23:52 +11:00
# Upstream merged
Conflicts : %{name} -core < %{EVRD}
2014-06-20 16:53:24 +04:00
Obsoletes : %{name} -core < %{EVRD}
2014-06-24 15:23:52 +11:00
Conflicts : %{name} -java-common < %{EVRD}
2014-06-20 16:53:24 +04:00
Obsoletes : %{name} -java-common < %{EVRD}
2014-06-24 15:23:52 +11:00
Conflicts : %{name} -dtd-officedocument1.0 < %{EVRD}
2014-06-20 16:53:24 +04:00
Obsoletes : %{name} -dtd-officedocument1.0 < %{EVRD}
2014-06-24 15:23:52 +11:00
Conflicts : %{name} -extension-xsltfilter < %{EVRD}
Obsoletes : %{name} -extension-xsltfilter < %{EVRD}
2016-04-26 18:34:55 +10:00
Conflicts : %{name} -openclipart < 1:5.1.2-2
2017-08-01 04:03:54 +03:00
Obsoletes : %{name} -extension-barcode < %{EVRD}
Conflicts : %{name} -extension-barcode < %{EVRD}
Obsoletes : %{name} -extension-gdocs < %{EVRD}
Conflicts : %{name} -extension-gdocs < %{EVRD}
Obsoletes : %{name} -extension-SmART < %{EVRD}
Conflicts : %{name} -extension-SmART < %{EVRD}
Obsoletes : %{name} -extension-typo < %{EVRD}
Conflicts : %{name} -extension-typo < %{EVRD}
Obsoletes : %{name} -extension-validator < %{EVRD}
Conflicts : %{name} -extension-validator < %{EVRD}
Obsoletes : %{name} -extension-watchwindow < %{EVRD}
Conflicts : %{name} -extension-watchwindow < %{EVRD}
Obsoletes : %{name} -templates-common < %{EVRD}
Conflicts : %{name} -templates-common < %{EVRD}
Obsoletes : %{name} -templates-cs < %{EVRD}
Obsoletes : %{name} -templates-de < %{EVRD}
Obsoletes : %{name} -templates-en_US < %{EVRD}
Obsoletes : %{name} -templates-es < %{EVRD}
Obsoletes : %{name} -templates-fi < %{EVRD}
Obsoletes : %{name} -templates-fr < %{EVRD}
Obsoletes : %{name} -templates-hu < %{EVRD}
Obsoletes : %{name} -templates-it < %{EVRD}
Obsoletes : %{name} -templates-ja < %{EVRD}
Obsoletes : %{name} -templates-nl < %{EVRD}
Obsoletes : %{name} -templates-pl < %{EVRD}
Obsoletes : %{name} -templates-pt_BR < %{EVRD}
Obsoletes : %{name} -templates-sv < %{EVRD}
Obsoletes : %{name} -templates-tr < %{EVRD}
Obsoletes : %{name} -templates-zh_CN < %{EVRD}
Conflicts : %{name} -templates-cs < %{EVRD}
Conflicts : %{name} -templates-de < %{EVRD}
Conflicts : %{name} -templates-en_US < %{EVRD}
Conflicts : %{name} -templates-es < %{EVRD}
Conflicts : %{name} -templates-fi < %{EVRD}
Conflicts : %{name} -templates-fr < %{EVRD}
Conflicts : %{name} -templates-hu < %{EVRD}
Conflicts : %{name} -templates-it < %{EVRD}
Conflicts : %{name} -templates-ja < %{EVRD}
Conflicts : %{name} -templates-nl < %{EVRD}
Conflicts : %{name} -templates-pl < %{EVRD}
Conflicts : %{name} -templates-pt_BR < %{EVRD}
Conflicts : %{name} -templates-sv < %{EVRD}
Conflicts : %{name} -templates-tr < %{EVRD}
Conflicts : %{name} -templates-zh_CN < %{EVRD}
2014-06-20 16:53:24 +04:00
%description common
This package contains the application-independent files of LibreOffice.
2013-09-18 21:13:44 +11:00
2014-06-23 16:23:45 +11:00
%files common -f file-lists/core_list.txt
%{_iconsdir} /hicolor/scalable/apps/mandriva-rosa-lo_72.svg
%{_mandir} /man1/loffice*
%{_mandir} /man1/lofromtemplate*
%{_mandir} /man1/libreoffice*
%{_mandir} /man1/unopkg.1*
%{_libdir} /libreoffice/program/classes/ScriptProviderForBeanShell.jar
%{_libdir} /libreoffice/program/services/scriptproviderforbeanshell.rdb
2016-04-26 18:34:55 +10:00
%{ooodir} /share/gallery/sg24.*
2016-09-06 22:57:54 +10:00
%{ooodir} /share/libreofficekit/handle_*.png
2014-06-23 16:23:45 +11:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-20 16:53:24 +04:00
%package java
Summary : Java dependent parts of LibreOffice
2013-09-05 22:06:18 +04:00
Group : Office
2014-06-20 16:53:24 +04:00
Requires : %{name} -common = %{EVRD}
2015-03-04 18:04:32 +10:00
# (tpg) https://issues.openmandriva.org/show_bug.cgi?id=1056
Requires : pentaho-reporting-flow-engine
2012-04-17 15:11:02 +04:00
2014-06-20 16:53:24 +04:00
%description java
Java dependent parts of LibreOffice.
2013-09-18 21:13:44 +11:00
2014-06-20 16:53:24 +04:00
This package contains templates and other optional parts of LibreOffice
that require a Java stack (such as OpenJDK) to be installed.
2013-09-18 21:13:44 +11:00
2014-06-23 16:23:45 +11:00
%files java -f file-lists/java_common_list.txt
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2012-04-17 15:11:02 +04:00
%package devel
2013-09-05 22:06:18 +04:00
Summary : LibreOffice SDK - development files
Group : Office
Requires : %{name} -common = %{EVRD}
%if "%{_lib}" == "lib64"
Provides : devel(libxmlreader(64bit)) = %{EVRD}
2014-06-20 16:53:24 +04:00
Provides : devel(libxmlreaderlo(64bit)) = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : devel(libreg(64bit)) = %{EVRD}
2014-06-20 16:53:24 +04:00
Provides : devel(libreglo(64bit)) = %{EVRD}
2013-03-04 13:55:29 +04:00
%else
2013-09-05 22:06:18 +04:00
Provides : devel(libxmlreader) = %{EVRD}
2014-06-20 16:53:24 +04:00
Provides : devel(libxmlreaderlo) = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : devel(libreg) = %{EVRD}
2014-06-20 16:53:24 +04:00
Provides : devel(libreglo) = %{EVRD}
2013-03-04 13:55:29 +04:00
%endif
2012-04-17 15:11:02 +04:00
%description devel
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.
2014-06-23 16:23:45 +11:00
%files devel -f file-lists/sdk_list.uniq.sorted.txt
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2012-04-17 15:11:02 +04:00
%package devel-doc
2013-09-05 22:06:18 +04:00
Summary : LibreOffice SDK - documentation
Group : Office
2012-04-17 15:11:02 +04:00
%description devel-doc
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.
2014-06-23 16:23:45 +11:00
%files devel-doc -f file-lists/sdk_doc_list.txt
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2012-04-17 15:11:02 +04:00
%package draw
2013-09-05 22:06:18 +04:00
Summary : LibreOffice office suite - drawing
2014-06-23 15:46:48 +11:00
Group : Office
2013-09-05 22:06:18 +04:00
Requires : %{name} -common = %{EVRD}
2012-04-17 15:11:02 +04:00
%description draw
This package contains the drawing component for LibreOffice.
2014-06-23 16:23:45 +11:00
%files draw -f file-lists/draw_list.txt
%{_iconsdir} /hicolor/scalable/apps/mandriva-rosa-lo-draw_72.svg
%{_mandir} /man1/lodraw*
2014-08-14 22:01:17 +04:00
%{ooodir} /share/xdg/draw.desktop
2016-04-04 18:59:06 +10:00
%{_datadir} /appdata/libreoffice-draw.appdata.xml
2014-06-23 16:23:45 +11:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2012-04-17 15:11:02 +04:00
%package gnome
2013-09-05 22:06:18 +04:00
Summary : GNOME Integration for LibreOffice (VFS, GConf)
2014-06-23 15:46:48 +11:00
Group : Office
2013-09-05 22:06:18 +04:00
Requires : %{name} -common = %{EVRD}
2012-04-17 15:11:02 +04:00
%description gnome
This package contains the GNOME VFS support and a GConf backend.
2014-06-23 16:23:45 +11:00
%files gnome -f file-lists/gnome_list.uniq.sorted.txt
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2012-04-17 15:11:02 +04:00
%package impress
2013-09-05 22:06:18 +04:00
Summary : LibreOffice office suite - presentation
2014-06-23 15:46:48 +11:00
Group : Office
Requires : %{name} -common = %{EVRD}
2013-09-05 22:06:18 +04:00
Requires : %{name} -draw = %{EVRD}
2014-06-20 16:53:24 +04:00
Obsoletes : %{name} -presentation-minimizer < %{EVRD}
2012-04-17 15:11:02 +04:00
%description impress
This package contains the presentation component for LibreOffice.
2014-06-23 16:23:45 +11:00
%files impress -f file-lists/impress_list.txt
%{_iconsdir} /hicolor/scalable/apps/mandriva-rosa-lo-impress_72.svg
%{_mandir} /man1/loimpress*
2014-08-14 22:01:17 +04:00
%{ooodir} /share/xdg/impress.desktop
2016-04-04 18:59:06 +10:00
%{_datadir} /appdata/libreoffice-impress.appdata.xml
2014-06-23 16:23:45 +11:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2012-04-17 15:11:02 +04:00
%package kde4
2013-09-05 22:06:18 +04:00
Summary : KDE4 Integration for LibreOffice (Widgets, Dialogs, Addressbook)
2014-06-23 15:46:48 +11:00
Group : Office
2013-09-05 22:06:18 +04:00
Requires : %{name} -common = %{EVRD}
2017-08-01 04:03:54 +03:00
Suggests : %{name} -style-breeze = %{EVRD}
2017-11-16 00:44:03 +10:00
Requires : %{name} -style-oxygen = %{EVRD}
2012-04-17 15:11:02 +04:00
%description kde4
This package contains the KDE4 plugin for drawing LibreOffice widgets with
KDE4/Qt4.x and a KDEish File Picker when running under KDE4.
2014-06-23 15:46:48 +11:00
2014-06-23 16:23:45 +11:00
%files kde4 -f file-lists/kde4_list.txt
2017-07-31 03:48:44 +03:00
%{_datadir} /appdata/org.libreoffice.kde.metainfo.xml
2016-04-04 18:59:06 +10:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2012-04-17 15:11:02 +04:00
%package math
2013-09-05 22:06:18 +04:00
Summary : LibreOffice office suite - equation editor
2014-06-23 15:46:48 +11:00
Group : Office
2013-09-05 22:06:18 +04:00
Requires : %{name} -common = %{EVRD}
2012-04-17 15:11:02 +04:00
%description math
This package contains the equation editor component for LibreOffice.
2014-06-23 16:23:45 +11:00
%files math -f file-lists/math_list.txt
%{_iconsdir} /hicolor/scalable/apps/mandriva-rosa-lo-math_72.svg
%{_mandir} /man1/lomath*
2014-08-14 22:01:17 +04:00
%{ooodir} /share/xdg/math.desktop
2016-09-07 13:57:56 +10:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2012-04-17 15:11:02 +04:00
%package openclipart
2013-09-05 22:06:18 +04:00
Summary : LibreOffice Open Clipart data
2014-06-23 15:46:48 +11:00
Group : Office
2013-09-05 22:06:18 +04:00
Requires : %{name} -common = %{EVRD}
2012-04-17 15:11:02 +04:00
%description openclipart
This package contains the LibreOffice Open Clipart data, including images
and sounds.
2014-06-23 16:23:45 +11:00
%files openclipart
%{ooodir} /share/gallery/apples*
%{ooodir} /share/gallery/arrows*
%{ooodir} /share/gallery/bigapple*
%{ooodir} /share/gallery/bullets*
%{ooodir} /share/gallery/computers*
%{ooodir} /share/gallery/diagrams*
%{ooodir} /share/gallery/education*
%{ooodir} /share/gallery/environment*
%{ooodir} /share/gallery/finance*
%{ooodir} /share/gallery/flower*
%{ooodir} /share/gallery/htmlexpo*
%{ooodir} /share/gallery/people*
%{ooodir} /share/gallery/sg[0-9]*.*
%{ooodir} /share/gallery/sky.*
%{ooodir} /share/gallery/sounds*
%{ooodir} /share/gallery/symbols*
%{ooodir} /share/gallery/transportation*
%{ooodir} /share/gallery/txtshapes*
%{ooodir} /share/gallery/www-back*
%{ooodir} /share/gallery/www-graf*
2016-04-26 18:34:55 +10:00
%exclude %{ooodir} /share/gallery/sg24.*
2014-06-23 16:23:45 +11:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2012-04-17 15:11:02 +04:00
%package pyuno
2013-09-05 22:06:18 +04:00
Summary : Python bindings for UNO library
2014-06-23 15:46:48 +11:00
Group : Office
2013-09-05 22:06:18 +04:00
Requires : %{name} -common = %{EVRD}
2015-12-17 08:48:47 +10:00
# mailmerge.py was packaged in libreoffice-common by mistake
Conflicts : %{name} -common < 1:4.4.7
2014-06-24 15:23:52 +11:00
Conflicts : %{name} -mailmerge < %{EVRD}
Obsoletes : %{name} -mailmerge < %{EVRD}
2012-04-17 15:11:02 +04:00
%description pyuno
This package contains the Python bindings for the UNO library.
2014-06-23 16:23:45 +11:00
%files pyuno -f file-lists/pyuno_list.txt
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2016-04-04 18:59:06 +10:00
%package style-breeze
Summary : Breeze symbol style for LibreOffice
2014-06-23 15:46:48 +11:00
Group : Office
2013-09-05 22:06:18 +04:00
Requires : %{name} -common = %{EVRD}
Provides : %{name} -style = %{EVRD}
2016-04-04 18:59:06 +10:00
Obsoletes : %{name} -style-crystal < 1:5.1.1
2012-04-17 15:11:02 +04:00
2016-04-04 18:59:06 +10:00
%description style-breeze
This package contains the " b r e e z e " symbol style, needs to be manually
enabled in the LibreOffice option menu.
2014-06-23 16:23:45 +11:00
2016-04-04 18:59:06 +10:00
%files style-breeze
%{ooodir} /share/config/images_breeze.zip
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:23:45 +11:00
%package style-galaxy
Summary : Default symbol style for LibreOffice
2014-06-23 15:46:48 +11:00
Group : Office
2013-09-05 22:06:18 +04:00
Requires : %{name} -common = %{EVRD}
Provides : %{name} -style = %{EVRD}
2015-03-04 18:04:32 +10:00
Conflicts : %{name} -common < 1:4.4.1
2012-04-17 15:11:02 +04:00
2014-06-23 16:23:45 +11:00
%description style-galaxy
This package contains the " G a l a x y " 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.
%files style-galaxy
2016-04-04 18:59:06 +10:00
%{ooodir} /share/config/images_galaxy.zip
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2012-04-17 15:11:02 +04:00
%package style-hicontrast
2013-09-05 22:06:18 +04:00
Summary : Hicontrast symbol style for LibreOffice
2014-06-23 15:46:48 +11:00
Group : Office
2013-09-05 22:06:18 +04:00
Requires : %{name} -common = %{EVRD}
Provides : %{name} -style = %{EVRD}
2012-04-17 15:11:02 +04:00
%description style-hicontrast
This package contains the " h i c o n t r a s t " symbol style, needs to be manually
enabled in the LibreOffice option menu.
2014-06-23 16:23:45 +11:00
%files style-hicontrast
%{ooodir} /share/config/images_hicontrast.zip
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2017-11-16 00:44:03 +10:00
%package style-oxygen
Summary : Oxygen symbol style for LibreOffice
Group : Office
Requires : %{name} -common = %{EVRD}
Provides : %{name} -style = %{EVRD}
%description style-oxygen
This package contains the " o x y g e n " symbol style, default style for KDE4.
%files style-oxygen
%{ooodir} /share/config/images_oxygen.zip
#----------------------------------------------------------------------------
2016-04-04 18:59:06 +10:00
%package style-sifr
Summary : Sifr symbol style for LibreOffice
Group : Office
Requires : %{name} -common = %{EVRD}
Provides : %{name} -style = %{EVRD}
Conflicts : %{name} -common < 1:5.1.1
%description style-sifr
This package contains the " s i f r " symbol style, needs to be manually
enabled in the LibreOffice option menu.
%files style-sifr
%{ooodir} /share/config/images_sifr.zip
#----------------------------------------------------------------------------
2014-06-23 15:46:48 +11:00
%package style-tango
Summary : Tango symbol style for LibreOffice
2013-09-05 22:06:18 +04:00
Group : Office
Requires : %{name} -common = %{EVRD}
Provides : %{name} -style = %{EVRD}
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
%description style-tango
This package contains the " t a n g o " symbol style, default style for GTK/Gnome.
2014-06-23 16:23:45 +11:00
%files style-tango
%{ooodir} /share/config/images_tango.zip
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2012-04-17 15:11:02 +04:00
%package writer
2013-09-05 22:06:18 +04:00
Summary : LibreOffice office suite - word processor
2014-06-23 15:46:48 +11:00
Group : Office
2013-09-05 22:06:18 +04:00
Requires : %{name} -common = %{EVRD}
2015-04-29 13:56:13 +04:00
Suggests : libreoffice-pagination
2012-04-17 15:11:02 +04:00
%description writer
2014-06-23 16:23:45 +11:00
This package contains the word processor component for LibreOffice.
%files writer -f file-lists/writer_list.txt
%{_iconsdir} /hicolor/scalable/apps/mandriva-rosa-lo-writer_72.svg
%{_mandir} /man1/loweb*
%{_mandir} /man1/lowriter*
2014-08-14 22:01:17 +04:00
%{ooodir} /share/xdg/writer.desktop
2016-04-04 18:59:06 +10:00
%{_datadir} /appdata/libreoffice-writer.appdata.xml
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2012-04-17 15:11:02 +04:00
%package wiki-publisher
2013-09-05 22:06:18 +04:00
Summary : LibreOffice office suite - Wiki Publisher extension
2014-06-23 15:46:48 +11:00
Group : Office
2013-09-05 22:06:18 +04:00
Requires : %{name} -common = %{EVRD}
Requires : %{name} -writer = %{EVRD}
2012-09-17 13:37:52 +04:00
%if !%{javaless}
2014-06-20 16:53:24 +04:00
Requires : apache-commons-codec
Requires : apache-commons-lang
2013-09-05 22:06:18 +04:00
Requires : jakarta-commons-httpclient
2014-06-20 16:53:24 +04:00
Requires : apache-commons-logging
2012-04-17 15:11:02 +04:00
%endif
%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.
2014-06-23 16:23:45 +11:00
%files wiki-publisher
%{ooodir} /share/extensions/wiki-publisher
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2013-09-18 21:13:44 +11:00
2014-06-23 15:53:10 +11:00
%package extension-converttexttonumber
Summary : Text to number converter for LibreOffice
Group : Office
Requires : %{name} -calc = %{EVRD}
%description extension-converttexttonumber
ConvertTextToNumber replaces numbers and dates, formatted as text, with
real numbers.
Choices can be made about marking of cells, including cells with
non-default decimal separators, conversion of dates, and more.
As a result of the conversion, the text cells will become real numbers,
and then will be counted as expected in formulas Calc.
2014-06-23 16:23:45 +11:00
%files extension-converttexttonumber
%{ooodir} /share/extensions/ConvertTextToNumber
2014-06-23 15:53:10 +11:00
#----------------------------------------------------------------------------
%package extension-languagetool
Summary : A LibreOffice extension for style and grammar proofreading
Group : Office
Requires : %{name} -writer = %{EVRD}
%description extension-languagetool
A LibreOffice extension for style and grammar proofreading.
2014-06-23 16:23:45 +11:00
%files extension-languagetool
%{ooodir} /share/extensions/LanguageTool
2014-06-23 15:53:10 +11:00
#----------------------------------------------------------------------------
%package extension-mysql
Summary : MySQL/MariaDB connector for LibreOffice
2014-06-23 15:46:48 +11:00
Group : Office
Requires : %{name} -common = %{EVRD}
2014-06-23 15:53:10 +11:00
%description extension-mysql
MySQL/MariaDB connector for LibreOffice.
2014-06-23 16:23:45 +11:00
%files extension-mysql
%{ooodir} /share/extensions/mysql-connector-ooo
2014-06-23 15:53:10 +11:00
#----------------------------------------------------------------------------
%package extension-nlpsolver
Summary : Solver extension for LibreOffice Calc
Group : Office
2014-06-23 15:46:48 +11:00
Requires : %{name} -calc = %{EVRD}
2014-06-20 16:53:24 +04:00
%description extension-nlpsolver
2014-06-23 15:46:48 +11:00
Extension integrating a solver engine for optimizing nonlinear programming
models into Calc.
2014-06-20 16:53:24 +04:00
2014-06-23 16:23:45 +11:00
%files extension-nlpsolver
%{ooodir} /share/extensions/nlpsolver
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-20 16:53:24 +04:00
2014-06-23 15:53:10 +11:00
%package extension-numbertext
Summary : Number-to-Text conversion function for LibreOffice Calc
2014-06-23 15:46:48 +11:00
Group : Office
2014-06-23 15:53:10 +11:00
Requires : %{name} -calc = %{EVRD}
2014-06-20 16:53:24 +04:00
2014-06-23 15:53:10 +11:00
%description extension-numbertext
Number-to-Text conversion function for LibreOffice Calc.
2014-06-23 15:46:48 +11:00
2014-06-23 16:23:45 +11:00
%files extension-numbertext
%{ooodir} /share/extensions/numbertext
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-20 16:53:24 +04:00
2012-09-17 13:37:52 +04:00
%package postgresql
2013-09-05 22:06:18 +04:00
Summary : PostgreSQL connector for LibreOffice
Group : Office
Requires : %{name} -base = %{EVRD}
2012-09-17 13:37:52 +04:00
%description postgresql
A PostgreSQl connector for the database front-end for LibreOffice. Allows
creation and management of PostgreSQL databases through a GUI.
2012-04-17 15:11:02 +04:00
2014-06-23 16:23:45 +11:00
%files postgresql
%{ooodir} /program/libpostgresql-sdbclo.so
%{ooodir} /program/libpostgresql-sdbc-impllo.so
%{ooodir} /program/postgresql-sdbc.ini
%{ooodir} /program/services/postgresql-sdbc.rdb
%{ooodir} /share/registry/postgresql.xcd
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:23:45 +11:00
%if %{with 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 = %{EVRD}
%description l10n-af
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.
2014-06-23 16:46:12 +11:00
%endif
2014-06-23 16:23:45 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2014-06-23 16:23:45 +11:00
%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 = %{EVRD}
%description l10n-ar
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.
2014-06-23 16:46:12 +11:00
%endif
2014-06-23 16:23:45 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2014-06-23 16:23:45 +11:00
%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 = %{EVRD}
%description l10n-as
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.
2014-06-23 16:46:12 +11:00
%endif
2014-06-23 16:23:45 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2014-06-23 16:23:45 +11:00
%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 = %{EVRD}
Suggests : %{ooname} -help-bg = %{EVRD}
%description l10n-bg
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.
2014-06-23 16:46:12 +11:00
%endif
2014-06-23 16:23:45 +11:00
#----------------------------------------------------------------------------
2014-06-23 15:46:48 +11:00
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-bn
Summary : Bengali language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-bn
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-bn = %{EVRD}
2012-04-17 15:11:02 +04:00
Suggests : %{ooname} -help-bn = %{EVRD}
%description l10n-bn
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-br
Summary : Breton language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-br
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-br = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-br
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.
2014-06-23 16:46:12 +11:00
%endif
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-bs
Summary : Bosnian language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-bs
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-bs = %{EVRD}
2012-04-17 15:11:02 +04:00
Suggests : %{ooname} -help-bs = %{EVRD}
%description l10n-bs
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-ca = %{EVRD}
2012-04-17 15:11:02 +04:00
Suggests : %{ooname} -help-ca = %{EVRD}
%description l10n-ca
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-cs = %{EVRD}
2012-04-17 15:11:02 +04:00
Suggests : %{ooname} -help-cs = %{EVRD}
%description l10n-cs
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-cy = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-cy
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-da = %{EVRD}
2012-04-17 15:11:02 +04:00
Suggests : %{ooname} -help-da = %{EVRD}
%description l10n-da
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-de = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-de = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-de
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-dz
Summary : Dzongkha language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-dz
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-dz = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-dz = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-dz
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-el = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-el = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-el
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-en_GB = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-en_GB = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-en_GB
2014-06-23 16:46:12 +11:00
This package contains the localization of LibreOffice in British.
2012-04-17 15:11:02 +04:00
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-es = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-es = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-es
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-et = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-et = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-et
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-eu = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-eu = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-eu
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-fa
Summary : Farsi language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-fa
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-fa = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-fa
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-fi = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-fi = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-fi
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-fr = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-fr = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-fr
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-ga
Summary : Irish language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-ga
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-ga = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-ga
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-gl
Summary : Galician language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-gl
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-gl = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-gl = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-gl
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-gu
Summary : Gujarati language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-gu
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-gu = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-gu = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-gu
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
2014-06-23 15:46:48 +11:00
standard locales system.
2014-06-23 16:46:12 +11:00
%endif
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2012-04-17 15:11:02 +04:00
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-he = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-he = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-he
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-hi = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-hi = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-hi
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-hr
Summary : Croatian language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-hr
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-hr = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-hr = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-hr
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2013-09-18 21:13:44 +11:00
%package l10n-hu
2012-04-17 15:11:02 +04:00
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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-hu = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-hu = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-hu
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.
2014-06-23 16:46:12 +11:00
%endif
2013-09-18 21:13:44 +11:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2013-09-18 21:13:44 +11:00
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-it = %{EVRD}
2012-04-17 15:11:02 +04:00
Suggests : %{ooname} -help-it = %{EVRD}
%description l10n-it
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-ja
Summary : Japanese language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-ja
2013-09-05 22:06:18 +04:00
Requires : fonts-ttf-japanese
Provides : LibreOffice-l10n-ja = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-ja = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-ja
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-kn
Summary : Kannada language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-kn
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-kn = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-kn
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-ko
Summary : Korean language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-ko
2013-09-05 22:06:18 +04:00
Requires : fonts-ttf-korean >= 1.0.2
Provides : LibreOffice-l10n-ko = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-ko = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-ko
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-lt
Summary : Lithuanian language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-lt
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-lt = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-lt
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-lv
Summary : Latvian language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-lv
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-lv = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-lv
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-mai
Summary : Maithili language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-mai
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-mai = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-mai
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-ml
Summary : Malayalam language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-ml
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-ml = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-ml
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-mk
Summary : Macedonian language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-mk
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-mk = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-mk = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-mk
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-mr
Summary : Marathi language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-mr
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-mr = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-mr
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-nb = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-nb = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-nb
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-nl = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-nl = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-nl
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-nn = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-nn = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-nn
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2013-03-04 13:55:29 +04:00
%package l10n-nr
Summary : Ndebele language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-nr
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-nr = %{EVRD}
2013-03-04 13:55:29 +04:00
%description l10n-nr
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-nso
Summary : Northern Shoto language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-nso
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-nso = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-nso
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-or
Summary : Oriya language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-or
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-or = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-or
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-pa_IN
Summary : Punjabi language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-pa
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-pa_IN = %{EVRD}
Provides : LibreOffice-l10n-pa = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-pa_IN
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-pl = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-pl = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-pl
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-pt = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-pt = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-pt
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n_pt_BR = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-pt_BR = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-pt_BR
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-ro
Summary : Romanian language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-ro
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-ro = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-ro
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-ru
Summary : Russian language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-ru
2016-04-19 03:10:01 +10:00
Suggests : fonts-ttf-paratype
2014-06-23 15:46:48 +11:00
Requires : urw-fonts
2012-04-17 15:11:02 +04:00
Requires : myspell-ru
Requires : myspell-hyph-ru
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-ru = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-ru = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-ru
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2013-03-04 13:55:29 +04:00
%package l10n-shs
2012-04-17 15:11:02 +04:00
Summary : Secwepemctsin language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
2013-03-04 13:55:29 +04:00
Requires : locales-shs
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-shs = %{EVRD}
2012-04-17 15:11:02 +04:00
2013-03-04 13:55:29 +04:00
%description l10n-shs
2012-04-17 15:11:02 +04:00
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-si
Summary : Sinhalese language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-si
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-si = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-si = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-si
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-sk = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-sk = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-sk
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-sl = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-sl = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-sl
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-sr
Summary : Serbian language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-sr
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-sr = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-sr
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2014-06-20 16:53:24 +04:00
%package l10n-st
Summary : Sotho language support for LibreOffice
2012-04-17 15:11:02 +04:00
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
2014-06-20 16:53:24 +04:00
Requires : locales-st
Provides : LibreOffice-l10n-st = %{EVRD}
2012-04-17 15:11:02 +04:00
2014-06-20 16:53:24 +04:00
%description l10n-st
This package contains the localization of LibreOffice in Sotho.
2012-04-17 15:11:02 +04:00
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2014-06-20 16:53:24 +04:00
%package l10n-ss
Summary : Swati language support for LibreOffice
2012-04-17 15:11:02 +04:00
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
2014-06-20 16:53:24 +04:00
Requires : locales-ss
Provides : LibreOffice-l10n-ss = %{EVRD}
2012-04-17 15:11:02 +04:00
2014-06-20 16:53:24 +04:00
%description l10n-ss
This package contains the localization of LibreOffice in Swati.
2012-04-17 15:11:02 +04:00
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-sv = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-sv = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-sv
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-ta = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-ta
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-te
Summary : Telugu language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-te
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-te = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-te
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-th
Summary : Thai language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-th
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-th = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-th
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-tn
Summary : Tswana language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-tn
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-tn = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-tn
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-tr = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-tr = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-tr
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-ts
Summary : Tsonga language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-ts
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-ts = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-ts
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-uk
Summary : Ukrainian language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-uk
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-uk = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-uk = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-uk
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
2014-06-23 15:46:48 +11:00
standard locales system.
2014-06-23 16:46:12 +11:00
%endif
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2012-04-17 15:11:02 +04:00
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-ve
Summary : Venda language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-ve
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-ve = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-ve
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package l10n-xh
Summary : Xhosa language support for LibreOffice
Group : Office
Provides : %{ooname} -l10n = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
Requires : locales-xh
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-xh = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-xh
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-zh_CN = %{EVRD}
2014-06-23 15:46:48 +11:00
Suggests : %{ooname} -help-zh_CN = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-zh_CN
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-zh_TW = %{EVRD}
2012-04-17 15:11:02 +04:00
Suggests : %{ooname} -help-zh_TW = %{EVRD}
%description l10n-zh_TW
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%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
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-l10n-zu = %{EVRD}
2012-04-17 15:11:02 +04:00
%description l10n-zu
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.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2016-11-05 09:10:37 +03:00
%if %{with l10n}
%package help-ar
Summary : Arabic help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-ar = %{EVRD}
Provides : LibreOffice-help-ar = %{EVRD}
%description help-ar
This package contains the localized help files of LibreOffice in Arabic.
%endif
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-bg
Summary : Bulgarian help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-bg = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-bg = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-bg
This package contains the localized help files of LibreOffice in Bulgarian.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-bn
Summary : Bengali help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-bn = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-bn = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-bn
This package contains the localized help files of LibreOffice in Bengali.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-bs
Summary : Bosnian help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-bs = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-bs = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-bs
This package contains the localized help files of LibreOffice in Bosnian.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-ca
Summary : Catalan help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-ca = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-ca = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-ca
This package contains the localized help files of LibreOffice in Catalan.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-cs
Summary : Czech help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-cs = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-cs = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-cs
This package contains the localized help files of LibreOffice in Czech.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-da
Summary : Danish help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-da = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-da = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-da
This package contains the localized help files of LibreOffice in Danish.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-de
Summary : German help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-de = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-de = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-de
This package contains the localized help files of LibreOffice in German.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-dz
Summary : Dzongkha help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-dz = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-dz = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-dz
This package contains the localized help files of LibreOffice in Dzongkha.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-el
Summary : Greek help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-el = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-el = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-el
This package contains the localized help files of LibreOffice in Greek.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-en_GB
Summary : British help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-en_GB = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-en_GB = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-en_GB
This package contains the localized help files of LibreOffice in British.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2014-06-23 15:46:48 +11:00
%package help-en_US
2012-04-17 15:11:02 +04:00
Summary : American English help for LibreOffice
2014-06-23 15:46:48 +11:00
Group : Office
2012-04-17 15:11:02 +04:00
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -common = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-en_US = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-en_US
This package contains the localized help files of LibreOffice
in American English.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-es
Summary : Spanish help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-es = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-es = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-es
This package contains the localized help files of LibreOffice in Spanish.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-et
Summary : Estonian help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-et = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-et = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-et
This package contains the localized help files of LibreOffice in Estonian.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-eu
Summary : Basque help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-eu = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-eu = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-eu
This package contains the localized help files of LibreOffice in Basque.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-fi
Summary : Finnish help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-fi = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-fi = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-fi
This package contains the localized help files of LibreOffice in Finnish.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-fr
Summary : French help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-fr = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-fr = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-fr
This package contains the localized help files of LibreOffice in French.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2013-09-18 21:13:44 +11:00
%package help-gu
Summary : Gujarati help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-gu = %{EVRD}
Provides : LibreOffice-help-gu = %{EVRD}
%description help-gu
This package contains the localized help files of LibreOffice in Gujarati.
2014-06-23 16:46:12 +11:00
%endif
2013-09-18 21:13:44 +11:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2014-06-20 16:53:24 +04:00
%package help-gl
Summary : Galician help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-gl = %{EVRD}
Provides : LibreOffice-help-gl = %{EVRD}
2013-09-18 21:13:44 +11:00
2014-06-20 16:53:24 +04:00
%description help-gl
This package contains the localized help files of LibreOffice in Galician.
2014-06-23 16:46:12 +11:00
%endif
2013-09-18 21:13:44 +11:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-he
Summary : Hebrew help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-he = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-he = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-he
This package contains the localized help files of LibreOffice in Hebrew.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-hi
Summary : Hindi help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-hi = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-hi = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-hi
This package contains the localized help files of LibreOffice in Hindi.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-hr
Summary : Croatian help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-hr = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-hr = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-hr
This package contains the localized help files of LibreOffice in Croatian.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-hu
Summary : Hungarian help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-hu = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-hu = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-hu
This package contains the localized help files of LibreOffice in Hungarian.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-it
Summary : Italian help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-it = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-it = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-it
This package contains the localized help files of LibreOffice in Italian.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-ja
Summary : Japanese help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-ja = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-ja = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-ja
2014-06-23 15:46:48 +11:00
This package contains the localized help files of LibreOffice in Japanese.
2014-06-23 16:46:12 +11:00
%endif
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2012-04-17 15:11:02 +04:00
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-ko
Summary : Korean help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-ko = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-ko = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-ko
This package contains the localized help files of LibreOffice in Korean.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2016-11-05 09:10:37 +03:00
%if %{with l10n}
%package help-lt
Summary : Lithuanian help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-lt = %{EVRD}
Provides : LibreOffice-help-lt = %{EVRD}
%description help-lt
This package contains the localized help files of LibreOffice in Lithuanian.
%endif
#----------------------------------------------------------------------------
%if %{with l10n}
%package help-lv
Summary : Latvian help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-lv = %{EVRD}
Provides : LibreOffice-help-lv = %{EVRD}
%description help-lv
This package contains the localized help files of LibreOffice in Latvian.
%endif
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-mk
Summary : Macedonian help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-mk = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-mk = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-mk
This package contains the localized help files of LibreOffice in Macedonian.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-nb
Summary : Norwegian Bokmal help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-nb = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-nb = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-nb
This package contains the localized help files of LibreOffice in Norwegian
Bokmal.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2013-09-18 21:13:44 +11:00
%package help-nl
Summary : Dutch help for LibreOffice
2012-04-17 15:11:02 +04:00
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-nl = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-nl = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-nl
This package contains the localized help files of LibreOffice in Dutch.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-nn
Summary : Norwegian Nynorsk help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-nn = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-nn = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-nn
This package contains the localized help files of LibreOffice in Norwegian
Nynorsk.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-pl
Summary : Polish help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-pl = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-pl = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-pl
This package contains the localized help files of LibreOffice in Polish.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-pt
Summary : Portuguese help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-pt = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-pt = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-pt
This package contains the localized help files of LibreOffice in Portuguese.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-pt_BR
Summary : Portuguese Brazilian help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-pt_BR = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-pt_BR = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-pt_BR
This package contains the localized help files of LibreOffice in Portuguese
Brazilian.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2016-11-05 09:10:37 +03:00
%if %{with l10n}
%package help-ro
Summary : Romanian help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-ro = %{EVRD}
Provides : LibreOffice-help-ro = %{EVRD}
%description help-ro
This package contains the localized help files of LibreOffice in Romanian.
%endif
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-ru
2013-09-05 22:06:18 +04:00
Summary : Russian help for LibreOffice
Group : Office
2012-04-17 15:11:02 +04:00
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-ru = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-ru = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-ru
This package contains the localized help files of LibreOffice in Russian.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-si
Summary : Sinhalese help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-si = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-si = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-si
This package contains the localized help files of LibreOffice in Sinhalese.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-sk
Summary : Slovak help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-sk = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-sk = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-sk
This package contains the localized help files of LibreOffice in Slovak.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-sl
Summary : Slovenian help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-sl = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-sl = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-sl
This package contains the localized help files of LibreOffice in Slovenian.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-sv
Summary : Swedish help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-sv = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-sv = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-sv
This package contains the localized help files of LibreOffice in Swedish.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2016-11-05 09:10:37 +03:00
%if %{with l10n}
%package help-ta
Summary : Tamil help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-ta = %{EVRD}
Provides : LibreOffice-help-ta = %{EVRD}
%description help-ta
This package contains the localized help files of LibreOffice in Tamil.
%endif
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-tr
Summary : Turkish help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-tr = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-tr = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-tr
This package contains the localized help files of LibreOffice in Turkish.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-uk
Summary : Ukrainian help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-uk = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-uk = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-uk
This package contains the localized help files of LibreOffice in Ukrainian.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-zh_CN
Summary : Chinese Simplified help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-zh_CN = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-zn_CN = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-zh_CN
This package contains the localized help files of LibreOffice in Chinese
Simplified.
2014-06-23 16:46:12 +11:00
%endif
2012-04-17 15:11:02 +04:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2014-06-23 16:46:12 +11:00
%if %{with l10n}
2012-04-17 15:11:02 +04:00
%package help-zh_TW
Summary : Chinese Traditional help for LibreOffice
Group : Office
Provides : %{ooname} -help = %{EVRD}
Requires : %{ooname} -l10n-zh_TW = %{EVRD}
2013-09-05 22:06:18 +04:00
Provides : LibreOffice-help-zn_CT = %{EVRD}
2012-04-17 15:11:02 +04:00
%description help-zh_TW
This package contains the localized help files of LibreOffice in Chinese
Traditional.
%endif
2014-06-23 15:53:10 +11:00
2014-06-23 15:46:48 +11:00
#----------------------------------------------------------------------------
2012-04-17 15:11:02 +04:00
%prep
2013-09-05 22:06:18 +04:00
%setup -q -c -a 1 -a 2 -a 3
2012-09-17 13:37:52 +04:00
rm -rf git-hooks */git-hooks
2012-04-17 15:11:02 +04:00
for a in */*; do mv `pwd`/$a .; done
#ant
2012-09-17 13:37:52 +04:00
%if %{javaless}
2013-09-05 22:06:18 +04:00
tar -xjvf %{SOURCE20}
2012-04-17 15:11:02 +04:00
%endif
2013-09-05 22:06:18 +04:00
%apply_patches
2012-04-17 15:11:02 +04:00
# to make the friggin cppunit tests work
mkdir -p ~/tmp
chmod 777 ~/tmp
2015-03-04 18:04:32 +10:00
# 4.4.1.2 specific
chmod +x bin/unpack-sources
2012-04-17 15:11:02 +04:00
2015-03-04 18:04:32 +10:00
%build
2014-06-20 16:53:24 +04:00
export QT4DIR=%{_libdir} /qt4
2015-03-04 18:04:32 +10:00
%ifarch X86_64
2014-06-20 16:53:24 +04:00
export QT4INC=/usr/lib/qt4/include
%else
export QT4INC=%{_libdir} /qt4/include
2015-03-04 18:04:32 +10:00
%endif
2014-06-20 16:53:24 +04:00
export QT4LIB=%{_libdir} /qt4/lib
export KDE4DIR=%{_libdir} /kde4
2015-03-04 18:04:32 +10:00
%ifarch X86_64
2014-06-20 16:53:24 +04:00
export KDE4INC=/usr/lib/kde4/include
%else
export KDE4INC=%{_libdir} /kde4/include
2015-03-04 18:04:32 +10:00
%endif
2014-06-20 16:53:24 +04:00
export KDE4LIB=%{_libdir} /kde4/lib
export LC_ALL=en_US.UTF-8
export LANG=en_US
%if !%{with icecream}
2012-04-17 15:11:02 +04:00
PATH=$PATH:/usr/sbin
export PATH
%endif
2014-06-20 16:53:24 +04:00
%if %{with ccache}
2012-04-17 15:11:02 +04:00
export CCACHE_DIR=%{ccachedir}
%endif
2015-03-04 18:04:32 +10:00
%global optflags %optflags -Wstrict-aliasing=0
2012-09-17 13:37:52 +04:00
export ARCH_FLAGS=" %{optflags} - f n o - o m i t - f r a m e - p o i n t e r - f n o - s t r i c t - a l i a s i n g "
export ARCH_FLAGS_CC=" %{optflags} - f n o - o m i t - f r a m e - p o i n t e r - f n o - s t r i c t - a l i a s i n g "
export ARCH_FLAGS_CXX=" %{optflags} - f n o - o m i t - f r a m e - p o i n t e r - f n o - s t r i c t - a l i a s i n g - f p e r m i s s i v e - f v i s i b i l i t y - i n l i n e s - h i d d e n "
export ARCH_FLAGS_OPT=" %{optflags} - O 2 "
2014-06-20 16:53:24 +04:00
# Workaround for abf builds running out of memory
export ARCH_FLAGS_CC=" $ A R C H _ F L A G S _ C C - g 0 "
export ARCH_FLAGS_CXX=" $ A R C H _ F L A G S _ C C - g 0 "
2012-04-17 15:11:02 +04:00
2014-06-20 16:53:24 +04:00
echo " C o n f i g u r e s t a r t a t : " `date` >> ooobuildtime.log
2012-04-17 15:11:02 +04:00
2014-08-07 09:31:54 +04:00
touch autogen.lastrun
2013-09-05 22:06:18 +04:00
%configure 2_5x \
%{?_smp_mflags:--with-parallelism=" ` g e t c o n f _ N P R O C E S S O R S _ O N L N ` " } \
2014-06-24 03:38:51 +11:00
--with-vendor=ROSA \
2017-07-31 03:48:44 +03:00
--with-build-version=" R O S A %{buildver} - %{release} " \
2017-11-16 00:44:03 +10:00
--with-theme=" b r e e z e b r e e z e _ d a r k g a l a x y h i c o n t r a s t o x y g e n s i f r t a n g o " \
2015-03-04 18:04:32 +10:00
--disable-coinmp \
2013-09-05 22:06:18 +04:00
--disable-fetch-external \
2015-03-04 18:04:32 +10:00
--enable-gstreamer-1.0 \
--disable-gstreamer-0.10 \
2014-06-20 16:53:24 +04:00
--enable-release-build \
2013-09-05 22:06:18 +04:00
--enable-kde4 \
2014-08-07 09:04:49 +04:00
--disable-firebird-sdbc \
2016-04-04 18:59:06 +10:00
--disable-introspection \
2014-06-20 16:53:24 +04:00
--enable-eot \
2013-03-04 13:55:29 +04:00
--enable-odk \
--enable-split-app-modules \
2014-06-24 15:23:52 +11:00
--enable-split-opt-features \
2013-09-05 22:06:18 +04:00
--without-fonts \
2013-03-04 13:55:29 +04:00
--without-junit \
2012-09-17 13:37:52 +04:00
%if %{javaless}
--with-ant-home=" %{antpath} " \
2015-03-04 18:04:32 +10:00
--without-system-apache-commons \
2012-04-17 15:11:02 +04:00
%endif
2014-06-20 16:53:24 +04:00
--with-lang=" %{langs} " \
2012-04-17 15:11:02 +04:00
--without-myspell-dicts \
--with-system-dicts \
2013-09-05 22:06:18 +04:00
--with-help \
2012-04-17 15:11:02 +04:00
--with-external-dict-dir=%{_datadir} /dict/ooo \
2012-09-17 13:37:52 +04:00
--with-external-hyph-dir=%{_datadir} /dict/ooo \
--with-external-thes-dir=%{_datadir} /dict/ooo \
2013-09-05 22:06:18 +04:00
--with-system-libs \
--with-system-ucpp \
2014-06-20 16:53:24 +04:00
--enable-ext-ct2n \
--enable-ext-numbertext \
--enable-ext-nlpsolver \
--enable-ext-languagetool \
2012-09-17 13:37:52 +04:00
--enable-ext-wiki-publisher \
2014-06-20 16:53:24 +04:00
--enable-ext-mariadb-connector \
%if %{with ccache} && !%{with icecream}
2012-04-17 15:11:02 +04:00
--with-gcc-speedup=ccache \
%else
2014-06-20 16:53:24 +04:00
%if !%{with ccache} && %{with icecream}
2012-04-17 15:11:02 +04:00
--with-gcc-speedup=icecream \
--with-max-jobs=10 \
--with-icecream-bindir=%{_libdir} /icecc/bin
%else
2014-06-20 16:53:24 +04:00
%if %{with ccache} && %{with icecream}
2012-04-17 15:11:02 +04:00
--with-gcc-speedup=ccache,icecream \
--with-max-jobs=10 \
--with-icecream-bindir=%{_libdir} /icecc/bin
%endif
%endif
%endif
2014-06-20 16:53:24 +04:00
sed -i -e " s , \ $ E N V { ' M D 5 S U M ' } , m d 5 s u m , g " solenv/bin/modules/installer/systemactions.pm solenv/bin/modules/installer.pm
2012-04-17 15:11:02 +04:00
echo " C o n f i g u r e e n d a t : " `date` >> ooobuildtime.log
echo " M a k e s t a r t a t : " `date` >> ooobuildtime.log
2014-08-05 15:12:22 +04:00
# some configs to improve build process
2012-04-17 15:11:02 +04:00
# http://wiki.services.openoffice.org/wiki/Building_OpenOffice.org
2014-08-05 14:20:18 +04:00
# needs to check if it does any effect
2012-04-17 15:11:02 +04:00
export nodep=TRUE
2015-03-04 18:04:32 +10:00
export NO_HIDS=TRUE
export MAXPROCESS=4
2012-04-17 15:11:02 +04:00
2014-08-05 14:20:18 +04:00
mkdir -p external/tarballs
ln -sf %{SOURCE2} external/tarballs/
ln -sf %{SOURCE3} external/tarballs/
2014-08-14 22:01:17 +04:00
cp %{SOURCE4} external/tarballs/
2014-11-13 08:57:48 -05:00
%if %{javaless}
ln -sf %{SOURCE30} external/tarballs/
ln -sf %{SOURCE31} external/tarballs/
ln -sf %{SOURCE32} external/tarballs/
2015-03-04 18:04:32 +10:00
ln -sf %{SOURCE32} external/tarballs/
2014-11-26 18:15:23 +03:00
ln -sf %{SOURCE321} external/tarballs/
2014-11-13 08:57:48 -05:00
%endif
2014-09-05 08:06:17 -04:00
ln -sf %{SOURCE33} external/tarballs/
2014-08-05 14:20:18 +04:00
ln -sf %{SOURCE35} external/tarballs/
ln -sf %{SOURCE36} external/tarballs/
2014-08-05 16:50:43 +04:00
ln -sf %{SOURCE37} external/tarballs/
2017-07-31 03:48:44 +03:00
cp %{SOURCE49} external/tarballs/
2014-08-05 14:20:18 +04:00
2014-08-05 16:50:43 +04:00
ln -sf %{SOURCE51} external/tarballs/
ln -sf %{SOURCE54} external/tarballs/
ln -sf %{SOURCE56} external/tarballs/
2014-08-05 15:12:22 +04:00
ln -sf %{SOURCE60} external/tarballs/
2014-08-05 15:34:30 +04:00
ln -sf %{SOURCE61} external/tarballs/
2014-08-05 16:50:43 +04:00
ln -sf %{SOURCE62} external/tarballs/
ln -sf %{SOURCE63} external/tarballs/
ln -sf %{SOURCE64} external/tarballs/
ln -sf %{SOURCE65} external/tarballs/
ln -sf %{SOURCE66} external/tarballs/
ln -sf %{SOURCE67} external/tarballs/
2014-08-05 14:20:18 +04:00
ln -sf %{SOURCE68} external/tarballs/
ln -sf %{SOURCE69} external/tarballs/
2015-12-16 21:54:43 +10:00
ln -sf %{SOURCE70} external/tarballs/
2014-08-05 14:20:18 +04:00
touch external/tarballs/.downloaded
2012-04-17 15:11:02 +04:00
2014-06-20 16:53:24 +04:00
# (tpg) silent output to reduce memory and free space
# We use make build here because the default target is "allandcheck".
2014-08-05 14:20:18 +04:00
# Checking should go to check
2012-04-17 15:11:02 +04:00
2016-12-26 00:47:13 +03:00
%make -r -s V=0 \
2014-06-20 16:53:24 +04:00
ARCH_FLAGS=" $ A R C H _ F L A G S " \
ARCH_FLAGS_CC=" $ A R C H _ F L A G S _ C C " \
ARCH_FLAGS_CXX=" $ A R C H _ F L A G S _ C X X " \
ARCH_FLAGS_OPT=" $ A R C H _ F L A G S _ O P T " \
2016-04-04 18:59:06 +10:00
build-nocheck
2014-06-20 16:53:24 +04:00
echo " M a k e e n d a t : " `date` >> ooobuildtime.log
echo " I n s t a l l s t a r t a t : " `date` >> ooobuildtime.log
2012-04-17 15:11:02 +04:00
%install
# sbin due to icu stuff there
PATH=$PATH:/usr/sbin
make DESTDIR=%{buildroot} distro-pack-install
rm -rf %{buildroot} /opt
2014-06-20 16:53:24 +04:00
# Mandriva Rosa icons
mkdir -p %{buildroot} %{_iconsdir} /hicolor/scalable/apps/
tar -xjvf %{SOURCE10} --exclude Libre_Office* -C %{buildroot} %{_iconsdir} /hicolor/scalable/apps/
2017-11-02 23:28:47 +03:00
sed -i 's/^Icon=.*$/Icon=libreoffice-calc/' %{buildroot} %{ooodir} /share/xdg/calc.desktop
sed -i 's/^Icon=.*$/Icon=libreoffice-writer/' %{buildroot} %{ooodir} /share/xdg/writer.desktop
sed -i 's/^Icon=.*$/Icon=libreoffice-impress/' %{buildroot} %{ooodir} /share/xdg/impress.desktop
sed -i 's/^Icon=.*$/Icon=libreoffice-draw/' %{buildroot} %{ooodir} /share/xdg/draw.desktop
sed -i 's/^Icon=.*$/Icon=libreoffice-base/' %{buildroot} %{ooodir} /share/xdg/base.desktop
sed -i 's/^Icon=.*$/Icon=libreoffice-math/' %{buildroot} %{ooodir} /share/xdg/math.desktop
sed -i 's/^Icon=.*$/Icon=libreoffice-startcenter/' %{buildroot} %{ooodir} /share/xdg/startcenter.desktop
2014-06-20 16:53:24 +04:00
2012-04-17 15:11:02 +04:00
# 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 '{}' \;
# Change progress bar colors
2013-03-04 13:55:29 +04:00
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
2012-04-17 15:11:02 +04:00
#dev300 fix position and size
2013-03-04 13:55:29 +04:00
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
2012-04-17 15:11:02 +04:00
2015-05-28 17:19:52 +03:00
# move python bits into site-packages
mkdir -p %{buildroot} /%{py3_platsitedir}
pushd %{buildroot} /%{py3_platsitedir}
echo " i m p o r t s y s , o s " > uno.py
echo " s y s . p a t h . a p p e n d ( ' %{ooodir} / p r o g r a m ' ) " >> uno.py
2016-01-31 20:06:57 +03:00
echo " o s . p u t e n v ( ' U R E _ B O O T S T R A P ' , ' v n d . s u n . s t a r . p a t h n a m e : %{_libdir} / %{name} / p r o g r a m / f u n d a m e n t a l r c ' ) " >> uno.py
2015-05-28 17:19:52 +03:00
cat %{buildroot} %{ooodir} /program/uno.py >> uno.py
rm -f %{buildroot} %{ooodir} /program/uno.py*
mv -f %{buildroot} %{ooodir} /program/unohelper.py* .
mv -f %{buildroot} %{ooodir} /program/officehelper.py* .
popd
sed -i 's|%{ooodir}/program/uno.py|%{py3_platsitedir}/uno.py|' file-lists/pyuno_list.txt
sed -i 's|%{ooodir}/program/unohelper.py|%{py3_platsitedir}/unohelper.py|' file-lists/pyuno_list.txt
sed -i 's|%{ooodir}/program/officehelper.py|%{py3_platsitedir}/officehelper.py|' file-lists/pyuno_list.txt
2014-06-20 16:53:24 +04:00
# common shouldn't depend on writer...
# but common does depend on libswdlo.so
grep libswdlo.so file-lists/writer_list.txt >>file-lists/common_list.txt
sed -i -e '/libswdlo.so/d' file-lists/writer_list.txt
2012-04-17 15:11:02 +04:00
## Installation fixes
## remove fix wrong manpages files, extension gz->xz
for p in common base calc writer impress draw math; do
2014-06-20 16:53:24 +04:00
sed -i '/^.*man.*\.gz$/d' file-lists/${p}_list.txt
2012-04-17 15:11:02 +04:00
done;
## sort removing duplicates
sort -u file-lists/gnome_list.txt > file-lists/gnome_list.uniq.sorted.txt
2017-11-02 23:28:47 +03:00
sort -u file-lists/sdk_list.txt > file-lists/sdk_list.uniq.sorted.txt
2012-04-17 15:11:02 +04:00
2013-03-04 13:55:29 +04:00
# Fix weirdo filenames wreaking havoc because they're regular expressions
sed -i -e 's/\[/?/g;s/\]/?/g' file-lists/sdk*.txt
2014-06-20 16:53:24 +04:00
## styles have their own packages
2017-11-16 00:44:03 +10:00
for i in oxygen galaxy breeze hicontrast tango sifr; do
2014-06-20 16:53:24 +04:00
sed -i " / ^ . * i m a g e s _ $ i \ . z i p $ / d " file-lists/common_list.txt
done
# galaxy style too
sed -i " / ^ . * i m a g e s \ . z i p $ / d " file-lists/common_list.txt
## Split help
cd file-lists
for i in lang_*.txt; do
grep /help/ $i >${i/lang/help} || touch ${i/lang/help}
sed -i -e '/\/help\//d' $i
done
cd ..
# Split gallery
grep /share/gallery/ file-lists/common_list.txt >file-lists/gallery_list.txt
sed -i -e '/\/share\/gallery\//d' file-lists/common_list.txt
# We catch those in a regex to catch Sun Template extras
sed -i -e '/gallery\/sg[0-9]*\..*/d' file-lists/gallery_list.txt
2012-04-17 15:11:02 +04:00
## merge en-US with common
cat file-lists/lang_en_US_list.txt >> file-lists/common_list.txt
2014-06-24 19:50:04 +11:00
## merge dtd with common
2014-06-24 15:23:52 +11:00
cat file-lists/dtd_list.txt >> file-lists/common_list.txt
sort -u file-lists/common_list.txt > file-lists/common_list.uniq.sorted.txt
2014-06-20 16:53:24 +04:00
cat file-lists/common_list.uniq.sorted.txt >>file-lists/core_list.txt
2014-06-24 19:50:04 +11:00
## make sure we don't have duplicate files in core
sort -u file-lists/core_list.txt > file-lists/core_list.uniq.sorted.txt
cat file-lists/core_list.uniq.sorted.txt > file-lists/core_list.txt
2014-08-14 22:01:17 +04:00
egrep -v " l i b r e o f f i c e / s h a r e / x d g / ( b a s e | c a l c | d r a w | i m p r e s s | m a t h | w r i t e r ) " file-lists/core_list.txt > file-lists/core_list.uniq.sorted.txt
cat file-lists/core_list.uniq.sorted.txt > file-lists/core_list.txt
2014-08-05 14:20:18 +04:00
# files for help-* and l10n-* packages
2014-06-23 16:23:45 +11:00
%if %{with l10n}
%{expand:%(for i in %{langs} ; do
[ " $ i " = " e n - U S " ] && continue;
i=`echo $i |sed -e 's,-,_,g' `;
[ " $ i " = " s h " ] && echo " % % f i l e s l 1 0 n - s h s - f f i l e - l i s t s / l a n g _ $ { i } _ l i s t . t x t " || echo " % % f i l e s l 1 0 n - $ i - f f i l e - l i s t s / l a n g _ $ { i } _ l i s t . t x t " ;
done)}
2014-06-20 16:53:24 +04:00
2014-06-23 16:23:45 +11:00
%{expand:%(for i in %{helplangs} ; do
l=`echo $i |sed -e 's,-,_,g' `;
echo " % % f i l e s h e l p - $ l - f f i l e - l i s t s / h e l p _ $ { l } _ l i s t . t x t " ;
2014-08-05 14:20:18 +04:00
echo " % %{_libdir} / l i b r e o f f i c e / h e l p / $ i " ;
2014-06-23 16:23:45 +11:00
done)}
2014-06-23 16:46:12 +11:00
%endif
2015-03-04 18:04:32 +10:00
%check
# FIXME enable once the connection failures in firebird and hsqldb are fixed
# make check