]> git.pld-linux.org Git - packages/libreoffice.git/blob - libreoffice.spec
- don't let autoreconf to break the build
[packages/libreoffice.git] / libreoffice.spec
1 # NOTE - FIXME FOR 3.4.3 !!!:
2 #       - normal build (i686) requires about 27 GB of disk space:
3 #               $BUILD_ROOT     7.0 GB
4 #               BUILD           18  GB
5 #               RPMS            1.8 GB
6 #               SRPMS           0.4 GB
7 #
8 # Conditional build:
9 %bcond_without  java            # without Java support (disables help support)
10 %bcond_with     kde             # KDE L&F packages
11 %bcond_without  kde4            # KDE4 L&F packages
12 %bcond_with     mono            # enable compilation of mono bindings
13 %bcond_without  mozilla         # without mozilla components
14 %bcond_without  i18n        # do not create i18n packages (extra build time)
15 %bcond_with     ccache          # use ccache to speed up builds
16 %bcond_with     icecream        # use icecream to speed up builds
17 %bcond_with     msaccess        # with ms access import pieces
18 %bcond_without  parallelbuild   # use greater number of jobs to speed up build (default: 1)
19
20 %bcond_without  system_beanshell
21 %bcond_without  system_db               # without system (i.e. with internal) Berkeley DB
22 %bcond_with     system_libhnj           # with system ALTLinuxhyph (NFY)
23 %bcond_without  system_mdbtools         # with system mdbtools
24 %bcond_without  system_xalan
25 %bcond_with     system_hsqldb
26 %bcond_with     system_agg              # with system agg
27 %bcond_without  system_hunspell
28 %bcond_without  system_myspell
29
30 # this list is same as icedtea6
31 %ifnarch i486 i586 i686 pentium3 pentium4 athlon %{x8664}
32 %undefine       with_java
33 %endif
34
35 %if %{without java}
36 %undefine       with_system_beanshell
37 %undefine       with_system_xalan
38 %undefine       with_system_hsqldb
39 %endif
40
41 %define         major_ver               3.5.0
42
43 Summary:        LibreOffice - powerful office suite
44 Summary(pl.UTF-8):      LibreOffice - potężny pakiet biurowy
45 Name:           libreoffice
46 Version:        %{major_ver}.3
47 Release:        0.1
48 License:        GPL/LGPL
49 Group:          X11/Applications
50 # we use git because released tarballs are buggy too often
51 # git clone git://anongit.freedesktop.org/git/libreoffice/build
52 # cd build
53 # git checkout -b libreoffice-3-3 origin/libreoffice-3-3
54 Source0:        http://download.documentfoundation.org/libreoffice/src/%{major_ver}/%{name}-core-%{version}.tar.xz
55 # Source0-md5:  209bbbc369b36963d25334c3ef7933e8
56 Source1:        http://download.documentfoundation.org/libreoffice/src/%{major_ver}/%{name}-binfilter-%{version}.tar.xz
57 # Source1-md5:  6e5066332a2b25b1847d3836f1260e0c
58 Source2:        http://download.documentfoundation.org/libreoffice/src/%{major_ver}/%{name}-dictionaries-%{version}.tar.xz
59 # Source2-md5:  dedde5df1752f7a489a5a7a41943ebde
60 Source3:        http://download.documentfoundation.org/libreoffice/src/%{major_ver}/%{name}-help-%{version}.tar.xz
61 # Source3-md5:  9df4051a689526888da0467c29186e8c
62 Source4:        http://download.documentfoundation.org/libreoffice/src/%{major_ver}/%{name}-translations-%{version}.tar.xz
63 # Source4-md5:  8f7d2774f635f83cebc74e1d4f609d0f
64
65 Source20:       http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll
66 # Source20-md5: 185d60944ea767075d27247c3162b3bc
67 Source23:       http://hg.services.openoffice.org/binaries/fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz
68 # Source23-md5: fdb27bfe2dbe2e7b57ae194d9bf36bab
69 Source24:       http://hg.services.openoffice.org/binaries/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
70 # Source24-md5: a7983f859eafb2677d7ff386a023bc40
71 Source25:       http://hg.services.openoffice.org/binaries/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
72 # Source25-md5: 1f24ab1d39f4a51faf22244c94a6203f
73 Source26:       http://hg.services.openoffice.org/binaries/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
74 # Source26-md5: 798b2ffdc8bcfe7bca2cf92b62caf685
75 Source27:       http://hg.services.openoffice.org/binaries/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
76 # Source27-md5: 35c94d2df8893241173de1d16b6034c0
77 Source28:       http://hg.services.openoffice.org/binaries/ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip
78 # Source28-md5: ada24d37d8d638b3d8a9985e80bc2978
79 Source29:       http://hg.services.openoffice.org/binaries/18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
80 # Source29-md5: 18f577b374d60b3c760a3a3350407632
81 Source30:       http://hg.services.openoffice.org/binaries/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
82 # Source30-md5: 17410483b5b5f267aa18b7e00b65e6e0
83 Patch1:         %{name}-hamcrest.patch
84 URL:            http://www.documentfoundation.org/
85 BuildRequires:  /usr/bin/getopt
86 BuildRequires:  GConf2-devel
87 BuildRequires:  ImageMagick
88 BuildRequires:  OpenGL-GLU-devel
89 BuildRequires:  OpenGL-devel
90 %{?with_system_agg:BuildRequires:       agg-devel}
91 BuildRequires:  atk-devel >= 1:1.9.0
92 BuildRequires:  autoconf >= 2.51
93 BuildRequires:  automake >= 1:1.9
94 BuildRequires:  bash
95 BuildRequires:  bison >= 1.875-4
96 BuildRequires:  boost-devel >= 1.35.0
97 BuildRequires:  cairo-devel >= 1.2.0
98 %{?with_ccache:BuildRequires:   ccache}
99 BuildRequires:  cppunit-devel >= 1.12.0
100 BuildRequires:  cups-devel
101 BuildRequires:  curl-devel >= 7.9.8
102 %{?with_system_db:BuildRequires:        db-cxx-devel}
103 %{?with_system_db:BuildRequires:        db-devel}
104 BuildRequires:  dbus-glib-devel >= 0.70
105 BuildRequires:  flex
106 BuildRequires:  fontconfig-devel >= 1.0.1
107 BuildRequires:  freetype-devel >= 2.1
108 BuildRequires:  glib2-devel >= 2.13.5
109 BuildRequires:  gperf
110 BuildRequires:  graphite2-devel
111 BuildRequires:  gstreamer-devel >= 0.10.0
112 BuildRequires:  gstreamer-plugins-base-devel >= 0.10.0
113 BuildRequires:  gtk+2-devel >= 2:2.10
114 %{?with_system_hunspell:BuildRequires:  hunspell-devel >=1.2.2}
115 BuildRequires:  hyphen-devel
116 %{?with_icecream:BuildRequires: icecream}
117 BuildRequires:  icu
118 %{?with_system_beanshell:BuildRequires: java-beanshell}
119 BuildRequires:  java-commons-codec
120 BuildRequires:  java-commons-httpclient
121 BuildRequires:  java-commons-lang
122 BuildRequires:  java-commons-logging
123 BuildRequires:  java-flow-engine
124 BuildRequires:  java-hamcrest
125 %{?with_system_hsqldb:BuildRequires:    java-hsqldb}
126 BuildRequires:  java-junit
127 BuildRequires:  java-lucene
128 BuildRequires:  java-lucene-contrib
129 BuildRequires:  java-servletapi
130 BuildRequires:  libcmis-devel
131 BuildRequires:  libvisio-devel
132 BuildRequires:  libwpd-devel >= 0.9.0
133 BuildRequires:  libwpg-devel >= 0.2.0
134 BuildRequires:  libwps-devel >= 0.2.0
135 BuildRequires:  lp_solve-devel
136 BuildRequires:  silgraphite-devel
137 %if %{with kde}
138 BuildRequires:  kde4-kde3support-devel
139 %endif
140 %if %{with kde4}
141 BuildRequires:  kde4-kdelibs-devel
142 BuildRequires:  qt4-build
143 %endif
144 BuildRequires:  java-libxml
145 BuildRequires:  java-sac
146 BuildRequires:  libart_lgpl-devel
147 BuildRequires:  libbonobo-devel >= 2.0
148 %{?with_system_libhnj:BuildRequires:    libhnj-devel}
149 BuildRequires:  libicu-devel >= 4.0
150 BuildRequires:  libjpeg-devel
151 BuildRequires:  librsvg-devel >= 2.14
152 BuildRequires:  libsndfile-devel
153 BuildRequires:  libstdc++-devel >= 5:3.2.1
154 BuildRequires:  libsvg-devel >= 0.1.4
155 BuildRequires:  libexttextcat-devel
156 BuildRequires:  libxml2-devel >= 2.0
157 BuildRequires:  libxslt-devel
158 BuildRequires:  libxslt-progs
159 %{?with_access:%{?with_system_mdbtools:BuildRequires:   mdbtools-devel >= 0.6}}
160 BuildRequires:  mdds-devel
161 %{?with_mono:BuildRequires:     mono-csharp >= 1.2.3}
162 %{?with_mono:BuildRequires:     mono-static >= 1.2.3}
163 %{?with_system_myspell:BuildRequires:   myspell-devel}
164 BuildRequires:  mythes-devel
165 BuildRequires:  nas-devel >= 1.7-1
166 BuildRequires:  neon-devel
167 BuildRequires:  nspr-devel >= 1:4.6-0.20041030.3
168 BuildRequires:  nss-devel >= 1:3.10
169 BuildRequires:  openldap-devel
170 BuildRequires:  pam-devel
171 BuildRequires:  pango-devel >= 1:1.17.3
172 BuildRequires:  perl-Archive-Zip
173 BuildRequires:  perl-base
174 BuildRequires:  perl-devel
175 BuildRequires:  pkgconfig
176 BuildRequires:  postgresql-devel
177 BuildRequires:  poppler-cpp-devel >= 0.8.0
178 BuildRequires:  poppler-devel >= 0.8.0
179 BuildRequires:  portaudio-devel
180 BuildRequires:  python >= 2.2
181 BuildRequires:  python-devel >= 2.2
182 BuildRequires:  python-modules >= 2.2
183 BuildRequires:  redland-devel
184 BuildRequires:  rpm-pythonprov
185 BuildRequires:  rpmbuild(macros) >= 1.357
186 BuildRequires:  sablotron-devel
187 BuildRequires:  sane-backends-devel
188 BuildRequires:  saxon
189 BuildRequires:  sed >= 4.0
190 BuildRequires:  startup-notification-devel >= 0.5
191 BuildRequires:  unixODBC-devel >= 2.2.12-2
192 BuildRequires:  unzip
193 BuildRequires:  vigra-devel
194 %{?with_system_xalan:BuildRequires:     xalan-j}
195 BuildRequires:  xorg-lib-libX11-devel
196 BuildRequires:  xorg-lib-libXaw-devel
197 BuildRequires:  xorg-lib-libXtst-devel
198 BuildRequires:  zip
199 BuildRequires:  zlib-devel
200 %if %{with java}
201 BuildRequires:  ant >= 1.7.0
202 BuildRequires:  ant-apache-regexp
203 %{?with_system_db:BuildRequires:        db-java >= 4.3}
204 BuildRequires:  jdk >= 1.4.0_00
205 BuildRequires:  jre-X11
206 %endif
207 BuildRequires:  xulrunner-devel
208 BuildConflicts: xmlsec1-devel
209 # contains (dlopened) *.so libs
210 BuildConflicts: java-gcj-compat
211 BuildConflicts: xmlsec1-nss
212 Requires:       %{name}-base = %{version}-%{release}
213 Requires:       %{name}-calc = %{version}-%{release}
214 Requires:       %{name}-draw = %{version}-%{release}
215 Requires:       %{name}-emailmerge = %{version}-%{release}
216 Requires:       %{name}-graphicfilter = %{version}-%{release}
217 Requires:       %{name}-impress = %{version}-%{release}
218 %{?with_java:Requires:  %{name}-javafilter = %{version}-%{release}}
219 Requires:       %{name}-math = %{version}-%{release}
220 Requires:       %{name}-pdfimport = %{version}-%{release}
221 Requires:       %{name}-presentation-minimizer = %{version}-%{release}
222 Requires:       %{name}-presenter-screen = %{version}-%{release}
223 Requires:       %{name}-pyuno = %{version}-%{release}
224 Requires:       %{name}-report-builder = %{version}-%{release}
225 Requires:       %{name}-web = %{version}-%{release}
226 Requires:       %{name}-wiki-publisher = %{version}-%{release}
227 Requires:       %{name}-writer = %{version}-%{release}
228 Requires:       %{name}-xsltfilter = %{version}-%{release}
229 Obsoletes:      openoffice.org
230 Obsoletes:      openoffice.org-testtools
231 Obsoletes:      libreoffice-testtools
232 ExclusiveArch:  %{ix86} %{x8664} ppc sparc sparcv9
233 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
234
235 %define         specflags       -fno-strict-aliasing -O2
236
237 # No ELF objects there to strip/chrpath, skips processing:
238 # - share/ - 17000 files of 415M
239 # - help/ - 6500 files of 1.4G
240 # - program/resource/ - 5610 files of 216M
241 %define         _noautostrip    .*\\(%{_datadir}\\|%{_libdir}/%{name}/program/resource\\)/.*
242 %define         _noautochrpath  .*\\(%{_datadir}\\|%{_libdir}/%{name}/program/resource\\)/.*
243
244 %description
245 LibreOffice is an open-source project sponsored by Sun Microsystems
246 and hosted by CollabNet. In October of 2000, Sun released the source
247 code of its popular StarOfficeTM productivity suite under open-source
248 licenses. The aim of the LibreOffice project is to create, using
249 open-source methods, the next generation of open-network productivity
250 services, including the establishment of open, XML-based standards for
251 office productivity file formats and language-independent bindings to
252 component APIs.
253
254 Features of LibreOffice include:
255  - Downloadable source code,
256  - CVS control, and
257  - Infrastructure for community involvement, including guidelines and
258    discussion groups.
259
260 %description -l pl.UTF-8
261 LibreOffice jest projektem open-source sponsorowanym przez Sun
262 Microsystems i przechowywanym przez CollabNet. W październiku 2000
263 roku Sun udostępnił kod źródłowy popularnego pakietu biurowego
264 StarOfficeTM na zasadach licencji open-source. Głównym celem
265 LibreOffice jest stworzenie sieciowego pakietu biurowego następnej
266 generacji, wykorzystując open-source'owe metody pracy.
267
268 Do zalet LibreOffice można zaliczyć:
269  - dostępny cały czas kod źródłowy,
270  - kontrola CVS,
271  - infrastruktura służąca do komunikowania się w ramach projektu.
272
273 %package libs-kde
274 Summary:        LibreOffice KDE Interface
275 Summary(pl.UTF-8):      Interfejs KDE dla LibreOffice
276 Group:          X11/Libraries
277 Requires:       %{name}-core = %{version}-%{release}
278 Obsoletes:      openoffice-i18n-en
279 Obsoletes:      openoffice-i18n-en-kde
280 Obsoletes:      openoffice-libs-kde
281 Obsoletes:      openoffice.org-libs-kde
282
283 %description libs-kde
284 LibreOffice productivity suite - KDE Interface.
285
286 %description libs-kde -l pl.UTF-8
287 Pakiet biurowy LibreOffice - Interfejs KDE.
288
289 %package libs-gtk
290 Summary:        LibreOffice GTK+ Interface
291 Summary(pl.UTF-8):      Interfejs GTK+ dla LibreOffice
292 Group:          X11/Libraries
293 Requires:       %{name}-core = %{version}-%{release}
294 Obsoletes:      openoffice-i18n-en
295 Obsoletes:      openoffice-i18n-en-gtk
296 Obsoletes:      openoffice-libs-gtk
297 Obsoletes:      openoffice.org-libs-gtk
298
299 %description libs-gtk
300 LibreOffice productivity suite - GTK+ Interface.
301
302 %description libs-gtk -l pl.UTF-8
303 Pakiet biurowy LibreOffice - Interfejs GTK+.
304
305 %package core
306 Summary:        Core modules for LibreOffice
307 Summary(pl.UTF-8):      Podstawowe moduły dla LibreOffice
308 Group:          X11/Applications
309 Requires(post,postun):  desktop-file-utils
310 Requires(post,postun):  gtk-update-icon-cache
311 Requires(post,postun):  shared-mime-info
312 Requires:       %{name}-ure = %{version}-%{release}
313 # libcups.so.2 is dlopened (in cupsmgr.cxx); maybe Suggests instead?
314 Requires:       cups-lib
315 Requires:       fonts-TTF-OpenSymbol
316 Requires:       hicolor-icon-theme
317 %{?with_system_beanshell:Requires:      java-beanshell}
318 %{?with_system_hsqldb:Requires: java-hsqldb}
319 Requires:       libstdc++ >= 5:3.2.1
320 Requires:       mktemp
321 Requires:       saxon
322 Requires:       sed
323 %{?with_system_xalan:Requires:  xalan-j}
324 #Suggests:      chkfontpath
325 Obsoletes:      libreoffice-i18n-gd
326 Obsoletes:      libreoffice-i18n-kid
327 Obsoletes:      libreoffice-i18n-ky
328 Obsoletes:      libreoffice-i18n-ms
329 Obsoletes:      libreoffice-i18n-pap
330 Obsoletes:      libreoffice-i18n-ps
331 Obsoletes:      libreoffice-i18n-sc
332 Obsoletes:      libreoffice-i18n-ti
333 Obsoletes:      libreoffice-i18n-ur
334 Obsoletes:      oooqs
335 Obsoletes:      openoffice
336 Obsoletes:      openoffice-i18n-fo
337 Obsoletes:      openoffice-i18n-fo-gtk
338 Obsoletes:      openoffice-i18n-ia
339 Obsoletes:      openoffice-i18n-ia-gtk
340 Obsoletes:      openoffice-i18n-id
341 Obsoletes:      openoffice-i18n-id-gtk
342 Obsoletes:      openoffice-i18n-la
343 Obsoletes:      openoffice-i18n-la-gtk
344 Obsoletes:      openoffice-i18n-med
345 Obsoletes:      openoffice-i18n-med-gtk
346 Obsoletes:      openoffice-i18n-mi
347 Obsoletes:      openoffice-i18n-mi-gtk
348 Obsoletes:      openoffice-i18n-ro
349 Obsoletes:      openoffice-i18n-ro-gtk
350 Obsoletes:      openoffice-libs
351 Obsoletes:      openoffice.org-core
352 Obsoletes:      openoffice.org-dirs
353 Obsoletes:      openoffice.org-i18n-bn_BD
354 Obsoletes:      openoffice.org-i18n-bn_IN
355 Obsoletes:      openoffice.org-i18n-by
356 Obsoletes:      openoffice.org-i18n-fo
357 Obsoletes:      openoffice.org-i18n-fo-gtk
358 Obsoletes:      openoffice.org-i18n-fo-kde
359 Obsoletes:      openoffice.org-i18n-gd
360 Obsoletes:      openoffice.org-i18n-gu_IN
361 Obsoletes:      openoffice.org-i18n-ia
362 Obsoletes:      openoffice.org-i18n-ia-gtk
363 Obsoletes:      openoffice.org-i18n-ia-kde
364 Obsoletes:      openoffice.org-i18n-id
365 Obsoletes:      openoffice.org-i18n-id-gtk
366 Obsoletes:      openoffice.org-i18n-id-kde
367 Obsoletes:      openoffice.org-i18n-kid
368 Obsoletes:      openoffice.org-i18n-ky
369 Obsoletes:      openoffice.org-i18n-la
370 Obsoletes:      openoffice.org-i18n-la-gtk
371 Obsoletes:      openoffice.org-i18n-la-kde
372 Obsoletes:      openoffice.org-i18n-med
373 Obsoletes:      openoffice.org-i18n-med-gtk
374 Obsoletes:      openoffice.org-i18n-med-kde
375 Obsoletes:      openoffice.org-i18n-mi
376 Obsoletes:      openoffice.org-i18n-mi-gtk
377 Obsoletes:      openoffice.org-i18n-mi-kde
378 Obsoletes:      openoffice.org-i18n-ms
379 Obsoletes:      openoffice.org-i18n-pap
380 Obsoletes:      openoffice.org-i18n-ro
381 Obsoletes:      openoffice.org-i18n-ro-gtk
382 Obsoletes:      openoffice.org-i18n-ro-kde
383 Obsoletes:      openoffice.org-i18n-sc
384 Obsoletes:      openoffice.org-i18n-sw
385 Obsoletes:      openoffice.org-i18n-sx
386 Obsoletes:      openoffice.org-i18n-ti
387 Obsoletes:      openoffice.org-i18n-ur
388 Obsoletes:      openoffice.org-libs < 1:2.1.0-0.m6.0.11
389
390 %description core
391 Core libraries and support files for LibreOffice.
392
393 %description core -l pl.UTF-8
394 Podstawowe moduły dla LibreOffice.
395
396 %package pyuno
397 Summary:        Python bindings for LibreOffice
398 Summary(pl.UTF-8):      Wiązania Pythona dla LibreOffice
399 Group:          Libraries
400 Requires:       %{name}-core = %{version}-%{release}
401 Requires:       python
402 Provides:       pyuno
403 Obsoletes:      openoffice.org-pyuno
404
405 %description pyuno
406 Cool Python bindings for the LibreOffice UNO component model. Allows
407 scripts both external to LibreOffice and within the internal
408 LibreOffice scripting module to be written in Python.
409
410 %description pyuno -l pl.UTF-8
411 Wiązania Pythona dla modelu komponentów UNO LibreOffice. Pozwala na
412 oskryptowanie zarówno na zewnątrz LibreOffice, jak i na używanie
413 skryptów w Pythonie w wewnętrznym module skryptów LibreOffice.
414
415 %package pdfimport
416 Summary:        PDF Importer for LibreOffice Draw
417 Group:          X11/Applications
418 Requires:       %{name}-draw = %{version}-%{release}
419
420 %description pdfimport
421 The PDF Importer imports PDF into drawing documents to preserve layout
422 and enable basic editing of PDF documents.
423
424 %package presentation-minimizer
425 Summary:        Shrink LibreOffice presentations
426 Group:          X11/Applications
427 Requires:       %{name}-impress = %{version}-%{release}
428
429 %description presentation-minimizer
430 The Presentation Minimizer is used to reduce the file size of the
431 current presentation. Images will be compressed, and data that is no
432 longer needed will be removed.
433
434 %package presenter-screen
435 Summary:        Presenter Screen for LibreOffice presentations
436 Group:          X11/Applications
437 Requires:       %{name}-impress = %{version}-%{release}
438
439 %description presenter-screen
440 The Presenter Screen is used to provides information on a second
441 screen, that typically is not visible to the audience when delivering
442 a presentation. e.g. slide notes.
443
444 %package report-builder
445 Summary:        Create database reports from LibreOffice
446 Group:          X11/Applications
447 Requires:       %{name}-base = %{version}-%{release}
448 Requires:       java-commons-logging
449
450 %description report-builder
451 Creates database reports from LibreOffice databases. The report
452 builder can define group and page headers as well as group, page
453 footers and calculation fields to accomplish complex database reports.
454
455 %package wiki-publisher
456 Summary:        Create Wiki articles on MediaWiki servers with LibreOffice
457 Group:          X11/Applications
458 Requires:       %{name}-writer = %{version}-%{release}
459 Requires:       java-commons-codec
460 Requires:       java-commons-httpclient
461 Requires:       java-commons-lang
462 Requires:       java-commons-logging
463
464 %description wiki-publisher
465 The Wiki Publisher enables you to create Wiki articles on MediaWiki
466 servers without having to know the syntax of the MediaWiki markup
467 language. Publish your new and existing documents transparently with
468 writer to a wiki page.
469
470 %package base
471 Summary:        Database frontend for LibreOffice
472 Summary(pl.UTF-8):      Frontend do baz danych dla LibreOffice
473 Group:          X11/Applications
474 Requires(post,postun):  desktop-file-utils
475 Requires(post,postun):  gtk-update-icon-cache
476 Requires:       %{name}-core = %{version}-%{release}
477 Requires:       hicolor-icon-theme
478 Obsoletes:      openoffice.org-base
479
480 %description base
481 GUI database frontend for LibreOffice. Allows creation and management
482 of databases through a GUI.
483
484 %description base -l pl.UTF-8
485 Graficzny frontend do baz danych dla LibreOffice. Pozwala na tworzenie
486 i zarządzanie bazami poprzez graficzny interfejs użytkownika.
487
488 %package web
489 Summary:        Web module for LibreOffice
490 Summary(pl.UTF-8):      Moduł Web dla LibreOffice
491 Group:          X11/Applications
492 Requires(post,postun):  desktop-file-utils
493 Requires:       %{name}-core = %{version}-%{release}
494 Requires:       %{name}-writer = %{version}-%{release}
495 Obsoletes:      openoffice.org-web
496
497 %description web
498 Web publishing application of LibreOffice.
499
500 %description web -l pl.UTF-8
501 Aplikacja do tworzenia stron WWW z LibreOffice.
502
503 %package writer
504 Summary:        Writer module for LibreOffice
505 Summary(pl.UTF-8):      Moduł Writer dla LibreOffice
506 Group:          X11/Applications
507 Requires(post,postun):  desktop-file-utils
508 Requires(post,postun):  gtk-update-icon-cache
509 Requires:       %{name}-core = %{version}-%{release}
510 Requires:       hicolor-icon-theme
511 Obsoletes:      openoffice.org-writer
512
513 %description writer
514 Wordprocessor application of LibreOffice.
515
516 %description writer -l pl.UTF-8
517 Procesor tekstu z LibreOffice.
518
519 %package emailmerge
520 Summary:        email mail merge component for LibreOffice
521 Summary(pl.UTF-8):      Kompolent email mail merge dla LibreOffice
522 Group:          X11/Applications
523 Requires:       %{name}-pyuno = %{version}-%{release}
524 Requires:       %{name}-writer = %{version}-%{release}
525 Obsoletes:      openoffice.org-emailmerge
526
527 %description emailmerge
528 Enables LibreOffice Writer module to enable mail merge to email.
529
530 %description emailmerge -l pl.UTF-8
531 Komponent umożliwiający modułowi Writer włączanie poczty do poczty
532 elektronicznej.
533
534 %package calc
535 Summary:        Calc module for LibreOffice
536 Summary(pl.UTF-8):      Moduł Calc dla LibreOffice
537 Group:          X11/Applications
538 Requires(post,postun):  desktop-file-utils
539 Requires(post,postun):  gtk-update-icon-cache
540 Requires:       %{name}-core = %{version}-%{release}
541 Requires:       hicolor-icon-theme
542 Obsoletes:      openoffice.org-calc
543
544 %description calc
545 Spreadsheet application of LibreOffice.
546
547 %description calc -l pl.UTF-8
548 Arkusz kalkulacyjny z LibreOffice.
549
550 %package draw
551 Summary:        Draw module for LibreOffice
552 Summary(pl.UTF-8):      Moduł Draw dla LibreOffice
553 Group:          X11/Applications
554 Requires(post,postun):  desktop-file-utils
555 Requires(post,postun):  gtk-update-icon-cache
556 Requires:       %{name}-core = %{version}-%{release}
557 Requires:       hicolor-icon-theme
558 Obsoletes:      openoffice.org-draw
559
560 %description draw
561 Drawing application of LibreOffice.
562
563 %description draw -l pl.UTF-8
564 Aplikacja rysunkowa z LibreOffice.
565
566 %package impress
567 Summary:        Impress module for LibreOffice
568 Summary(pl.UTF-8):      Moduł Impress dla LibreOffice
569 Group:          X11/Applications
570 Requires(post,postun):  desktop-file-utils
571 Requires(post,postun):  gtk-update-icon-cache
572 Requires:       %{name}-core = %{version}-%{release}
573 Requires:       hicolor-icon-theme
574 Obsoletes:      openoffice.org-impress
575
576 %description impress
577 Presentation application of LibreOffice.
578
579 %description impress -l pl.UTF-8
580 Aplikacja do tworzenia prezentacji z LibreOffice.
581
582 %package math
583 Summary:        Math module for LibreOffice
584 Summary(pl.UTF-8):      Moduł Math dla LibreOffice
585 Group:          X11/Applications
586 Requires(post,postun):  desktop-file-utils
587 Requires(post,postun):  gtk-update-icon-cache
588 Requires:       %{name}-core = %{version}-%{release}
589 Requires:       hicolor-icon-theme
590 Obsoletes:      openoffice.org-math
591
592 %description math
593 Math editor of LibreOffice.
594
595 %description math -l pl.UTF-8
596 Edytor równań matematycznych z LibreOffice.
597
598 %package graphicfilter
599 Summary:        Extra graphicfilter module for LibreOffice
600 Summary(pl.UTF-8):      Dodatkowy moduł graphicfilter dla LibreOffice
601 Group:          X11/Applications
602 Requires:       %{name}-core = %{version}-%{release}
603 Obsoletes:      openoffice.org-graphicfilter
604
605 %description graphicfilter
606 Graphicfilter module for LibreOffice, provides additional SVG and
607 Flash export filters.
608
609 %description graphicfilter -l pl.UTF-8
610 Moduł graphicfilter dla LibreOffice, udostępnia dodatkowe filtry
611 eksportu SVG i Flash.
612
613 %package xsltfilter
614 Summary:        Extra xsltfilter module for LibreOffice
615 Summary(pl.UTF-8):      Dodatkowy moduł xsltfilter dla LibreOffice
616 Group:          X11/Applications
617 Requires:       %{name}-core = %{version}-%{release}
618 Obsoletes:      openoffice.org-xsltfilter
619
620 %description xsltfilter
621 xsltfilter module for LibreOffice, provides additional docbook and
622 xhtml export transforms. Install this to enable docbook export.
623
624 %description xsltfilter -l pl.UTF-8
625 Moduł xsltfilter dla LibreOffice, udostępnia dodatkowe przekształcenia
626 wyjściowe dla formatów docbook i xhtml. Jest potrzebny do eksportu do
627 docbooka.
628
629 %package javafilter
630 Summary:        Extra javafilter module for LibreOffice
631 Summary(pl.UTF-8):      Dodatkowy moduł javafilter dla LibreOffice
632 Group:          X11/Applications
633 Requires(post,postun):  desktop-file-utils
634 Requires:       %{name}-core = %{version}-%{release}
635 Obsoletes:      openoffice.org-javafilter
636
637 %description javafilter
638 javafilter module for LibreOffice, provides additional aportisdoc,
639 Pocket Excel and Pocket Word import filters.
640
641 %description javafilter -l pl.UTF-8
642 Moduł javafilter dla LibreOffice, udostępnia dodatkowe filtry importu
643 aportisdoc, Pocket Excel i Pocket Word.
644
645 # FIXME
646 %package ure
647 Summary:        UNO Runtime Environment
648 Group:          Libraries
649 Obsoletes:      openoffice.org-ure
650
651 %description ure
652 UNO is the component model of LibreOffice. UNO offers interoperability
653 between programming languages, other components models and hardware
654 architectures, either in process or over process boundaries, in the
655 Intranet as well as in the Internet. UNO components may be implemented
656 in and accessed from any programming language for which a UNO
657 implementation (AKA language binding) and an appropriate bridge or
658 adapter exists.
659
660 %package -n browser-plugin-%{name}
661 Summary:        LibreOffice plugin for WWW browsers
662 Summary(pl.UTF-8):      Wtyczka LibreOffice dla przeglądarek WWW
663 Group:          X11/Applications
664 Requires:       %{name}-core = %{version}-%{release}
665 Requires:       browser-plugins >= 2.0
666 Requires:       browser-plugins(%{_target_base_arch})
667 Obsoletes:      browser-plugin-openoffice.org
668
669 %description -n browser-plugin-%{name}
670 LibreOffice plugin for WWW browsers.
671
672 This plugin allows browsers to display OOo documents inline.
673
674 %description -n browser-plugin-%{name} -l pl.UTF-8
675 Wtyczka LibreOffice dla przeglądarek WWW.
676
677 Ta wtyczka umożliwia wyświetlanie dokumentów OOo wewnątrz stron.
678
679 %package i18n-af
680 Summary:        LibreOffice - interface in Afrikaans language
681 Summary(pl.UTF-8):      LibreOffice - interfejs w języku afrykanerskim
682 Group:          I18n
683 Requires:       %{name}-core = %{version}-%{release}
684 Obsoletes:      openoffice-i18n-af
685 Obsoletes:      openoffice-i18n-af-gtk
686 Obsoletes:      openoffice.org-i18n-af
687 Obsoletes:      openoffice.org-i18n-af-gtk
688 Obsoletes:      openoffice.org-i18n-af-kde
689
690 %description i18n-af
691 This package provides resources containing menus and dialogs in
692 Afrikaans language.
693
694 %description i18n-af -l pl.UTF-8
695 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
696 afrykanerskim.
697
698 %package i18n-ar
699 Summary:        LibreOffice - interface in Arabic language
700 Summary(pl.UTF-8):      LibreOffice - interfejs w języku arabskim
701 Group:          I18n
702 Requires:       %{name}-core = %{version}-%{release}
703 Obsoletes:      openoffice-i18n-ar
704 Obsoletes:      openoffice-i18n-ar-gtk
705 Obsoletes:      openoffice.org-i18n-ar
706 Obsoletes:      openoffice.org-i18n-ar-gtk
707 Obsoletes:      openoffice.org-i18n-ar-kde
708
709 %description i18n-ar
710 This package provides resources containing menus and dialogs in Arabic
711 language.
712
713 %description i18n-ar -l pl.UTF-8
714 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
715 arabskim.
716
717 %package i18n-as
718 Summary:        LibreOffice - interface in Assamese language
719 Summary(pl.UTF-8):      LibreOffice - interfejs w języku asamskim
720 Group:          I18n
721 Requires:       %{name}-core = %{version}-%{release}
722 Obsoletes:      openoffice.org-i18n-as_IN
723
724 %description i18n-as
725 This package provides resources containing menus and dialogs in
726 Assamese language.
727
728 %description i18n-as -l pl.UTF-8
729 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
730 asamskim.
731
732 %package i18n-ast
733 Summary:        LibreOffice - interface in Asturian language
734 Summary(pl.UTF-8):      LibreOffice - interfejs w języku asturyjskim
735 Group:          I18n
736 Requires:       %{name}-core = %{version}-%{release}
737 Obsoletes:      openoffice.org-i18n-ast
738
739 %description i18n-ast
740 This package provides resources containing menus and dialogs in
741 Asturian language.
742
743 %description i18n-ast -l pl.UTF-8
744 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
745 asturyjskim.
746
747 %package i18n-be_BY
748 Summary:        LibreOffice - interface in Belarusian language
749 Summary(pl.UTF-8):      LibreOffice - interfejs w języku białoruskim
750 Group:          I18n
751 Requires:       %{name}-core = %{version}-%{release}
752 Obsoletes:      openoffice.org-i18n-be_BY
753
754 %description i18n-be_BY
755 This package provides resources containing menus and dialogs in
756 Belarusian language.
757
758 %description i18n-be_BY -l pl.UTF-8
759 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
760 białoruskim.
761
762 %package i18n-bg
763 Summary:        LibreOffice - interface in Bulgarian language
764 Summary(pl.UTF-8):      LibreOffice - interfejs w języku bułgarskim
765 Group:          I18n
766 Requires:       %{name}-core = %{version}-%{release}
767 Obsoletes:      openoffice-i18n-bg
768 Obsoletes:      openoffice-i18n-bg-gtk
769 Obsoletes:      openoffice.org-i18n-bg
770 Obsoletes:      openoffice.org-i18n-bg-gtk
771 Obsoletes:      openoffice.org-i18n-bg-kde
772
773 %description i18n-bg
774 This package provides resources containing menus and dialogs in
775 Bulgarian language.
776
777 %description i18n-bg -l pl.UTF-8
778 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
779 bułgarskim.
780
781 %package i18n-bn
782 Summary:        LibreOffice - interface in Bangla language
783 Summary(pl.UTF-8):      LibreOffice - interfejs w języku bengalskim
784 Group:          I18n
785 Requires:       %{name}-core = %{version}-%{release}
786 Obsoletes:      openoffice.org-i18n-bn
787
788 %description i18n-bn
789 This package provides resources containing menus and dialogs in Bangla
790 language.
791
792 %description i18n-bn -l pl.UTF-8
793 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
794 bengalskim.
795
796 %package i18n-bo
797 Summary:        LibreOffice - interface in Tibetan language
798 Summary(pl.UTF-8):      LibreOffice - interfejs w języku tybetańskim
799 Group:          I18n
800 Requires:       %{name}-core = %{version}-%{release}
801 Obsoletes:      openoffice.org-i18n-bo
802
803 %description i18n-bo
804 This package provides resources containing menus and dialogs in
805 Tibetan language.
806
807 %description i18n-bo -l pl.UTF-8
808 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
809 tybetańskim.
810
811 %package i18n-br
812 Summary:        LibreOffice - interface in Breton language
813 Summary(pl.UTF-8):      LibreOffice - interfejs w języku bretońskim
814 Group:          I18n
815 Requires:       %{name}-core = %{version}-%{release}
816 Obsoletes:      openoffice.org-i18n-br
817
818 %description i18n-br
819 This package provides resources containing menus and dialogs in Breton
820 language.
821
822 %description i18n-br -l pl.UTF-8
823 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
824 bretońskim.
825
826 %package i18n-brx
827 Summary:        LibreOffice - interface in Bodo language
828 Summary(pl.UTF-8):      LibreOffice - interfejs w języku boro
829 Group:          I18n
830 Requires:       %{name}-core = %{version}-%{release}
831 Obsoletes:      openoffice.org-i18n-brx
832
833 %description i18n-brx
834 This package provides resources containing menus and dialogs in Bodo
835 language.
836
837 %description i18n-brx -l pl.UTF-8
838 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
839 boro.
840
841 %package i18n-bs
842 Summary:        LibreOffice - interface in Bosnian language
843 Summary(pl.UTF-8):      LibreOffice - interfejs w języku bośniackim
844 Group:          I18n
845 Requires:       %{name}-core = %{version}-%{release}
846 Obsoletes:      openoffice.org-i18n-bs
847
848 %description i18n-bs
849 This package provides resources containing menus and dialogs in
850 Bosnian language.
851
852 %description i18n-bs -l pl.UTF-8
853 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
854 bośniackim.
855
856 %package i18n-ca
857 Summary:        LibreOffice - interface in Catalan language
858 Summary(pl.UTF-8):      LibreOffice - interfejs w języku katalońskim
859 Group:          I18n
860 Requires:       %{name}-core = %{version}-%{release}
861 Obsoletes:      openoffice-i18n-ca
862 Obsoletes:      openoffice-i18n-ca-gtk
863 Obsoletes:      openoffice.org-i18n-ca
864 Obsoletes:      openoffice.org-i18n-ca-gtk
865 Obsoletes:      openoffice.org-i18n-ca-kde
866
867 %description i18n-ca
868 This package provides resources containing menus and dialogs in
869 Catalan language.
870
871 %description i18n-ca -l pl.UTF-8
872 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
873 katalońskim.
874
875 %package i18n-ca_XV
876 Summary:        LibreOffice - interface in Catalan Valencian language
877 Summary(pl.UTF-8):      LibreOffice - interfejs w języku katalońskim walenckim
878 Group:          I18n
879 Requires:       %{name}-core = %{version}-%{release}
880
881 %description i18n-ca_XV
882 This package provides resources containing menus and dialogs in
883 Catalan Valencian language.
884
885 %description i18n-ca_XV -l pl.UTF-8
886 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
887 katalońskim walenckim.
888
889 %package i18n-cs
890 Summary:        LibreOffice - interface in Czech language
891 Summary(pl.UTF-8):      LibreOffice - interfejs w języku czeskim
892 Group:          I18n
893 Requires:       %{name}-core = %{version}-%{release}
894 Obsoletes:      openoffice-i18n-cs
895 Obsoletes:      openoffice-i18n-cs-gtk
896 Obsoletes:      openoffice.org-i18n-cs
897 Obsoletes:      openoffice.org-i18n-cs-gtk
898 Obsoletes:      openoffice.org-i18n-cs-kde
899
900 %description i18n-cs
901 This package provides resources containing menus and dialogs in Czech
902 language.
903
904 %description i18n-cs -l pl.UTF-8
905 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
906 czeskim.
907
908 %package i18n-cy
909 Summary:        LibreOffice - interface in Cymraeg language
910 Summary(pl.UTF-8):      LibreOffice - interfejs w języku walijskim
911 Group:          I18n
912 Requires:       %{name}-core = %{version}-%{release}
913 Obsoletes:      openoffice-i18n-cy
914 Obsoletes:      openoffice-i18n-cy-gtk
915 Obsoletes:      openoffice.org-i18n-cy
916 Obsoletes:      openoffice.org-i18n-cy-gtk
917 Obsoletes:      openoffice.org-i18n-cy-kde
918
919 %description i18n-cy
920 This package provides resources containing menus and dialogs in
921 Cymraeg language.
922
923 %description i18n-cy -l pl.UTF-8
924 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
925 walijskim.
926
927 %package i18n-da
928 Summary:        LibreOffice - interface in Danish language
929 Summary(pl.UTF-8):      LibreOffice - interfejs w języku duńskim
930 Group:          I18n
931 Requires:       %{name}-core = %{version}-%{release}
932 Obsoletes:      openoffice-i18n-da
933 Obsoletes:      openoffice-i18n-da-gtk
934 Obsoletes:      openoffice.org-i18n-da
935 Obsoletes:      openoffice.org-i18n-da-gtk
936 Obsoletes:      openoffice.org-i18n-da-kde
937
938 %description i18n-da
939 This package provides resources containing menus and dialogs in Danish
940 language.
941
942 %description i18n-da -l pl.UTF-8
943 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
944 duńskim.
945
946 %package i18n-de
947 Summary:        LibreOffice - interface in German language
948 Summary(pl.UTF-8):      LibreOffice - interfejs w języku niemieckim
949 Group:          I18n
950 Requires:       %{name}-core = %{version}-%{release}
951 Obsoletes:      openoffice-i18n-de
952 Obsoletes:      openoffice-i18n-de-gtk
953 Obsoletes:      openoffice.org-i18n-de
954 Obsoletes:      openoffice.org-i18n-de-gtk
955 Obsoletes:      openoffice.org-i18n-de-kde
956
957 %description i18n-de
958 This package provides resources containing menus and dialogs in German
959 language.
960
961 %description i18n-de -l pl.UTF-8
962 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
963 niemieckim.
964
965 %package i18n-dgo
966 Summary:        LibreOffice - interface in Dogri language
967 Summary(pl.UTF-8):      LibreOffice - interfejs w języku dogri
968 Group:          I18n
969 Requires:       %{name}-core = %{version}-%{release}
970 Obsoletes:      openoffice.org-i18n-dgo
971
972 %description i18n-dgo
973 This package provides resources containing menus and dialogs in Dogri
974 language.
975
976 %description i18n-dgo -l pl.UTF-8
977 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
978 dogri.
979
980 %package i18n-dz
981 Summary:        LibreOffice - interface in Dzongkha language
982 Summary(pl.UTF-8):      Openoffice.org - interfejs w języku dżongkha
983 Group:          I18n
984 Requires:       %{name}-core = %{version}-%{release}
985 Obsoletes:      openoffice.org-i18n-dz
986
987 %description i18n-dz
988 This package provides resources containing menus and dialogs in
989 Dzongkha language.
990
991 %description i18n-dz -l pl.UTF-8
992 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
993 dżongkha.
994
995 %package i18n-el
996 Summary:        LibreOffice - interface in Greek language
997 Summary(pl.UTF-8):      LibreOffice - interfejs w języku greckim
998 Group:          I18n
999 Requires:       %{name}-core = %{version}-%{release}
1000 Obsoletes:      openoffice-i18n-el
1001 Obsoletes:      openoffice-i18n-el-gtk
1002 Obsoletes:      openoffice.org-i18n-el
1003 Obsoletes:      openoffice.org-i18n-el-gtk
1004 Obsoletes:      openoffice.org-i18n-el-kde
1005
1006 %description i18n-el
1007 This package provides resources containing menus and dialogs in Greek
1008 language.
1009
1010 %description i18n-el -l pl.UTF-8
1011 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1012 greckim.
1013
1014 %package i18n-en_GB
1015 Summary:        LibreOffice - interface in English language for United Kingdom
1016 Summary(pl.UTF-8):      LibreOffice - interfejs w języku anglieskim dla Wielkiej Brytanii
1017 Group:          I18n
1018 Requires:       %{name}-core = %{version}-%{release}
1019 Obsoletes:      openoffice.org-i18n-en_GB
1020
1021 %description i18n-en_GB
1022 This package provides resources containing menus and dialogs in
1023 English language for United Kingdom.
1024
1025 %description i18n-en_GB -l pl.UTF-8
1026 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1027 anglieskim dla Wielkiej Brytanii.
1028
1029 %package i18n-en_ZA
1030 Summary:        LibreOffice - interface in English language for South Africa
1031 Summary(pl.UTF-8):      LibreOffice - interfejs w języku anglieskim dla Południowej Afryki
1032 Group:          I18n
1033 Requires:       %{name}-core = %{version}-%{release}
1034 Obsoletes:      openoffice.org-i18n-en_ZA
1035
1036 %description i18n-en_ZA
1037 This package provides resources containing menus and dialogs in
1038 English language for South Africa.
1039
1040 %description i18n-en_ZA -l pl.UTF-8
1041 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1042 anglieskim dla Południowej Afryki.
1043
1044 %package i18n-eo
1045 Summary:        LibreOffice - interface in Esperanto language
1046 Summary(pl.UTF-8):      LibreOffice - interfejs w języku esperanto
1047 Group:          I18n
1048 Requires:       %{name}-core = %{version}-%{release}
1049 Obsoletes:      openoffice.org-i18n-eo
1050
1051 %description i18n-eo
1052 This package provides resources containing menus and dialogs in
1053 Esperanto language.
1054
1055 %description i18n-eo -l pl.UTF-8
1056 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1057 esperanto.
1058
1059 %package i18n-es
1060 Summary:        LibreOffice - interface in Spanish language
1061 Summary(pl.UTF-8):      LibreOffice - interfejs w języku hiszpańskim
1062 Group:          I18n
1063 Requires:       %{name}-core = %{version}-%{release}
1064 Obsoletes:      openoffice-i18n-es
1065 Obsoletes:      openoffice-i18n-es-gtk
1066 Obsoletes:      openoffice.org-i18n-es
1067 Obsoletes:      openoffice.org-i18n-es-gtk
1068 Obsoletes:      openoffice.org-i18n-es-kde
1069
1070 %description i18n-es
1071 This package provides resources containing menus and dialogs in
1072 Spanish language.
1073
1074 %description i18n-es -l pl.UTF-8
1075 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1076 hiszpańskim.
1077
1078 %package i18n-et
1079 Summary:        LibreOffice - interface in Estonian language
1080 Summary(pl.UTF-8):      LibreOffice - interfejs w języku estońskim
1081 Group:          I18n
1082 Requires:       %{name}-core = %{version}-%{release}
1083 Obsoletes:      openoffice-i18n-et
1084 Obsoletes:      openoffice-i18n-et-gtk
1085 Obsoletes:      openoffice.org-i18n-et
1086 Obsoletes:      openoffice.org-i18n-et-gtk
1087 Obsoletes:      openoffice.org-i18n-et-kde
1088
1089 %description i18n-et
1090 This package provides resources containing menus and dialogs in
1091 Estonian language.
1092
1093 %description i18n-et -l pl.UTF-8
1094 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1095 estońskim.
1096
1097 %package i18n-eu
1098 Summary:        LibreOffice - interface in Basque (Euskara) language
1099 Summary(pl.UTF-8):      LibreOffice - interfejs w języku baskijskim (euskera)
1100 Group:          I18n
1101 Requires:       %{name}-core = %{version}-%{release}
1102 Obsoletes:      openoffice-i18n-eu
1103 Obsoletes:      openoffice-i18n-eu-gtk
1104 Obsoletes:      openoffice-i18n-eu-kde
1105 Obsoletes:      openoffice.org-i18n-eu
1106
1107 %description i18n-eu
1108 This package provides resources containing menus and dialogs in Basque
1109 (Euskara) language.
1110
1111 %description i18n-eu -l pl.UTF-8
1112 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1113 baskijskim (euskera).
1114
1115 %package i18n-fa
1116 Summary:        LibreOffice - interface in Persian language
1117 Summary(pl.UTF-8):      LibreOffice - interfejs w języku perskim
1118 Group:          I18n
1119 Requires:       %{name}-core = %{version}-%{release}
1120 Obsoletes:      openoffice-i18n-fa
1121 Obsoletes:      openoffice-i18n-fa-gtk
1122 Obsoletes:      openoffice-i18n-fa-kde
1123 Obsoletes:      openoffice.org-i18n-fa
1124
1125 %description i18n-fa
1126 This package provides resources containing menus and dialogs in
1127 Persian language.
1128
1129 %description i18n-fa -l pl.UTF-8
1130 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1131 perskim.
1132
1133 %package i18n-fi
1134 Summary:        LibreOffice - interface in Finnish language
1135 Summary(pl.UTF-8):      LibreOffice - interfejs w języku fińskim
1136 Group:          I18n
1137 Requires:       %{name}-core = %{version}-%{release}
1138 Obsoletes:      openoffice-i18n-fi
1139 Obsoletes:      openoffice-i18n-fi-gtk
1140 Obsoletes:      openoffice.org-i18n-fi
1141 Obsoletes:      openoffice.org-i18n-fi-gtk
1142 Obsoletes:      openoffice.org-i18n-fi-kde
1143
1144 %description i18n-fi
1145 This package provides resources containing menus and dialogs in
1146 Finnish language.
1147
1148 %description i18n-fi -l pl.UTF-8
1149 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1150 fińskim.
1151
1152 %package i18n-fr
1153 Summary:        LibreOffice - interface in French language
1154 Summary(pl.UTF-8):      LibreOffice - interfejs w języku francuskim
1155 Group:          I18n
1156 Requires:       %{name}-core = %{version}-%{release}
1157 Obsoletes:      openoffice-i18n-fr
1158 Obsoletes:      openoffice-i18n-fr-gtk
1159 Obsoletes:      openoffice.org-i18n-fr
1160 Obsoletes:      openoffice.org-i18n-fr-gtk
1161 Obsoletes:      openoffice.org-i18n-fr-kde
1162
1163 %description i18n-fr
1164 This package provides resources containing menus and dialogs in French
1165 language.
1166
1167 %description i18n-fr -l pl.UTF-8
1168 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1169 francuskim.
1170
1171 %package i18n-ga
1172 Summary:        LibreOffice - interface in Irish language
1173 Summary(pl.UTF-8):      LibreOffice - interfejs w języku irlandzkim
1174 Group:          I18n
1175 Requires:       %{name}-core = %{version}-%{release}
1176 Obsoletes:      openoffice-i18n-ga
1177 Obsoletes:      openoffice-i18n-ga-gtk
1178 Obsoletes:      openoffice.org-i18n-ga
1179 Obsoletes:      openoffice.org-i18n-ga-gtk
1180 Obsoletes:      openoffice.org-i18n-ga-kde
1181
1182 %description i18n-ga
1183 This package provides resources containing menus and dialogs in Irish
1184 language.
1185
1186 %description i18n-ga -l pl.UTF-8
1187 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1188 irlandzkim.
1189
1190 %package i18n-gd
1191 Summary:        LibreOffice - interface in Scottish Gaelic language
1192 Summary(pl.UTF-8):      LibreOffice - interfejs w języku gaelickim szkockim
1193 Group:          I18n
1194 Requires:       %{name}-core = %{version}-%{release}
1195
1196 %description i18n-gd
1197 This package provides resources containing menus and dialogs in
1198 Scottish Gaelic language.
1199
1200 %description i18n-gd -l pl.UTF-8
1201 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1202 gaelicki szkocki.
1203
1204 %package i18n-gl
1205 Summary:        LibreOffice - interface in Galician language
1206 Summary(pl.UTF-8):      LibreOffice - interfejs w języku galicyjskim
1207 Group:          I18n
1208 Requires:       %{name}-core = %{version}-%{release}
1209 Obsoletes:      openoffice-i18n-gl
1210 Obsoletes:      openoffice-i18n-gl-gtk
1211 Obsoletes:      openoffice.org-i18n-gl
1212 Obsoletes:      openoffice.org-i18n-gl-gtk
1213 Obsoletes:      openoffice.org-i18n-gl-kde
1214
1215 %description i18n-gl
1216 This package provides resources containing menus and dialogs in
1217 Galician language.
1218
1219 %description i18n-gl -l pl.UTF-8
1220 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1221 galicyjskim.
1222
1223 %package i18n-gu
1224 Summary:        LibreOffice - interface in Gujarati language
1225 Summary(pl.UTF-8):      LibreOffice - interfejs w języku gudźarati
1226 Group:          I18n
1227 Requires:       %{name}-core = %{version}-%{release}
1228 Obsoletes:      openoffice.org-i18n-gu
1229
1230 %description i18n-gu
1231 This package provides resources containing menus and dialogs in
1232 Gujarati language.
1233
1234 %description i18n-gu -l pl.UTF-8
1235 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1236 gudźarati.
1237
1238 %package i18n-he
1239 Summary:        LibreOffice - interface in Hebrew language
1240 Summary(pl.UTF-8):      LibreOffice - interfejs w języku hebrajskim
1241 Group:          I18n
1242 Requires:       %{name}-core = %{version}-%{release}
1243 Obsoletes:      openoffice-i18n-he
1244 Obsoletes:      openoffice-i18n-he-gtk
1245 Obsoletes:      openoffice.org-i18n-he
1246 Obsoletes:      openoffice.org-i18n-he-gtk
1247 Obsoletes:      openoffice.org-i18n-he-kde
1248
1249 %description i18n-he
1250 This package provides resources containing menus and dialogs in Hebrew
1251 language.
1252
1253 %description i18n-he -l pl.UTF-8
1254 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1255 hebrajskim.
1256
1257 %package i18n-hi
1258 Summary:        LibreOffice - interface in Hindi language
1259 Summary(pl.UTF-8):      LibreOffice - interfejs w języku hindi
1260 Group:          I18n
1261 Requires:       %{name}-core = %{version}-%{release}
1262 Obsoletes:      openoffice-i18n-hi
1263 Obsoletes:      openoffice-i18n-hi-gtk
1264 Obsoletes:      openoffice.org-i18n-hi-gtk
1265 Obsoletes:      openoffice.org-i18n-hi-kde
1266 Obsoletes:      openoffice.org-i18n-hi_IN
1267
1268 %description i18n-hi
1269 This package provides resources containing menus and dialogs in Hindi
1270 language.
1271
1272 %description i18n-hi -l pl.UTF-8
1273 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1274 hindi.
1275
1276 %package i18n-hr
1277 Summary:        LibreOffice - interface in Croatian language
1278 Summary(pl.UTF-8):      LibreOffice - interfejs w języku chorwackim
1279 Group:          I18n
1280 Requires:       %{name}-core = %{version}-%{release}
1281 Obsoletes:      openoffice-i18n-hr
1282 Obsoletes:      openoffice-i18n-hr-gtk
1283 Obsoletes:      openoffice.org-i18n-hr
1284 Obsoletes:      openoffice.org-i18n-hr-gtk
1285 Obsoletes:      openoffice.org-i18n-hr-kde
1286
1287 %description i18n-hr
1288 This package provides resources containing menus and dialogs in
1289 Croatian language.
1290
1291 %description i18n-hr -l pl.UTF-8
1292 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1293 chorwackim.
1294
1295 %package i18n-hu
1296 Summary:        LibreOffice - interface in Hungarian language
1297 Summary(pl.UTF-8):      LibreOffice - interfejs w języku węgierskim
1298 Group:          I18n
1299 Requires:       %{name}-core = %{version}-%{release}
1300 Obsoletes:      openoffice-i18n-hu
1301 Obsoletes:      openoffice-i18n-hu-gtk
1302 Obsoletes:      openoffice.org-i18n-hu
1303 Obsoletes:      openoffice.org-i18n-hu-gtk
1304 Obsoletes:      openoffice.org-i18n-hu-kde
1305
1306 %description i18n-hu
1307 This package provides resources containing menus and dialogs in
1308 Hungarian language.
1309
1310 %description i18n-hu -l pl.UTF-8
1311 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1312 węgierskim.
1313
1314 %package i18n-id
1315 Summary:        LibreOffice - interface in Indonesian language
1316 Summary(pl.UTF-8):      LibreOffice - interfejs w języku indonezyjskim
1317 Group:          I18n
1318 Requires:       %{name}-core = %{version}-%{release}
1319
1320 %description i18n-id
1321 This package provides resources containing menus and dialogs in
1322 Indonesian language.
1323
1324 %description i18n-id -l pl.UTF-8
1325 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1326 indonezyjskim.
1327
1328 %package i18n-is
1329 Summary:        LibreOffice - interface in Icelandic language
1330 Summary(pl.UTF-8):      LibreOffice - interfejs w języku islandzkim
1331 Group:          I18n
1332 Requires:       %{name}-core = %{version}-%{release}
1333 Obsoletes:      openoffice.org-i18n-is
1334
1335 %description i18n-is
1336 This package provides resources containing menus and dialogs in
1337 Icelandic language.
1338
1339 %description i18n-is -l pl.UTF-8
1340 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1341 islandzkim.
1342
1343 %package i18n-it
1344 Summary:        LibreOffice - interface in Italian language
1345 Summary(pl.UTF-8):      LibreOffice - interfejs w języku włoskim
1346 Group:          I18n
1347 Requires:       %{name}-core = %{version}-%{release}
1348 Obsoletes:      openoffice-i18n-it
1349 Obsoletes:      openoffice-i18n-it-gtk
1350 Obsoletes:      openoffice.org-i18n-it
1351 Obsoletes:      openoffice.org-i18n-it-gtk
1352 Obsoletes:      openoffice.org-i18n-it-kde
1353
1354 %description i18n-it
1355 This package provides resources containing menus and dialogs in
1356 Italian language.
1357
1358 %description i18n-it -l pl.UTF-8
1359 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1360 włoskim.
1361
1362 %package i18n-ja
1363 Summary:        LibreOffice - interface in Japan language
1364 Summary(pl.UTF-8):      LibreOffice - interfejs w języku japońskim
1365 Group:          I18n
1366 Requires:       %{name}-core = %{version}-%{release}
1367 Obsoletes:      openoffice-i18n-ja
1368 Obsoletes:      openoffice-i18n-ja-gtk
1369 Obsoletes:      openoffice.org-i18n-ja
1370 Obsoletes:      openoffice.org-i18n-ja-gtk
1371 Obsoletes:      openoffice.org-i18n-ja-kde
1372
1373 %description i18n-ja
1374 This package provides resources containing menus and dialogs in Japan
1375 language.
1376
1377 %description i18n-ja -l pl.UTF-8
1378 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1379 japońskim.
1380
1381 %package i18n-ka
1382 Summary:        LibreOffice - interface in Georgian language
1383 Summary(pl.UTF-8):      LibreOffice - interfejs w języku gruzińskim
1384 Group:          I18n
1385 Requires:       %{name}-core = %{version}-%{release}
1386 Obsoletes:      openoffice.org-i18n-ka
1387
1388 %description i18n-ka
1389 This package provides resources containing menus and dialogs in
1390 Georgian language.
1391
1392 %description i18n-ka -l pl.UTF-8
1393 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1394 gruzińskim.
1395
1396 %package i18n-kk
1397 Summary:        LibreOffice - interface in Kazakh language
1398 Summary(pl.UTF-8):      LibreOffice - interfejs w języku kazachskim
1399 Group:          I18n
1400 Requires:       %{name}-core = %{version}-%{release}
1401 Obsoletes:      openoffice.org-i18n-kk
1402
1403 %description i18n-kk
1404 This package provides resources containing menus and dialogs in Kazakh
1405 language.
1406
1407 %description i18n-kk -l pl.UTF-8
1408 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1409 kazachskim.
1410
1411 %package i18n-km
1412 Summary:        LibreOffice - interface in Khmer language
1413 Summary(pl.UTF-8):      LibreOffice - interfejs w języku khmerskim
1414 Group:          I18n
1415 Requires:       %{name}-core = %{version}-%{release}
1416 Obsoletes:      openoffice.org-i18n-km
1417
1418 %description i18n-km
1419 This package provides resources containing menus and dialogs in Khmer
1420 language.
1421
1422 %description i18n-km -l pl.UTF-8
1423 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1424 khmerskim.
1425
1426 %package i18n-kn_IN
1427 Summary:        LibreOffice - interface in Kannada language
1428 Summary(pl.UTF-8):      LibreOffice - interfejs w języku kannara
1429 Group:          I18n
1430 Requires:       %{name}-core = %{version}-%{release}
1431 Obsoletes:      openoffice-i18n-kn
1432 Obsoletes:      openoffice-i18n-kn-gtk
1433 Obsoletes:      openoffice-i18n-kn-kde
1434 Obsoletes:      openoffice.org-i18n-kn_IN
1435
1436 %description i18n-kn_IN
1437 This package provides resources containing menus and dialogs in
1438 Kannada language.
1439
1440 %description i18n-kn_IN -l pl.UTF-8
1441 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1442 kannara.
1443
1444 %package i18n-ko
1445 Summary:        LibreOffice - interface in Korean language
1446 Summary(pl.UTF-8):      LibreOffice - interfejs w języku koreańskim
1447 Group:          I18n
1448 Requires:       %{name}-core = %{version}-%{release}
1449 Obsoletes:      openoffice-i18n-ko
1450 Obsoletes:      openoffice-i18n-ko-gtk
1451 Obsoletes:      openoffice.org-i18n-ko
1452 Obsoletes:      openoffice.org-i18n-ko-gtk
1453 Obsoletes:      openoffice.org-i18n-ko-kde
1454
1455 %description i18n-ko
1456 This package provides resources containing menus and dialogs in Korean
1457 language.
1458
1459 %description i18n-ko -l pl.UTF-8
1460 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1461 koreańskim.
1462
1463 %package i18n-kok
1464 Summary:        LibreOffice - interface in Konkani language
1465 Summary(pl.UTF-8):      LibreOffice - interfejs w języku konkani
1466 Group:          I18n
1467 Requires:       %{name}-core = %{version}-%{release}
1468 Obsoletes:      openoffice.org-i18n-kok
1469
1470 %description i18n-kok
1471 This package provides resources containing menus and dialogs in
1472 Konkani language.
1473
1474 %description i18n-kok -l pl.UTF-8
1475 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1476 konkani.
1477
1478 %package i18n-ks
1479 Summary:        LibreOffice - interface in Kashmiri language
1480 Summary(pl.UTF-8):      LibreOffice - interfejs w języku kaszmirskim
1481 Group:          I18n
1482 Requires:       %{name}-core = %{version}-%{release}
1483 Obsoletes:      openoffice.org-i18n-ks
1484
1485 %description i18n-ks
1486 This package provides resources containing menus and dialogs in
1487 Kashmiri language.
1488
1489 %description i18n-ks -l pl.UTF-8
1490 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1491 kaszmirskim.
1492
1493 %package i18n-ku
1494 Summary:        LibreOffice - interface in Kurdish language
1495 Summary(pl.UTF-8):      LibreOffice - interfejs w języku kurdyjskim
1496 Group:          I18n
1497 Requires:       %{name}-core = %{version}-%{release}
1498 Obsoletes:      openoffice.org-i18n-ku
1499
1500 %description i18n-ku
1501 This package provides resources containing menus and dialogs in
1502 Kurdish language.
1503
1504 %description i18n-ku -l pl.UTF-8
1505 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1506 kurdyjskim.
1507
1508 %package i18n-lo
1509 Summary:        LibreOffice - interface in Lao language
1510 Summary(pl.UTF-8):      LibreOffice - interfejs w języku laotańskim
1511 Group:          I18n
1512 Requires:       %{name}-core = %{version}-%{release}
1513 Obsoletes:      openoffice.org-i18n-lo
1514
1515 %description i18n-lo
1516 This package provides resources containing menus and dialogs in Lao
1517 language.
1518
1519 %description i18n-lo -l pl.UTF-8
1520 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1521 laotańskim.
1522
1523 %package i18n-lt
1524 Summary:        LibreOffice - interface in Lithuanian language
1525 Summary(pl.UTF-8):      LibreOffice - interfejs w języku litewskim
1526 Group:          I18n
1527 Requires:       %{name}-core = %{version}-%{release}
1528 Obsoletes:      openoffice-i18n-lt
1529 Obsoletes:      openoffice-i18n-lt-gtk
1530 Obsoletes:      openoffice.org-i18n-lt
1531 Obsoletes:      openoffice.org-i18n-lt-gtk
1532 Obsoletes:      openoffice.org-i18n-lt-kde
1533
1534 %description i18n-lt
1535 This package provides resources containing menus and dialogs in
1536 Lithuanian language.
1537
1538 %description i18n-lt -l pl.UTF-8
1539 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1540 litewskim.
1541
1542 %package i18n-lv
1543 Summary:        LibreOffice - interface in Latvian language
1544 Summary(pl.UTF-8):      LibreOffice - interfejs w języku łotewskim
1545 Group:          I18n
1546 Requires:       %{name}-core = %{version}-%{release}
1547 Obsoletes:      openoffice.org-i18n-lv
1548
1549 %description i18n-lv
1550 This package provides resources containing menus and dialogs in
1551 Latvian language.
1552
1553 %description i18n-lv -l pl.UTF-8
1554 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1555 łotewskim.
1556
1557 %package i18n-mai
1558 Summary:        LibreOffice - interface in Maithili language
1559 Summary(pl.UTF-8):      LibreOffice - interfejs w języku maithili
1560 Group:          I18n
1561 Requires:       %{name}-core = %{version}-%{release}
1562 Obsoletes:      openoffice.org-i18n-mai
1563
1564 %description i18n-mai
1565 This package provides resources containing menus and dialogs in
1566 Maithili language.
1567
1568 %description i18n-mai -l pl.UTF-8
1569 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1570 maithili.
1571
1572 %package i18n-mk
1573 Summary:        LibreOffice - interface in Macedonian language
1574 Summary(pl.UTF-8):      LibreOffice - interfejs w języku macedońskim
1575 Group:          I18n
1576 Requires:       %{name}-core = %{version}-%{release}
1577 Obsoletes:      openoffice.org-i18n-mk
1578
1579 %description i18n-mk
1580 This package provides resources containing menus and dialogs in
1581 Macedonian language.
1582
1583 %description i18n-mk -l pl.UTF-8
1584 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1585 macedońskim.
1586
1587 %package i18n-ml
1588 Summary:        LibreOffice - interface in Malayalam language
1589 Summary(pl.UTF-8):      LibreOffice - interfejs w języku malajalamskim
1590 Group:          I18n
1591 Requires:       %{name}-core = %{version}-%{release}
1592 Obsoletes:      openoffice.org-i18n-ml_IN
1593
1594 %description i18n-ml
1595 This package provides resources containing menus and dialogs in
1596 Malayalam language.
1597
1598 %description i18n-ml -l pl.UTF-8
1599 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1600 malajalamskim.
1601
1602 %package i18n-mni
1603 Summary:        LibreOffice - interface in Meitei language
1604 Summary(pl.UTF-8):      LibreOffice - interfejs w języku manipuri
1605 Group:          I18n
1606 Requires:       %{name}-core = %{version}-%{release}
1607 Obsoletes:      openoffice.org-i18n-mni
1608
1609 %description i18n-mni
1610 This package provides resources containing menus and dialogs in Meitei
1611 language.
1612
1613 %description i18n-mni -l pl.UTF-8
1614 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1615 manipuri.
1616
1617 %package i18n-mr
1618 Summary:        LibreOffice - interface in Marathi language
1619 Summary(pl.UTF-8):      LibreOffice - interfejs w języku marathi
1620 Group:          I18n
1621 Requires:       %{name}-core = %{version}-%{release}
1622 Obsoletes:      openoffice.org-i18n-mr_IN
1623
1624 %description i18n-mr
1625 This package provides resources containing menus and dialogs in
1626 Marathi language.
1627
1628 %description i18n-mr -l pl.UTF-8
1629 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1630 marathi.
1631
1632 %package i18n-mn
1633 Summary:        LibreOffice - interface in Mongolian language
1634 Summary(pl.UTF-8):      LibreOffice - interfejs w języku mongolskim
1635 Group:          I18n
1636 Requires:       %{name}-core = %{version}-%{release}
1637 Obsoletes:      openoffice.org-i18n-mn
1638
1639 %description i18n-mn
1640 This package provides resources containing menus and dialogs in
1641 Mongolian language.
1642
1643 %description i18n-mn -l pl.UTF-8
1644 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1645 mongolskim.
1646
1647 %package i18n-my
1648 Summary:        LibreOffice - interface in Burmese language
1649 Summary(pl.UTF-8):      LibreOffice - interfejs w języku birmańskim
1650 Group:          I18n
1651 Requires:       %{name}-core = %{version}-%{release}
1652 Obsoletes:      openoffice.org-i18n-my
1653
1654 %description i18n-my
1655 This package provides resources containing menus and dialogs in
1656 Burmese language.
1657
1658 %description i18n-my -l pl.UTF-8
1659 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1660 birmańskim.
1661
1662 %package i18n-nb
1663 Summary:        LibreOffice - interface in Norwegian Bokmaal language
1664 Summary(pl.UTF-8):      LibreOffice - interfejs w języku norweskim (odmiana Bokmaal)
1665 Group:          I18n
1666 Requires:       %{name}-core = %{version}-%{release}
1667 Obsoletes:      openoffice-i18n-nb
1668 Obsoletes:      openoffice-i18n-nb-gtk
1669 Obsoletes:      openoffice.org-i18n-nb
1670 Obsoletes:      openoffice.org-i18n-nb-gtk
1671 Obsoletes:      openoffice.org-i18n-nb-kde
1672
1673 %description i18n-nb
1674 This package provides resources containing menus and dialogs in
1675 Norwegian Bokmaal language.
1676
1677 %description i18n-nb -l pl.UTF-8
1678 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1679 norweskim w odmianie Bokmaal.
1680
1681 %package i18n-ne
1682 Summary:        LibreOffice - interface in Nepali language
1683 Summary(pl.UTF-8):      LibreOffice - interfejs w języku nepalskim
1684 Group:          I18n
1685 Requires:       %{name}-core = %{version}-%{release}
1686 Obsoletes:      openoffice.org-i18n-ne
1687
1688 %description i18n-ne
1689 This package provides resources containing menus and dialogs in Nepali
1690 language.
1691
1692 %description i18n-ne -l pl.UTF-8
1693 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1694 nepalskim.
1695
1696 %package i18n-nl
1697 Summary:        LibreOffice - interface in Dutch language
1698 Summary(pl.UTF-8):      LibreOffice - interfejs w języku holenderskim
1699 Group:          I18n
1700 Requires:       %{name}-core = %{version}-%{release}
1701 Obsoletes:      openoffice-i18n-nl
1702 Obsoletes:      openoffice-i18n-nl-gtk
1703 Obsoletes:      openoffice.org-i18n-nl
1704 Obsoletes:      openoffice.org-i18n-nl-gtk
1705 Obsoletes:      openoffice.org-i18n-nl-kde
1706
1707 %description i18n-nl
1708 This package provides resources containing menus and dialogs in Dutch
1709 language.
1710
1711 %description i18n-nl -l pl.UTF-8
1712 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1713 holenderskim.
1714
1715 %package i18n-nn
1716 Summary:        LibreOffice - interface in Norwegian Nynorsk language
1717 Summary(pl.UTF-8):      LibreOffice - interfejs w języku norweskim (odmiana Nynorsk)
1718 Group:          I18n
1719 Requires:       %{name}-core = %{version}-%{release}
1720 Obsoletes:      openoffice-i18n-nn
1721 Obsoletes:      openoffice-i18n-nn-gtk
1722 Obsoletes:      openoffice.org-i18n-nn
1723 Obsoletes:      openoffice.org-i18n-nn-gtk
1724 Obsoletes:      openoffice.org-i18n-nn-kde
1725
1726 %description i18n-nn
1727 This package provides resources containing menus and dialogs in
1728 Norwegian Nynorsk language.
1729
1730 %description i18n-nn -l pl.UTF-8
1731 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1732 norweskim w odmianie Nynorsk.
1733
1734 %package i18n-nr
1735 Summary:        LibreOffice - interface in South Ndebele language
1736 Summary(pl.UTF-8):      LibreOffice - interfejs w języku ndebele (południowym)
1737 Group:          I18n
1738 Requires:       %{name}-core = %{version}-%{release}
1739 Obsoletes:      openoffice.org-i18n-nr
1740
1741 %description i18n-nr
1742 This package provides resources containing menus and dialogs in South
1743 Ndebele language.
1744
1745 %description i18n-nr -l pl.UTF-8
1746 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1747 ndebele (południowym).
1748
1749 %package i18n-nso
1750 Summary:        LibreOffice - interface in Northern Sotho language
1751 Summary(pl.UTF-8):      LibreOffice - interfejs w języku ludu Soto
1752 Group:          I18n
1753 Requires:       %{name}-core = %{version}-%{release}
1754 Obsoletes:      openoffice-i18n-nso
1755 Obsoletes:      openoffice-i18n-nso-gtk
1756 Obsoletes:      openoffice.org-i18n-nso
1757 Obsoletes:      openoffice.org-i18n-nso-gtk
1758 Obsoletes:      openoffice.org-i18n-nso-kde
1759
1760 %description i18n-nso
1761 This package provides resources containing menus and dialogs in
1762 Northern Sotho language.
1763
1764 %description i18n-nso -l pl.UTF-8
1765 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1766 ludu Soto.
1767
1768 %package i18n-oc
1769 Summary:        LibreOffice - interface in Occitan language
1770 Summary(pl.UTF-8):      LibreOffice - interfejs w języku oksytańskim
1771 Group:          I18n
1772 Requires:       %{name}-core = %{version}-%{release}
1773 Obsoletes:      openoffice.org-i18n-oc
1774
1775 %description i18n-oc
1776 This package provides resources containing menus and dialogs in
1777 Occitan language.
1778
1779 %description i18n-oc -l pl.UTF-8
1780 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1781 oksytańskim.
1782
1783 %package i18n-om
1784 Summary:        LibreOffice - interface in Oromo language
1785 Summary(pl.UTF-8):      LibreOffice - interfejs w języku oromo
1786 Group:          I18n
1787 Requires:       %{name}-core = %{version}-%{release}
1788 Obsoletes:      openoffice.org-i18n-om
1789
1790 %description i18n-om
1791 This package provides resources containing menus and dialogs in Oromo
1792 language.
1793
1794 %description i18n-om -l pl.UTF-8
1795 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1796 oromo.
1797
1798 %package i18n-or
1799 Summary:        LibreOffice - interface in Oriya language
1800 Summary(pl.UTF-8):      LibreOffice - interfejs w języku orija
1801 Group:          I18n
1802 Requires:       %{name}-core = %{version}-%{release}
1803 Obsoletes:      openoffice.org-i18n-or_IN
1804
1805 %description i18n-or
1806 This package provides resources containing menus and dialogs in Oriya
1807 language.
1808
1809 %description i18n-or -l pl.UTF-8
1810 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1811 orija.
1812
1813 %package i18n-pa_IN
1814 Summary:        LibreOffice - interface in Punjabi language
1815 Summary(pl.UTF-8):      LibreOffice - interfejs w języku pendżabskim
1816 Group:          I18n
1817 Requires:       %{name}-core = %{version}-%{release}
1818 Obsoletes:      openoffice.org-i18n-pa_IN
1819
1820 %description i18n-pa_IN
1821 This package provides resources containing menus and dialogs in
1822 Punjabi language.
1823
1824 %description i18n-pa_IN -l pl.UTF-8
1825 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1826 pendżabskim.
1827
1828 %package i18n-pl
1829 Summary:        LibreOffice - interface in Polish language
1830 Summary(pl.UTF-8):      LibreOffice - interfejs w języku polskim
1831 Group:          I18n
1832 Requires:       %{name}-core = %{version}-%{release}
1833 Obsoletes:      openoffice-i18n-pl
1834 Obsoletes:      openoffice-i18n-pl-gtk
1835 Obsoletes:      openoffice.org-i18n-pl
1836 Obsoletes:      openoffice.org-i18n-pl-gtk
1837 Obsoletes:      openoffice.org-i18n-pl-kde
1838
1839 %description i18n-pl
1840 This package provides resources containing menus and dialogs in Polish
1841 language.
1842
1843 %description i18n-pl -l pl.UTF-8
1844 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1845 polskim.
1846
1847 %package i18n-pt
1848 Summary:        LibreOffice - interface in Portuguese language
1849 Summary(pl.UTF-8):      LibreOffice - interfejs w języku portugalskim
1850 Group:          I18n
1851 Requires:       %{name}-core = %{version}-%{release}
1852 Obsoletes:      openoffice-i18n-pt
1853 Obsoletes:      openoffice-i18n-pt-gtk
1854 Obsoletes:      openoffice.org-i18n-pt
1855 Obsoletes:      openoffice.org-i18n-pt-gtk
1856 Obsoletes:      openoffice.org-i18n-pt-kde
1857
1858 %description i18n-pt
1859 This package provides resources containing menus and dialogs in
1860 Portuguese language.
1861
1862 %description i18n-pt -l pl.UTF-8
1863 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1864 portugalskim.
1865
1866 %package i18n-pt_BR
1867 Summary:        LibreOffice - interface in Brazilian Portuguese language
1868 Summary(pl.UTF-8):      LibreOffice - interfejs w języku portugalskim dla Brazylii
1869 Group:          I18n
1870 Requires:       %{name}-core = %{version}-%{release}
1871 Obsoletes:      openoffice-i18n-pt_BR
1872 Obsoletes:      openoffice-i18n-pt_BR-gtk
1873 Obsoletes:      openoffice.org-i18n-pt_BR
1874 Obsoletes:      openoffice.org-i18n-pt_BR-gtk
1875 Obsoletes:      openoffice.org-i18n-pt_BR-kde
1876
1877 %description i18n-pt_BR
1878 This package provides resources containing menus and dialogs in
1879 Brazilian Portuguese language.
1880
1881 %description i18n-pt_BR -l pl.UTF-8
1882 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1883 portugalskim dla Brazylii.
1884
1885 %package i18n-ro
1886 Summary:        LibreOffice - interface in Romanian language
1887 Summary(pl.UTF-8):      LibreOffice - interfejs w języku rumuńskim
1888 Group:          I18n
1889 Requires:       %{name}-core = %{version}-%{release}
1890 Obsoletes:      openoffice.org-i18n-ro
1891
1892 %description i18n-ro
1893 This package provides resources containing menus and dialogs in
1894 Romanian language.
1895
1896 %description i18n-ro -l pl.UTF-8
1897 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1898 rumuńskim.
1899
1900 %package i18n-ru
1901 Summary:        LibreOffice - interface in Russian language
1902 Summary(pl.UTF-8):      LibreOffice - interfejs w języku rosyjskim
1903 Group:          I18n
1904 Requires:       %{name}-core = %{version}-%{release}
1905 Obsoletes:      openoffice-i18n-ru
1906 Obsoletes:      openoffice-i18n-ru-gtk
1907 Obsoletes:      openoffice.org-i18n-ru
1908 Obsoletes:      openoffice.org-i18n-ru-gtk
1909 Obsoletes:      openoffice.org-i18n-ru-kde
1910
1911 %description i18n-ru
1912 This package provides resources containing menus and dialogs in
1913 Russian language.
1914
1915 %description i18n-ru -l pl.UTF-8
1916 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1917 rosyjskim.
1918
1919 %package i18n-rw
1920 Summary:        LibreOffice - interface in Kinarwanda language
1921 Summary(pl.UTF-8):      LibreOffice - interfejs w języku kinya-ruanda
1922 Group:          I18n
1923 Requires:       %{name}-core = %{version}-%{release}
1924 Obsoletes:      openoffice.org-i18n-rw
1925
1926 %description i18n-rw
1927 This package provides resources containing menus and dialogs in
1928 Kinarwanda language.
1929
1930 %description i18n-rw -l pl.UTF-8
1931 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1932 kinya-ruanda.
1933
1934 %package i18n-sa_IN
1935 Summary:        LibreOffice - interface in Sanskrit language
1936 Summary(pl.UTF-8):      LibreOffice - interfejs w sanskrycie
1937 Group:          I18n
1938 Requires:       %{name}-core = %{version}-%{release}
1939 Obsoletes:      openoffice.org-i18n-sa_IN
1940
1941 %description i18n-sa_IN
1942 This package provides resources containing menus and dialogs in
1943 Sanskrit language.
1944
1945 %description i18n-sa_IN -l pl.UTF-8
1946 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w
1947 sanskrycie.
1948
1949 %package i18n-sat
1950 Summary:        LibreOffice - interface in Santali language
1951 Summary(pl.UTF-8):      LibreOffice - interfejs w języku santali
1952 Group:          I18n
1953 Requires:       %{name}-core = %{version}-%{release}
1954 Obsoletes:      openoffice.org-i18n-sat
1955
1956 %description i18n-sat
1957 This package provides resources containing menus and dialogs in
1958 Santali language.
1959
1960 %description i18n-sat -l pl.UTF-8
1961 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1962 santali.
1963
1964 %package i18n-sd
1965 Summary:        LibreOffice - interface in Sindhi language
1966 Summary(pl.UTF-8):      LibreOffice - interfejs w języku sindhi
1967 Group:          I18n
1968 Requires:       %{name}-core = %{version}-%{release}
1969 Obsoletes:      openoffice.org-i18n-sd
1970
1971 %description i18n-sd
1972 This package provides resources containing menus and dialogs in Sindhi
1973 language.
1974
1975 %description i18n-sd -l pl.UTF-8
1976 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1977 sindhi.
1978
1979 %package i18n-sh
1980 Summary:        LibreOffice - interface in Serbo-Croatian language
1981 Summary(pl.UTF-8):      LibreOffice - interfejs w języku serbsko-chorwackim
1982 Group:          I18n
1983 Requires:       %{name}-core = %{version}-%{release}
1984 Obsoletes:      openoffice.org-i18n-sh
1985
1986 %description i18n-sh
1987 This package provides resources containing menus and dialogs in
1988 Serbo-Croatian language.
1989
1990 %description i18n-sh -l pl.UTF-8
1991 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
1992 serbsko-chorwackim.
1993
1994 %package i18n-si
1995 Summary:        LibreOffice - interface in Sinhala language
1996 Summary(pl.UTF-8):      LibreOffice - interfejs w języku syngaleskim
1997 Group:          I18n
1998 Requires:       %{name}-core = %{version}-%{release}
1999 Obsoletes:      openoffice.org-i18n-si
2000
2001 %description i18n-si
2002 This package provides resources containing menus and dialogs in
2003 Sinhala language.
2004
2005 %description i18n-si -l pl.UTF-8
2006 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2007 syngaleskim.
2008
2009 %package i18n-sk
2010 Summary:        LibreOffice - interface in Slovak language
2011 Summary(pl.UTF-8):      LibreOffice - interfejs w języku słowackim
2012 Group:          I18n
2013 Requires:       %{name}-core = %{version}-%{release}
2014 Obsoletes:      openoffice-i18n-sk
2015 Obsoletes:      openoffice-i18n-sk-gtk
2016 Obsoletes:      openoffice.org-i18n-sk
2017 Obsoletes:      openoffice.org-i18n-sk-gtk
2018 Obsoletes:      openoffice.org-i18n-sk-kde
2019
2020 %description i18n-sk
2021 This package provides resources containing menus and dialogs in Slovak
2022 language.
2023
2024 %description i18n-sk -l pl.UTF-8
2025 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2026 słowackim.
2027
2028 %package i18n-sl
2029 Summary:        LibreOffice - interface in Slovenian language
2030 Summary(pl.UTF-8):      LibreOffice - interfejs w języku słoweńskim
2031 Group:          I18n
2032 Requires:       %{name}-core = %{version}-%{release}
2033 Obsoletes:      openoffice-i18n-sl
2034 Obsoletes:      openoffice-i18n-sl-gtk
2035 Obsoletes:      openoffice.org-i18n-sl
2036 Obsoletes:      openoffice.org-i18n-sl-gtk
2037 Obsoletes:      openoffice.org-i18n-sl-kde
2038
2039 %description i18n-sl
2040 This package provides resources containing menus and dialogs in
2041 Slovenian language.
2042
2043 %description i18n-sl -l pl.UTF-8
2044 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2045 słoweńskim.
2046
2047 %package i18n-sq
2048 Summary:        LibreOffice - interface in Albanian language
2049 Summary(pl.UTF-8):      LibreOffice - interfejs w języku albańskim
2050 Group:          I18n
2051 Requires:       %{name}-core = %{version}-%{release}
2052
2053 %description i18n-sq
2054 This package provides resources containing menus and dialogs in
2055 Albanian language.
2056
2057 %description i18n-sq -l pl.UTF-8
2058 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2059 albańskim.
2060
2061 %package i18n-sr
2062 Summary:        LibreOffice - interface in Serbian language
2063 Summary(pl.UTF-8):      LibreOffice - interfejs w języku serbskim
2064 Group:          I18n
2065 Requires:       %{name}-core = %{version}-%{release}
2066 Obsoletes:      openoffice.org-i18n-sr
2067
2068 %description i18n-sr
2069 This package provides resources containing menus and dialogs in
2070 Serbian language.
2071
2072 %description i18n-sr -l pl.UTF-8
2073 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2074 serbskim.
2075
2076 %package i18n-ss
2077 Summary:        LibreOffice - interface in Swati language
2078 Summary(pl.UTF-8):      LibreOffice - interfejs w języku suazi (siswati)
2079 Group:          I18n
2080 Requires:       %{name}-core = %{version}-%{release}
2081 Obsoletes:      openoffice.org-i18n-ss
2082
2083 %description i18n-ss
2084 This package provides resources containing menus and dialogs in Swati
2085 language.
2086
2087 %description i18n-ss -l pl.UTF-8
2088 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2089 suazi (siswati).
2090
2091 %package i18n-st
2092 Summary:        LibreOffice - interface in Southern Sotho language
2093 Summary(pl.UTF-8):      LibreOffice - interfejs w języku południowym sotho
2094 Group:          I18n
2095 Requires:       %{name}-core = %{version}-%{release}
2096 Obsoletes:      openoffice.org-i18n-st
2097
2098 %description i18n-st
2099 This package provides resources containing menus and dialogs in
2100 Southern Sotho language.
2101
2102 %description i18n-st -l pl.UTF-8
2103 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2104 południowym sotho.
2105
2106 %package i18n-sv
2107 Summary:        LibreOffice - interface in Swedish language
2108 Summary(pl.UTF-8):      LibreOffice - interfejs w języku szwedzkim
2109 Group:          I18n
2110 Requires:       %{name}-core = %{version}-%{release}
2111 Obsoletes:      openoffice-i18n-sv
2112 Obsoletes:      openoffice-i18n-sv-gtk
2113 Obsoletes:      openoffice.org-i18n-sv
2114 Obsoletes:      openoffice.org-i18n-sv-gtk
2115 Obsoletes:      openoffice.org-i18n-sv-kde
2116
2117 %description i18n-sv
2118 This package provides resources containing menus and dialogs in
2119 Swedish language.
2120
2121 %description i18n-sv -l pl.UTF-8
2122 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2123 szwedzkim.
2124
2125 %package i18n-sw_TZ
2126 Summary:        LibreOffice - interface in Swahili language for Tanzania
2127 Summary(pl.UTF-8):      LibreOffice - interfejs w języku suahili dla Tanzanii
2128 Group:          I18n
2129 Requires:       %{name}-core = %{version}-%{release}
2130 Obsoletes:      openoffice.org-i18n-sw_TZ
2131
2132 %description i18n-sw_TZ
2133 This package provides resources containing menus and dialogs in
2134 Swahili language for Tanzania.
2135
2136 %description i18n-sw_TZ -l pl.UTF-8
2137 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2138 suahili dla Tanzanii.
2139
2140 %package i18n-ta
2141 Summary:        LibreOffice - interface in Tamil language
2142 Summary(pl.UTF-8):      LibreOffice - interfejs w języku tamiskim
2143 Group:          I18n
2144 Requires:       %{name}-core = %{version}-%{release}
2145 Obsoletes:      openoffice.org-i18n-ta_IN
2146
2147 %description i18n-ta
2148 This package provides resources containing menus and dialogs in Tamil
2149 language.
2150
2151 %description i18n-ta -l pl.UTF-8
2152 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2153 tamilskim.
2154
2155 %package i18n-te
2156 Summary:        LibreOffice - interface in Telugu language
2157 Summary(pl.UTF-8):      LibreOffice - interfejs w języku telugu
2158 Group:          I18n
2159 Requires:       %{name}-core = %{version}-%{release}
2160 Obsoletes:      openoffice.org-i18n-te_IN
2161
2162 %description i18n-te
2163 This package provides resources containing menus and dialogs in Telugu
2164 language.
2165
2166 %description i18n-te -l pl.UTF-8
2167 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2168 telugu.
2169
2170 %package i18n-tg
2171 Summary:        LibreOffice - interface in Tajik language
2172 Summary(pl.UTF-8):      LibreOffice - interfejs w języku tadżyckim
2173 Group:          I18n
2174 Requires:       %{name}-core = %{version}-%{release}
2175 Obsoletes:      openoffice.org-i18n-tg
2176
2177 %description i18n-tg
2178 This package provides resources containing menus and dialogs in Tajik
2179 language.
2180
2181 %description i18n-tg -l pl.UTF-8
2182 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2183 tadżyckim.
2184
2185 %package i18n-th
2186 Summary:        LibreOffice - interface in Thai language
2187 Summary(pl.UTF-8):      LibreOffice - interfejs w języku tajskim
2188 Group:          I18n
2189 Requires:       %{name}-core = %{version}-%{release}
2190 Obsoletes:      openoffice-i18n-th
2191 Obsoletes:      openoffice-i18n-th-gtk
2192 Obsoletes:      openoffice-i18n-th-kde
2193 Obsoletes:      openoffice.org-i18n-th
2194
2195 %description i18n-th
2196 This package provides resources containing menus and dialogs in Thai
2197 language.
2198
2199 %description i18n-th -l pl.UTF-8
2200 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2201 tajskim.
2202
2203 %package i18n-tn
2204 Summary:        LibreOffice - interface in Tswana language
2205 Summary(pl.UTF-8):      LibreOffice - interfejs w języku tswana
2206 Group:          I18n
2207 Requires:       %{name}-core = %{version}-%{release}
2208 Obsoletes:      openoffice-i18n-tn
2209 Obsoletes:      openoffice-i18n-tn-gtk
2210 Obsoletes:      openoffice-i18n-tn-kde
2211 Obsoletes:      openoffice.org-i18n-tn
2212
2213 %description i18n-tn
2214 This package provides resources containing menus and dialogs in Tswana
2215 language.
2216
2217 %description i18n-tn -l pl.UTF-8
2218 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2219 tswana.
2220
2221 %package i18n-tr
2222 Summary:        LibreOffice - interface in Turkish language
2223 Summary(pl.UTF-8):      LibreOffice - interfejs w języku tureckim
2224 Group:          I18n
2225 Requires:       %{name}-core = %{version}-%{release}
2226 Obsoletes:      openoffice-i18n-tr
2227 Obsoletes:      openoffice-i18n-tr-gtk
2228 Obsoletes:      openoffice.org-i18n-tr
2229 Obsoletes:      openoffice.org-i18n-tr-gtk
2230 Obsoletes:      openoffice.org-i18n-tr-kde
2231
2232 %description i18n-tr
2233 This package provides resources containing menus and dialogs in
2234 Turkish language.
2235
2236 %description i18n-tr -l pl.UTF-8
2237 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2238 tureckim.
2239
2240 %package i18n-ts
2241 Summary:        LibreOffice - interface in Tsonga language
2242 Summary(pl.UTF-8):      LibreOffice - interfejs w języku tsonga
2243 Group:          I18n
2244 Requires:       %{name}-core = %{version}-%{release}
2245 Obsoletes:      openoffice.org-i18n-ts
2246
2247 %description i18n-ts
2248 This package provides resources containing menus and dialogs in Tsonga
2249 language.
2250
2251 %description i18n-ts -l pl.UTF-8
2252 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2253 tsonga.
2254
2255 %package i18n-ug
2256 Summary:        LibreOffice - interface in Uyghur language
2257 Summary(pl.UTF-8):      LibreOffice - interfejs w języku ujgurskim
2258 Group:          I18n
2259 Requires:       %{name}-core = %{version}-%{release}
2260 Obsoletes:      openoffice.org-i18n-ug
2261
2262 %description i18n-ug
2263 This package provides resources containing menus and dialogs in Uyghur
2264 language.
2265
2266 %description i18n-ug -l pl.UTF-8
2267 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2268 ujgurskim.
2269
2270 %package i18n-uk
2271 Summary:        LibreOffice - interface in Ukrainian language
2272 Summary(pl.UTF-8):      LibreOffice - interfejs w języku ukraińskim
2273 Group:          I18n
2274 Requires:       %{name}-core = %{version}-%{release}
2275 Obsoletes:      openoffice-i18n-uk
2276 Obsoletes:      openoffice-i18n-uk-gtk
2277 Obsoletes:      openoffice.org-i18n-uk
2278 Obsoletes:      openoffice.org-i18n-uk-gtk
2279 Obsoletes:      openoffice.org-i18n-uk-kde
2280
2281 %description i18n-uk
2282 This package provides resources containing menus and dialogs in
2283 Ukrainian language.
2284
2285 %description i18n-uk -l pl.UTF-8
2286 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2287 ukraińskim.
2288
2289 %package i18n-uz
2290 Summary:        LibreOffice - interface in Uzbek language
2291 Summary(pl.UTF-8):      LibreOffice - interfejs w języku uzbeckim
2292 Group:          I18n
2293 Requires:       %{name}-core = %{version}-%{release}
2294 Obsoletes:      openoffice.org-i18n-uz
2295
2296 %description i18n-uz
2297 This package provides resources containing menus and dialogs in Uzbek.
2298
2299 %description i18n-uz -l pl.UTF-8
2300 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2301 uzbeckim.
2302
2303 %package i18n-ve
2304 Summary:        LibreOffice - interface in Venda language
2305 Summary(pl.UTF-8):      LibreOffice - interfejs w języku venda
2306 Group:          I18n
2307 Requires:       %{name}-core = %{version}-%{release}
2308 Obsoletes:      openoffice.org-i18n-ve
2309
2310 %description i18n-ve
2311 This package provides resources containing menus and dialogs in Venda
2312 language.
2313
2314 %description i18n-ve -l pl.UTF-8
2315 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2316 venda.
2317
2318 %package i18n-vi
2319 Summary:        LibreOffice - interface in Vietnamese language
2320 Summary(pl.UTF-8):      LibreOffice - interfejs w języku wietnamskim
2321 Group:          I18n
2322 Requires:       %{name}-core = %{version}-%{release}
2323 Obsoletes:      openoffice.org-i18n-vi
2324
2325 %description i18n-vi
2326 This package provides resources containing menus and dialogs in
2327 Vietnamese language.
2328
2329 %description i18n-vi -l pl.UTF-8
2330 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2331 wietnamskim.
2332
2333 %package i18n-xh
2334 Summary:        LibreOffice - interface in Xhosa language
2335 Summary(pl.UTF-8):      LibreOffice - interfejs w języku khosa
2336 Group:          I18n
2337 Requires:       %{name}-core = %{version}-%{release}
2338 Obsoletes:      openoffice.org-i18n-xh
2339
2340 %description i18n-xh
2341 This package provides resources containing menus and dialogs in Xhosa
2342 language.
2343
2344 %description i18n-xh -l pl.UTF-8
2345 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2346 khosa.
2347
2348 %package i18n-zh_CN
2349 Summary:        LibreOffice - interface in Chinese language for China
2350 Summary(pl.UTF-8):      LibreOffice - interfejs w języku chińskim dla Chin
2351 Group:          I18n
2352 Requires:       %{name}-core = %{version}-%{release}
2353 Obsoletes:      openoffice-i18n-zh
2354 Obsoletes:      openoffice-i18n-zh_CN
2355 Obsoletes:      openoffice-i18n-zh_CN-gtk
2356 Obsoletes:      openoffice.org-i18n-zh_CN
2357 Obsoletes:      openoffice.org-i18n-zh_CN-gtk
2358 Obsoletes:      openoffice.org-i18n-zh_CN-kde
2359
2360 %description i18n-zh_CN
2361 This package provides resources containing menus and dialogs in
2362 Chinese language for China.
2363
2364 %description i18n-zh_CN -l pl.UTF-8
2365 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2366 chińskim dla Chin.
2367
2368 %package i18n-zh_TW
2369 Summary:        LibreOffice - interface in Chinese language for Taiwan
2370 Summary(pl.UTF-8):      LibreOffice - interfejs w języku chińskim dla Tajwanu
2371 Group:          I18n
2372 Requires:       %{name}-core = %{version}-%{release}
2373 Obsoletes:      openoffice-i18n-zh
2374 Obsoletes:      openoffice-i18n-zh_TW
2375 Obsoletes:      openoffice-i18n-zh_TW-gtk
2376 Obsoletes:      openoffice.org-i18n-zh_TW
2377 Obsoletes:      openoffice.org-i18n-zh_TW-gtk
2378 Obsoletes:      openoffice.org-i18n-zh_TW-kde
2379
2380 %description i18n-zh_TW
2381 This package provides resources containing menus and dialogs in
2382 Chinese language for Taiwan.
2383
2384 %description i18n-zh_TW -l pl.UTF-8
2385 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2386 chińskim dla Tajwanu.
2387
2388 %package i18n-zu
2389 Summary:        LibreOffice - interface in Zulu language
2390 Summary(pl.UTF-8):      LibreOffice - interfejs w języku zuluskim
2391 Group:          I18n
2392 Requires:       %{name}-core = %{version}-%{release}
2393 Obsoletes:      openoffice-i18n-zu
2394 Obsoletes:      openoffice-i18n-zu-gtk
2395 Obsoletes:      openoffice.org-i18n-zu
2396 Obsoletes:      openoffice.org-i18n-zu-gtk
2397 Obsoletes:      openoffice.org-i18n-zu-kde
2398
2399 %description i18n-zu
2400 This package provides resources containing menus and dialogs in Zulu
2401 language.
2402
2403 %description i18n-zu -l pl.UTF-8
2404 Ten pakiet dostarcza zasoby zawierające menu i okna dialogowe w języku
2405 zuluskim.
2406
2407 %package -n bash-completion-%{name}
2408 Summary:        bash-completion for LibreOffice
2409 Summary(pl.UTF-8):      bashowe uzupełnianie nazw dla LibreOffice
2410 Group:          Applications/Shells
2411 Requires:       %{name}
2412 Requires:       bash-completion
2413 Obsoletes:      bash-completion-openoffice
2414
2415 %description -n bash-completion-%{name}
2416 bash-completion for LibreOffice.
2417
2418 %description -n bash-completion-%{name} -l pl.UTF-8
2419 bashowe uzupełnianie nazw dla LibreOffice.
2420
2421 %prep
2422 %setup -q -n %{name}-core-%{version} -a1 -a2 -a3 -a4
2423
2424 %patch1 -p0
2425
2426 for dir in *-%{version}; do
2427         [ -f $dir/ChangeLog ] && mv $dir/ChangeLog ChangeLog-$dir
2428         rm -rf $dir/git-hooks
2429         mv $dir/* .
2430 done
2431
2432 install -d ext_sources
2433 ln %{SOURCE20} ext_sources
2434 ln %{SOURCE23} ext_sources
2435 ln %{SOURCE24} ext_sources
2436 ln %{SOURCE25} ext_sources
2437 ln %{SOURCE26} ext_sources
2438 ln %{SOURCE27} ext_sources
2439 ln %{SOURCE28} ext_sources
2440 ln %{SOURCE29} ext_sources
2441 ln %{SOURCE30} ext_sources
2442 :> src.downloaded
2443
2444 %build
2445 # Make sure we have /proc mounted - otherwise idlc will fail later.
2446 if [ ! -f /proc/cpuinfo ]; then
2447         echo "You need to have /proc mounted in order to build this package!"
2448         exit 1
2449 fi
2450
2451 # Skip optimization. It overwrites some OOo own hacks with -O0
2452 SAFE_CFLAGS=""
2453 for i in %{rpmcflags}; do
2454         case "$i" in
2455         -O?|-pipe|-Wall|-g|-fexceptions)
2456                 ;;
2457         *)
2458                 SAFE_CFLAGS="$SAFE_CFLAGS $i"
2459                 ;;
2460         esac
2461 done
2462
2463 export CC="%{__cc}"
2464 export CXX="%{__cxx}"
2465 export CPP="%{__cpp}"
2466
2467 export IGNORE_MANIFEST_CHANGES=1
2468 export QT4INC="%{_includedir}/qt4"
2469 export QT4LIB="%{_libdir}"
2470 export QT4DIR="%{_libdir}/qt4"
2471
2472 %if %{with java}
2473 export JAVA_HOME="%{java_home}"
2474 export DB_JAR="%{_javadir}/db.jar"
2475 export ANT_HOME="%{_datadir}/ant"
2476 %endif
2477
2478 %if %{with ccache}
2479 if [ "$CCACHE_DIR" = "" ] ; then
2480         export CCACHE_DIR=$HOME/.ccache/
2481 fi
2482 %endif
2483
2484 %if %{with parallelbuild}
2485 RPM_BUILD_NR_THREADS=$(echo %{_smp_mflags} | cut -dj -f2)
2486 [ -z "$RPM_BUILD_NR_THREADS" ] && RPM_BUILD_NR_THREADS=1
2487 %else
2488 RPM_BUILD_NR_THREADS="1"
2489 %endif
2490
2491 %{__aclocal}
2492 %{__autoconf}
2493 touch autogen.lastrun
2494
2495 %configure \
2496         --with-num-cpus=$RPM_BUILD_NR_THREADS \
2497         --with-max-jobs=1 \
2498         --with-unix-wrapper=%{name} \
2499         --disable-odk \
2500         %{?with_ccache:--with-gcc-speedup=ccache} \
2501         %{?with_icecream:--with-gcc-speedup=icecream} \
2502         %{?with_system_agg:--with-system-agg} \
2503         %{?with_system_beanshell:--with-system-beanshell} \
2504         %{?with_system_db:--with-system-db} \
2505         --with%{!?with_system_hsqldb:out}-system-hsqldb \
2506         %{?with_system_hunspell:--with-system-hunspell --without-myspell-dicts} \
2507         %{?with_system_libhnj:--with-system-altlinuxhyphen} \
2508         %{?with_msaccess:%{?with_system_mdbtools:--with-system-mdbtools}} \
2509         --with-system-apache-commons \
2510         --with-system-boost \
2511         --with-system-cairo \
2512         --with-system-curl \
2513         --with-system-cppunit \
2514         --with-system-dicts \
2515         --with-external-dict-dir=/usr/share/myspell \
2516         --with-external-tar=$(pwd)/ext_sources \
2517         --with-system-expat \
2518         --with-system-graphite \
2519         --with-system-icu \
2520         --with-system-jpeg \
2521         --with-system-libwpd \
2522         --with-system-libwpg \
2523         --with-system-libwps \
2524         --with-system-libxml \
2525         --with-system-libxslt \
2526         --with-system-lucene \
2527         --with-lucene-analyzers-jar=%{_javadir}/lucene-analyzers.jar \
2528         --with-system-neon \
2529         --with-system-openssl \
2530         --with-system-poppler \
2531         --with-system-python \
2532         --with-system-redland \
2533         --with-system-sane-header \
2534         --with-system-stdlibs \
2535         --with-system-vigra \
2536         --with-system-xrender-headers=yes \
2537         --with-system-zlib \
2538         --with-system-libexttextcat \
2539         --with-system-jfreereport \
2540         --with-vba-package-format="builtin" \
2541         --with-system-libs \
2542         --with-system-headers \
2543         --with-system-mythes \
2544         --with-system-dicts \
2545         --with-system-apache-commons \
2546         --with-junit=%{_datadir}/java/junit.jar \
2547         --without-system-saxon \
2548         --without-system-sampleicc \
2549         --enable-ext-presenter-minimizer \
2550         --enable-ext-presenter-console \
2551         --enable-ext-pdfimport \
2552         --enable-ext-wiki-publisher \
2553         --enable-ext-report-builder \
2554         --enable-ext-scripting-beanshell \
2555         --enable-ext-scripting-javascript \
2556         --enable-ext-scripting-python \
2557 %if %{with mozilla}
2558         --with-system-mozilla=libxul \
2559 %else
2560         --disable-mozilla \
2561 %endif
2562         --enable-gtk \
2563         %{?with_kde:--enable-kde --disable-kde4} \
2564         %{?with_kde4:--enable-kde4 --disable-kde} \
2565         --with-lang=%{?with_i18n:ALL} \
2566 %if %{with java}
2567         --with-java \
2568         --with-jdk-home=$JAVA_HOME \
2569         --with-ant-home=$ANT_HOME \
2570 %else
2571         --without-java \
2572 %endif
2573         --disable-gnome-vfs \
2574         --enable-gio \
2575         --without-stlport \
2576         --with-x \
2577         --without-fonts \
2578         --without-ppds \
2579         --without-afms \
2580         --disable-epm \
2581         --enable-cairo \
2582         --enable-dbus \
2583         --enable-opengl \
2584         --with-openldap \
2585         --disable-rpath \
2586 %if 0%{?debug:1}
2587         --enable-debug \
2588         --enable-crashdump=yes \
2589         --enable-symbols=FULL \
2590 %else
2591         --enable-crashdump=no \
2592         --disable-symbols \
2593 %endif
2594         --with-build-version=%{version}-%{release} \
2595         --enable-split-app-modules \
2596         --enable-split-opt-features \
2597         --enable-cups \
2598         --enable-fontconfig \
2599         --enable-lockdown \
2600         --disable-layout \
2601         --disable-fetch-external
2602
2603 # this limits processing some files but doesn't limit parallel build
2604 # processes of main OOo build (since OOo uses it's own build system)
2605 %{__make} -j1 \
2606         ARCH_FLAGS="$SAFE_CFLAGS -fno-omit-frame-pointer -fno-strict-aliasing" \
2607         ARCH_FLAGS_CC="$SAFE_CFLAGS -fno-omit-frame-pointer -fno-strict-aliasing" \
2608         ARCH_FLAGS_CXX="$SAFE_CFLAGS -fno-omit-frame-pointer -fno-strict-aliasing -fpermissive -fvisibility-inlines-hidden" \
2609         ARCH_FLAGS_OPT="$SAFE_CFLAGS"
2610
2611 # hack for parallel build
2612 if [ $RPM_BUILD_NR_THREADS -gt 1 ]; then
2613         doit=1
2614         while [ "$doit" -eq 1 ]; do
2615                 echo "Waiting one more time..."
2616                 FCH=$(nice -n 20 find . -type f ! -mmin +3 -print 2> /dev/null | wc -l)
2617                 [ "$FCH" -eq 0 ] && doit=0 || sleep 30
2618         done
2619 fi
2620
2621 %install
2622 # install just once (based on makeinstall.stamp)
2623 # this will make packaging newer versions simplier
2624 if [ ! -f makeinstall.stamp -o ! -d $RPM_BUILD_ROOT ]; then
2625         %{__rm} -rf makeinstall.stamp installed.stamp $RPM_BUILD_ROOT
2626
2627         export QTINC="%{_includedir}/qt"
2628         export QTLIB="%{_libdir}"
2629         export QT4DIR="%{_libdir}/qt4"
2630         export DESTDIR=$RPM_BUILD_ROOT
2631         export TMP="%{tmpdir}"
2632         export TMPDIR="%{tmpdir}"
2633         export TEMP="%{tmpdir}"
2634         export DEFAULT_TO_ENGLISH_FOR_PACKING=1
2635
2636         %{__make} distro-pack-install \
2637                 DESTDIR=$RPM_BUILD_ROOT
2638
2639         # unpack report-builder extension
2640         install -d $RPM_BUILD_ROOT%{_libdir}/%{name}/share/extensions/report-builder
2641         unzip -o solver/unxlng*/bin/report-builder.oxt -d $RPM_BUILD_ROOT%{_libdir}/%{name}/share/extensions/report-builder
2642
2643         # unpack wiki-publisher extension
2644         install -d $RPM_BUILD_ROOT%{_libdir}/%{name}/share/extensions/wiki-publisher
2645         unzip -o solver/unxlng*/bin/wiki-publisher.oxt -d $RPM_BUILD_ROOT%{_libdir}/%{name}/share/extensions/wiki-publisher
2646
2647         # unpack presentation-minimizer extension
2648         install -d $RPM_BUILD_ROOT%{_libdir}/%{name}/share/extensions/presentation-minimizer
2649         unzip -o solver/unxlng*/bin/minimizer/presentation-minimizer.oxt -d $RPM_BUILD_ROOT%{_libdir}/%{name}/share/extensions/presentation-minimizer
2650
2651         # unpack presenter screen extension
2652         install -d $RPM_BUILD_ROOT%{_libdir}/%{name}/share/extensions/presenter-screen
2653         unzip -o solver/unxlng*/bin/presenter/presenter-screen.oxt -d $RPM_BUILD_ROOT%{_libdir}/%{name}/share/extensions/presenter-screen
2654
2655         # unpack pdfimport extension
2656         install -d $RPM_BUILD_ROOT%{_libdir}/%{name}/share/extensions/pdfimport
2657         unzip -o solver/unxlng*/bin/pdfimport/pdfimport.oxt -d $RPM_BUILD_ROOT%{_libdir}/%{name}/share/extensions/pdfimport
2658
2659         # save orignal install layout
2660         find $RPM_BUILD_ROOT -ls > ls.txt
2661         touch makeinstall.stamp
2662 fi
2663
2664 # mangle files installed in build root
2665 if [ ! -f installed.stamp ]; then
2666         chmod -Rf a+rX,u+w,g-w,o-w $RPM_BUILD_ROOT
2667
2668         %if %{with mono}
2669         %{__rm} $RPM_BUILD_ROOT%{_pkgconfigdir}/mono-ooo-2.1.pc
2670         %endif
2671
2672         %if %{with mozilla}
2673         install -d $RPM_BUILD_ROOT%{_browserpluginsdir}
2674         ln -s %{_libdir}/%{name}/program/libnpsoplugin.so $RPM_BUILD_ROOT%{_browserpluginsdir}
2675         %endif
2676
2677         perl -pi -e 's/^[       ]*LD_LIBRARY_PATH/# LD_LIBRARY_PATH/;s/export LD_LIBRARY_PATH/# export LD_LIBRARY_PATH/' \
2678                 $RPM_BUILD_ROOT%{_libdir}/%{name}/program/setup
2679
2680         chmod +x $RPM_BUILD_ROOT%{_libdir}/%{name}/program/*.so
2681
2682         install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
2683         # put share to %{_datadir} so we're able to produce noarch packages
2684         mv $RPM_BUILD_ROOT%{_libdir}/%{name}/help $RPM_BUILD_ROOT/%{_datadir}/%{name}
2685         ln -s ../../../share/%{name}/help $RPM_BUILD_ROOT%{_libdir}/%{name}/help
2686         mv $RPM_BUILD_ROOT%{_libdir}/%{name}/readmes $RPM_BUILD_ROOT%{_datadir}/%{name}
2687         ln -s ../../share/%{name}/readmes $RPM_BUILD_ROOT%{_libdir}/%{name}/readmes
2688
2689         %{__rm} -r $RPM_BUILD_ROOT%{_desktopdir}/*.desktop \
2690                 $RPM_BUILD_ROOT%{_iconsdir}/{gnome,locolor} \
2691                 $RPM_BUILD_ROOT%{_datadir}/application-registry \
2692                 $RPM_BUILD_ROOT%{_datadir}/mime{lnk,-info}
2693         for a in $RPM_BUILD_ROOT%{_libdir}/%{name}/share/xdg/*.desktop; do
2694                 cp $a $RPM_BUILD_ROOT%{_desktopdir}/libreoffice-$(basename "$a")
2695         done
2696         %{__rm} -r $RPM_BUILD_ROOT%{_libdir}/%{name}/share/xdg
2697
2698         # Make oo* -> lo* symlinks for compatibility with misc software,
2699         # for example mailcap
2700         ln -s libreoffice $RPM_BUILD_ROOT%{_bindir}/ooffice
2701         for a in fromtemplate base calc draw writer impress math web; do
2702                 ln -s lo$a $RPM_BUILD_ROOT%{_bindir}/oo$a
2703         done
2704
2705         # remove printeradmin .desktop file and icons
2706         %{__rm} $RPM_BUILD_ROOT%{_iconsdir}/hicolor/*/apps/libreoffice-printeradmin.png \
2707                 $RPM_BUILD_ROOT%{_desktopdir}/libreoffice-printeradmin.desktop
2708
2709         touch installed.stamp
2710 fi
2711
2712 # Find out locales
2713 find_lang() {
2714         local lang=$(echo $1 | sed -e 's/_/-/')
2715         local langfn="$1"
2716         echo "%%defattr(644,root,root,755)" > ${langfn}.lang
2717
2718         # help files
2719         if [ -f file-lists/help_${langfn}_list.txt ]; then
2720                 cat file-lists/help_${langfn}_list.txt >> ${langfn}.lang
2721         fi
2722
2723         lfile="file-lists/lang_${langfn}_list.txt"
2724         if [ -f ${lfile} ]; then
2725                 lprefix=$(bin/openoffice-xlate-lang -p ${lang} 2>/dev/null || :)
2726                 longlang=$(bin/openoffice-xlate-lang -l ${lang} 2>/dev/null || :)
2727                 # share/*/${longlang}
2728                 if [ "x${longlang}" != "x" ] ; then
2729                         grep "^%%dir.*/${longlang}/\$" ${lfile} > tmp.lang || :
2730                 fi
2731                 # share/registry/res/${lang} (but en-US for en)
2732                 grep "^%%dir.*/res/${lang}[^/]*/\$" ${lfile} >> tmp.lang || :
2733                 # ... translate %dir into whole tree, handle special wordbook/english case
2734                 sed -e 's,^%%dir ,,;s,\(wordbook/english/\)$,\1soffice.dic,;s,/$,,' tmp.lang >> ${langfn}.lang || :
2735                 # share/autocorr/acor${somecodes}.dat (if exist)
2736                 grep '/autocorr/acor.*dat$' ${lfile} >> ${langfn}.lang || :
2737                 # user/config/* (if exist, without parent directory)
2738                 grep '/user/config/..*' ${lfile} >> ${langfn}.lang || :
2739                 grep "/licenses/LICENSE_${lang}" ${lfile} >> ${langfn}.lang || :
2740                 grep "/readmes/README_${lang}" ${lfile} >> ${langfn}.lang || :
2741                 grep "share/readme/LICENSE_${lang}" ${lfile} >> ${langfn}.lang || :
2742                 grep "share/readme/README_${lang}" ${lfile} >> ${langfn}.lang || :
2743                 # lib/openoffice.org/presers/config/*.so[cdegh]
2744                 grep "/presets/config/.*_${lang}\.so[cdegh]$" ${lfile} >> ${langfn}.lang || :
2745                 if [ "x${lprefix}" != "x" ] ; then
2746                         grep "/presets/config/${lprefix}.*\.so[cdegh]$" ${lfile} >> ${langfn}.lang || :
2747                 fi
2748                 # lib/openoffice.org/program/resource/*.res
2749                 grep "/program/resource/.*${lang}.res$" ${lfile} >> ${langfn}.lang || :
2750                 # lib/openoffice.org/share/autocorr/*.dat
2751                 grep "/share/autocorr/.*${lang}.dat$" ${lfile} >> ${langfn}.lang || :
2752                 grep -i "/share/autocorr/.*${lang}-${lang}.dat$" ${lfile} >> ${langfn}.lang || :
2753                 # lib/openoffice.org/share/autotext/$lang
2754                 grep "/share/autotext/${lang}$" ${lfile} >> ${langfn}.lang || :
2755                 grep "/share/autotext/${lang}/" ${lfile} >> ${langfn}.lang || :
2756                 # %{_libdir}/%{name}/share/registry/.*[_-]$lang.xcd
2757                 grep "/share/registry/.*[_-]${lang}.xcd$" ${lfile} >> ${langfn}.lang || :
2758                 # %{_libdir}/%{name}/share/template/$lang
2759                 grep "/share/template/${lang}$" ${lfile} >> ${langfn}.lang || :
2760                 grep "/share/template/${lang}/" ${lfile} >> ${langfn}.lang || :
2761                 # %{_libdir}/%{name}/share/template/wizard/letter/lang
2762                 grep "/share/template/wizard/letter/${lang}$" ${lfile} >> ${langfn}.lang || :
2763                 grep "/share/template/wizard/letter/${lang}$" file-lists/common_list.txt >> ${langfn}.lang || :
2764                 grep "/share/template/wizard/letter/${lang}/" ${lfile} >> ${langfn}.lang || :
2765                 grep "/share/template/wizard/letter/${lang}/" file-lists/common_list.txt >> ${langfn}.lang || :
2766                 # %{_libdir}/%{name}/share/wordbook/$lang
2767                 grep "/share/wordbook/${lang}$" ${lfile} >> ${langfn}.lang || :
2768                 grep "/share/wordbook/${lang}/" ${lfile} >> ${langfn}.lang || :
2769                 # %{_libdir}/%{name}/share/samples/$lang
2770                 grep "/share/samples/${lang}$" ${lfile} >> ${langfn}.lang || :
2771                 grep "/share/samples/${lang}/" ${lfile} >> ${langfn}.lang || :
2772                 # %{_libdir}/%{name}/help/$lang
2773                 grep "/help/${lang}$" ${lfile} >> ${langfn}.lang || :
2774                 grep "/help/${lang}/" ${lfile} >> ${langfn}.lang || :
2775         fi
2776 }
2777
2778 %if %{with i18n}
2779 %{__rm} -f *.lang*
2780 langlist=$(ls file-lists/lang_*_list.txt | sed -e 's=file-lists/lang_\(.*\)_list.txt=\1=g')
2781
2782 for lang in $langlist; do
2783         find_lang $lang
2784 done
2785
2786 %{__sed} -i -e '
2787         s,%{_libdir}/%{name}/readmes,%{_datadir}/%{name}/readmes,;
2788         s,%{_libdir}/%{name}/help,%{_datadir}/%{name}/help,;
2789 ' *.lang
2790 %endif
2791
2792 %clean
2793 rm -rf $RPM_BUILD_ROOT
2794
2795 %post core
2796 %update_mime_database
2797 %update_desktop_database_post
2798 %update_icon_cache hicolor
2799
2800 %postun core
2801 %update_desktop_database_postun
2802 %update_mime_database
2803 %update_icon_cache hicolor
2804
2805 %post base
2806 %update_desktop_database_post
2807 %update_icon_cache hicolor
2808
2809 %postun base
2810 %update_desktop_database_postun
2811 %update_icon_cache hicolor
2812
2813 %post web
2814 %update_desktop_database_post
2815
2816 %postun web
2817 %update_desktop_database_postun
2818
2819 %post writer
2820 %update_desktop_database_post
2821 %update_icon_cache hicolor
2822
2823 %postun writer
2824 %update_desktop_database_postun
2825 %update_icon_cache hicolor
2826
2827 %post calc
2828 %update_desktop_database_post
2829 %update_icon_cache hicolor
2830
2831 %postun calc
2832 %update_desktop_database_postun
2833 %update_icon_cache hicolor
2834
2835 %post draw
2836 %update_desktop_database_post
2837 %update_icon_cache hicolor
2838
2839 %postun draw
2840 %update_desktop_database_postun
2841 %update_icon_cache hicolor
2842
2843 %post impress
2844 %update_desktop_database_post
2845 %update_icon_cache hicolor
2846
2847 %postun impress
2848 %update_desktop_database_postun
2849 %update_icon_cache hicolor
2850
2851 %post math
2852 %update_desktop_database_post
2853 %update_icon_cache hicolor
2854
2855 %postun math
2856 %update_desktop_database_postun
2857 %update_icon_cache hicolor
2858
2859 %post javafilter
2860 %update_desktop_database_post
2861
2862 %postun javafilter
2863 %update_desktop_database_postun
2864
2865 %post -n browser-plugin-%{name}
2866 %update_browser_plugins
2867
2868 %postun -n browser-plugin-%{name}
2869 if [ "$1" = 0 ]; then
2870         %update_browser_plugins
2871 fi
2872
2873 # NOTE:
2874 # you may find file-lists/*_list.txt useful to help you package files to packages
2875
2876 %files
2877 %defattr(644,root,root,755)
2878
2879 %files core
2880 %defattr(644,root,root,755)
2881 %doc %{_libdir}/%{name}/CREDITS*
2882 %doc %{_libdir}/%{name}/LICENSE*
2883 %doc %{_libdir}/%{name}/*README*
2884
2885 %attr(755,root,root) %{_bindir}/libreoffice
2886 %attr(755,root,root) %{_bindir}/lofromtemplate
2887 %attr(755,root,root) %{_bindir}/loffice
2888 %attr(755,root,root) %{_bindir}/ooffice
2889 %attr(755,root,root) %{_bindir}/oofromtemplate
2890 %attr(755,root,root) %{_bindir}/soffice
2891 %attr(755,root,root) %{_bindir}/unopkg
2892
2893 %dir %{_libdir}/%{name}
2894 %dir %{_datadir}/%{name}
2895 %dir %{_datadir}/%{name}/help
2896 %{_datadir}/%{name}/help/*.xsl
2897 %dir %{_datadir}/%{name}/help/en
2898 %{_datadir}/%{name}/help/en/*.html
2899 %{_datadir}/%{name}/help/en/*.css
2900 %{_datadir}/%{name}/help/en/sbasic.*
2901 %{_datadir}/%{name}/help/en/schart.*
2902 %{_datadir}/%{name}/help/en/shared.*
2903
2904 %dir %{_libdir}/%{name}/presets
2905 %dir %{_libdir}/%{name}/presets/autotext
2906 %{_libdir}/%{name}/presets/autotext/mytexts.bau
2907 %{_libdir}/%{name}/presets/basic
2908 %dir %{_libdir}/%{name}/presets/config
2909 %{_libdir}/%{name}/presets/config/autotbl.fmt
2910 %{_libdir}/%{name}/presets/config/*.so[bcdegh]
2911 %{_libdir}/%{name}/presets/database
2912 %{_libdir}/%{name}/presets/gallery
2913 %{_libdir}/%{name}/presets/psprint
2914
2915 %dir %{_libdir}/%{name}/program
2916 %attr(755,root,root) %{_libdir}/%{name}/program/basprov*.uno.so
2917 %attr(755,root,root) %{_libdir}/%{name}/program/cairocanvas.uno.so
2918 %attr(755,root,root) %{_libdir}/%{name}/program/canvasfactory.uno.so
2919 %attr(755,root,root) %{_libdir}/%{name}/program/cde-open-url
2920 %attr(755,root,root) %{_libdir}/%{name}/program/cmdmail.uno.so
2921 %attr(755,root,root) %{_libdir}/%{name}/program/configmgr.uno.so
2922 %attr(755,root,root) %{_libdir}/%{name}/program/desktopbe1.uno.so
2923 %attr(755,root,root) %{_libdir}/%{name}/program/dlgprov*.uno.so
2924 %attr(755,root,root) %{_libdir}/%{name}/program/fastsax.uno.so
2925 %attr(755,root,root) %{_libdir}/%{name}/program/fpicker.uno.so
2926 %attr(755,root,root) %{_libdir}/%{name}/program/fps_office.uno.so
2927 %attr(755,root,root) %{_libdir}/%{name}/program/fsstorage.uno.so
2928 %attr(755,root,root) %{_libdir}/%{name}/program/hatchwindowfactory.uno.so
2929 %attr(755,root,root) %{_libdir}/%{name}/program/i18npool.uno.so
2930 %attr(755,root,root) %{_libdir}/%{name}/program/i18nsearch.uno.so
2931 %attr(755,root,root) %{_libdir}/%{name}/program/java-set-classpath
2932 %attr(755,root,root) %{_libdir}/%{name}/program/ldapbe2.uno.so
2933 %attr(755,root,root) %{_libdir}/%{name}/program/libavmediagst.so
2934 %attr(755,root,root) %{_libdir}/%{name}/program/libcached1.so
2935 %attr(755,root,root) %{_libdir}/%{name}/program/libcollator_data.so
2936 %attr(755,root,root) %{_libdir}/%{name}/program/libcomphelpgcc3.so
2937 %{!?with_system_db:%attr(755,root,root) %{_libdir}/%{name}/program/libdb-4.2.so}
2938 %attr(755,root,root) %{_libdir}/%{name}/program/libdbpool2.so
2939 %attr(755,root,root) %{_libdir}/%{name}/program/libdict_ja.so
2940 %attr(755,root,root) %{_libdir}/%{name}/program/libdict_zh.so
2941 %attr(755,root,root) %{_libdir}/%{name}/program/libembobj.so
2942 %attr(755,root,root) %{_libdir}/%{name}/program/libemboleobj.so
2943 %attr(755,root,root) %{_libdir}/%{name}/program/libfileacc.so
2944 %{!?with_system_hunspell:%attr(755,root,root) %{_libdir}/%{name}/program/libhunspell.so}
2945 %attr(755,root,root) %{_libdir}/%{name}/program/libi18nisolang1gcc3.so
2946 %attr(755,root,root) %{_libdir}/%{name}/program/libi18nutilgcc3.so
2947 %attr(755,root,root) %{_libdir}/%{name}/program/libindex_data.so
2948 %attr(755,root,root) %{_libdir}/%{name}/program/liblocaledata_en.so
2949 %attr(755,root,root) %{_libdir}/%{name}/program/liblocaledata_es.so
2950 %attr(755,root,root) %{_libdir}/%{name}/program/liblocaledata_euro.so
2951 %attr(755,root,root) %{_libdir}/%{name}/program/liblocaledata_others.so
2952 %attr(755,root,root) %{_libdir}/%{name}/program/libmcnttype.so
2953 %attr(755,root,root) %{_libdir}/%{name}/program/libmozbootstrap.so
2954 %attr(755,root,root) %{_libdir}/%{name}/program/libpackage2.so
2955 %attr(755,root,root) %{_libdir}/%{name}/program/librecentfile.so
2956 %attr(755,root,root) %{_libdir}/%{name}/program/libscriptframe.so
2957 %attr(755,root,root) %{_libdir}/%{name}/program/libsdbc2.so
2958 %attr(755,root,root) %{_libdir}/%{name}/program/libsofficeapp.so
2959 %attr(755,root,root) %{_libdir}/%{name}/program/libsrtrs1.so
2960 %attr(755,root,root) %{_libdir}/%{name}/program/libtextconv_dict.so
2961 %attr(755,root,root) %{_libdir}/%{name}/program/libtvhlp1.so
2962 %attr(755,root,root) %{_libdir}/%{name}/program/libucb1.so
2963 %attr(755,root,root) %{_libdir}/%{name}/program/libucbhelper4gcc3.so
2964 %attr(755,root,root) %{_libdir}/%{name}/program/libucpchelp1.so
2965 %attr(755,root,root) %{_libdir}/%{name}/program/libucpdav1.so
2966 %attr(755,root,root) %{_libdir}/%{name}/program/libucpfile1.so
2967 %attr(755,root,root) %{_libdir}/%{name}/program/libucpftp1.so
2968 %attr(755,root,root) %{_libdir}/%{name}/program/libucphier1.so
2969 %attr(755,root,root) %{_libdir}/%{name}/program/libucppkg1.so
2970 %attr(755,root,root) %{_libdir}/%{name}/program/libunopkgapp.so
2971 ## maybe external is possible?
2972 # - external broken in 3.0.1
2973 ###%attr(755,root,root) %{_libdir}/%{name}/program/libxmlsec1*.so
2974 ##
2975 %attr(755,root,root) %{_libdir}/%{name}/program/libxmlsecurity.so
2976 %attr(755,root,root) %{_libdir}/%{name}/program/libxsec_fw.so
2977 %attr(755,root,root) %{_libdir}/%{name}/program/libxsec_xmlsec.so
2978 %attr(755,root,root) %{_libdir}/%{name}/program/libxstor.so
2979 %attr(755,root,root) %{_libdir}/%{name}/program/localebe1.uno.so
2980 %attr(755,root,root) %{_libdir}/%{name}/program/migrationoo2.uno.so
2981 %attr(755,root,root) %{_libdir}/%{name}/program/migrationoo3.uno.so
2982 %attr(755,root,root) %{_libdir}/%{name}/program/msforms.uno.so
2983 %attr(755,root,root) %{_libdir}/%{name}/program/open-url
2984 %attr(755,root,root) %{_libdir}/%{name}/program/pagein*
2985 %attr(755,root,root) %{_libdir}/%{name}/program/passwordcontainer.uno.so
2986 %attr(755,root,root) %{_libdir}/%{name}/program/pluginapp.bin
2987 ## seems to be exactly the same as in -ure
2988 #%attr(755,root,root) %{_libdir}/%{name}/program/regcomp
2989 #%attr(755,root,root) %{_libdir}/%{name}/program/regcomp.bin
2990 ##
2991 %attr(755,root,root) %{_libdir}/%{name}/program/senddoc
2992 %attr(755,root,root) %{_libdir}/%{name}/program/simplecanvas.uno.so
2993 %attr(755,root,root) %{_libdir}/%{name}/program/slideshow.uno.so
2994 %attr(755,root,root) %{_libdir}/%{name}/program/spadmin.bin
2995 %attr(755,root,root) %{_libdir}/%{name}/program/stringresource*.uno.so
2996 %attr(755,root,root) %{_libdir}/%{name}/program/syssh.uno.so
2997 %attr(755,root,root) %{_libdir}/%{name}/program/ucpexpand1.uno.so
2998 %attr(755,root,root) %{_libdir}/%{name}/program/ucpext.uno.so
2999 %attr(755,root,root) %{_libdir}/%{name}/program/ucptdoc1.uno.so
3000 %attr(755,root,root) %{_libdir}/%{name}/program/updatefeed.uno.so
3001 %attr(755,root,root) %{_libdir}/%{name}/program/uri-encode
3002 %attr(755,root,root) %{_libdir}/%{name}/program/vbaevents*.uno.so
3003 %attr(755,root,root) %{_libdir}/%{name}/program/vclcanvas.uno.so
3004
3005 %if %{with java}
3006 %attr(755,root,root) %{_libdir}/%{name}/program/libhsqldb.so
3007 %endif
3008
3009 %if %{with mono}
3010 %attr(755,root,root) %{_libdir}/%{name}/program/libcli_uno.so
3011 %attr(755,root,root) %{_libdir}/%{name}/program/libcli_uno_glue.so
3012 %{_libdir}/%{name}/program/cli_basetypes.dll
3013 %{_libdir}/%{name}/program/cli_cppuhelper.dll
3014 %{_libdir}/%{name}/program/cli_types.dll
3015 %{_libdir}/%{name}/program/cli_uno_bridge.dll
3016 %{_libdir}/%{name}/program/cli_ure.dll
3017 %endif
3018
3019 %{_libdir}/%{name}/program/root3.dat
3020 %{_libdir}/%{name}/program/root4.dat
3021 %{_libdir}/%{name}/program/root5.dat
3022 %config(noreplace) %verify(not md5 mtime size) %{_libdir}/%{name}/program/unorc
3023 %{_libdir}/%{name}/program/versionrc
3024
3025 %if %{with java}
3026 %dir %{_libdir}/%{name}/program/classes
3027 %{_libdir}/%{name}/program/classes/LuceneHelpWrapper.jar
3028 %{_libdir}/%{name}/program/classes/ScriptFramework.jar
3029 %{_libdir}/%{name}/program/classes/ScriptProviderForJava.jar
3030 %{_libdir}/%{name}/program/classes/XMergeBridge.jar
3031 %{_libdir}/%{name}/program/classes/XSLTFilter.jar
3032 %{_libdir}/%{name}/program/classes/XSLTValidate.jar
3033 %{_libdir}/%{name}/program/classes/agenda.jar
3034 %{_libdir}/%{name}/program/classes/commonwizards.jar
3035 %{_libdir}/%{name}/program/classes/fax.jar
3036 %{_libdir}/%{name}/program/classes/form.jar
3037 %{!?with_system_hsqldb:%{_libdir}/%{name}/program/classes/hsqldb.jar}
3038 %{_libdir}/%{name}/program/classes/letter.jar
3039 %{_libdir}/%{name}/program/classes/officebean.jar
3040 %{_libdir}/%{name}/program/classes/query.jar
3041 %{_libdir}/%{name}/program/classes/report.jar
3042 %{_libdir}/%{name}/program/classes/saxon9.jar
3043 %{_libdir}/%{name}/program/classes/sdbc_hsqldb.jar
3044 %{!?with_system_xalan:%{_libdir}/%{name}/program/classes/serializer.jar}
3045 %{_libdir}/%{name}/program/classes/table.jar
3046 %{_libdir}/%{name}/program/classes/unoil.jar
3047 %{_libdir}/%{name}/program/classes/web.jar
3048 %{!?with_system_xalan:%{_libdir}/%{name}/program/classes/xalan.jar}
3049 %{_libdir}/%{name}/program/classes/xmerge.jar
3050 %endif
3051
3052 %dir %{_libdir}/%{name}/program/resource
3053 %{_libdir}/%{name}/program/resource/accen-US.res
3054 %{_libdir}/%{name}/program/resource/avmediaen-US.res
3055 %{_libdir}/%{name}/program/resource/basctlen-US.res
3056 %{_libdir}/%{name}/program/resource/biben-US.res
3057 %{_libdir}/%{name}/program/resource/calen-US.res
3058 %{_libdir}/%{name}/program/resource/cuien-US.res
3059 %{_libdir}/%{name}/program/resource/chartcontrolleren-US.res
3060 %{_libdir}/%{name}/program/resource/dbaen-US.res
3061 %{_libdir}/%{name}/program/resource/dbmmen-US.res
3062 %{_libdir}/%{name}/program/resource/dbwen-US.res
3063 %{_libdir}/%{name}/program/resource/deploymenten-US.res
3064 %{_libdir}/%{name}/program/resource/deploymentguien-US.res
3065 %{_libdir}/%{name}/program/resource/dkten-US.res
3066 %{_libdir}/%{name}/program/resource/editengen-US.res
3067 %{_libdir}/%{name}/program/resource/epsen-US.res
3068 %{_libdir}/%{name}/program/resource/euren-US.res
3069 %{_libdir}/%{name}/program/resource/foren-US.res
3070 %{_libdir}/%{name}/program/resource/foruien-US.res
3071 %{_libdir}/%{name}/program/resource/fps_officeen-US.res
3072 %{_libdir}/%{name}/program/resource/frmen-US.res
3073 %{_libdir}/%{name}/program/resource/fween-US.res
3074 %{_libdir}/%{name}/program/resource/galen-US.res
3075 %{_libdir}/%{name}/program/resource/impen-US.res
3076 %{_libdir}/%{name}/program/resource/ofaen-US.res
3077 %{_libdir}/%{name}/program/resource/pcren-US.res
3078 %{_libdir}/%{name}/program/resource/pdffilteren-US.res
3079 %{_libdir}/%{name}/program/resource/sanen-US.res
3080 %{_libdir}/%{name}/program/resource/sben-US.res
3081 %{_libdir}/%{name}/program/resource/sden-US.res
3082 %{_libdir}/%{name}/program/resource/sdbten-US.res
3083 %{_libdir}/%{name}/program/resource/sfxen-US.res
3084 %{_libdir}/%{name}/program/resource/spaen-US.res
3085 %{_libdir}/%{name}/program/resource/svlen-US.res
3086 %{_libdir}/%{name}/program/resource/svten-US.res
3087 %{_libdir}/%{name}/program/resource/svxen-US.res
3088 %{_libdir}/%{name}/program/resource/swen-US.res
3089 %{_libdir}/%{name}/program/resource/textconversiondlgsen-US.res
3090 %{_libdir}/%{name}/program/resource/tken-US.res
3091 %{_libdir}/%{name}/program/resource/tplen-US.res
3092 %{_libdir}/%{name}/program/resource/updchken-US.res
3093 %{_libdir}/%{name}/program/resource/upden-US.res
3094 %{_libdir}/%{name}/program/resource/uuien-US.res
3095 %{_libdir}/%{name}/program/resource/vclen-US.res
3096 %{_libdir}/%{name}/program/resource/wzien-US.res
3097 %{_libdir}/%{name}/program/resource/xmlsecen-US.res
3098 %{_libdir}/%{name}/program/resource/xsltdlgen-US.res
3099
3100 %dir %{_libdir}/%{name}/share
3101 %dir %{_libdir}/%{name}/share/Scripts
3102 %{_libdir}/%{name}/share/Scripts/beanshell
3103 %{_libdir}/%{name}/share/Scripts/javascript
3104 %if %{with java}
3105 %{_libdir}/%{name}/share/Scripts/java
3106 %endif
3107
3108 %dir %{_libdir}/%{name}/share/autocorr
3109 %{_libdir}/%{name}/share/autocorr/acor_*.dat
3110 %dir %{_libdir}/%{name}/share/autotext
3111 %{_libdir}/%{name}/share/autotext/en-US
3112 %{_libdir}/%{name}/share/basic
3113 %dir %{_libdir}/%{name}/share/config
3114 %{_libdir}/%{name}/share/config/images.zip
3115 %{_libdir}/%{name}/share/config/images_crystal.zip
3116 %{_libdir}/%{name}/share/config/images_hicontrast.zip
3117 %{_libdir}/%{name}/share/config/images_oxygen.zip
3118 %{_libdir}/%{name}/share/config/images_tango.zip
3119 %{_libdir}/%{name}/share/config/javasettingsunopkginstall.xml
3120 %{_libdir}/%{name}/share/config/*.xpm
3121 %dir %{_libdir}/%{name}/share/config/soffice.cfg
3122 %dir %{_libdir}/%{name}/share/config/soffice.cfg/modules
3123 %{_libdir}/%{name}/share/config/soffice.cfg/modules/BasicIDE
3124 %{_libdir}/%{name}/share/config/soffice.cfg/modules/StartModule
3125 %dir %{_libdir}/%{name}/share/config/soffice.cfg/modules/dbapp
3126 %dir %{_libdir}/%{name}/share/config/soffice.cfg/modules/dbbrowser
3127 %dir %{_libdir}/%{name}/share/config/soffice.cfg/modules/dbquery
3128 %dir %{_libdir}/%{name}/share/config/soffice.cfg/modules/dbreport
3129 %dir %{_libdir}/%{name}/share/config/soffice.cfg/modules/dbtdata
3130 %dir %{_libdir}/%{name}/share/config/soffice.cfg/modules/scalc
3131 %{_libdir}/%{name}/share/config/soffice.cfg/modules/schart
3132 %dir %{_libdir}/%{name}/share/config/soffice.cfg/modules/sdraw
3133 %dir %{_libdir}/%{name}/share/config/soffice.cfg/modules/sglobal
3134 %{_libdir}/%{name}/share/config/soffice.cfg/modules/sglobal/menubar
3135 %{_libdir}/%{name}/share/config/soffice.cfg/modules/sglobal/statusbar
3136 %{_libdir}/%{name}/share/config/soffice.cfg/modules/sglobal/toolbar
3137 %dir %{_libdir}/%{name}/share/config/soffice.cfg/modules/sweb
3138 %dir %{_libdir}/%{name}/share/config/soffice.cfg/modules/simpress
3139 %dir %{_libdir}/%{name}/share/config/soffice.cfg/modules/swform
3140 %{_libdir}/%{name}/share/config/soffice.cfg/modules/swform/menubar
3141 %{_libdir}/%{name}/share/config/soffice.cfg/modules/swform/statusbar
3142 %{_libdir}/%{name}/share/config/soffice.cfg/modules/swform/toolbar
3143 %dir %{_libdir}/%{name}/share/config/soffice.cfg/modules/swreport
3144 %{_libdir}/%{name}/share/config/soffice.cfg/modules/swreport/menubar
3145 %{_libdir}/%{name}/share/config/soffice.cfg/modules/swreport/statusbar
3146 %{_libdir}/%{name}/share/config/soffice.cfg/modules/swreport/toolbar
3147 %dir %{_libdir}/%{name}/share/config/soffice.cfg/modules/swriter
3148 %dir %{_libdir}/%{name}/share/config/soffice.cfg/modules/swxform
3149 %{_libdir}/%{name}/share/config/soffice.cfg/modules/swxform/menubar
3150 %{_libdir}/%{name}/share/config/soffice.cfg/modules/swxform/statusbar
3151 %{_libdir}/%{name}/share/config/soffice.cfg/modules/swxform/toolbar
3152 %{_libdir}/%{name}/share/config/symbol
3153 %{_libdir}/%{name}/share/config/webcast
3154 %{_libdir}/%{name}/share/config/wizard
3155 %dir %{_libdir}/%{name}/share/dtd
3156 %{_libdir}/%{name}/share/dtd/officedocument
3157 %{_libdir}/%{name}/share/fonts
3158 %{_libdir}/%{name}/share/gallery
3159 %{_libdir}/%{name}/share/psprint
3160
3161 %dir %{_libdir}/%{name}/share/registry
3162 %{_libdir}/%{name}/share/registry/Langpack-en-US.xcd
3163 %{_libdir}/%{name}/share/registry/lingucomponent.xcd
3164 %{_libdir}/%{name}/share/registry/main.xcd
3165 %{_libdir}/%{name}/share/registry/oo-ad-ldap.xcd.sample
3166 %{_libdir}/%{name}/share/registry/oo-ldap.xcd.sample
3167 %dir %{_libdir}/%{name}/share/registry/res
3168 %{_libdir}/%{name}/share/registry/res/fcfg_langpack_en-US.xcd
3169
3170 %dir %{_libdir}/%{name}/share/samples
3171 %dir %{_libdir}/%{name}/share/samples/en-US
3172
3173 %dir %{_libdir}/%{name}/share/template
3174 %{_libdir}/%{name}/share/template/en-US
3175 %dir %{_libdir}/%{name}/share/template/common
3176 %{_libdir}/%{name}/share/template/common/layout
3177 %dir %{_libdir}/%{name}/share/template/wizard
3178 %{_libdir}/%{name}/share/template/wizard/bitmap
3179 %dir %{_libdir}/%{name}/share/template/wizard/letter
3180 %{_libdir}/%{name}/share/template/wizard/letter/en-US
3181
3182 %dir %{_libdir}/%{name}/share/wordbook
3183
3184 %dir %{_libdir}/%{name}/share/xslt
3185 %{_libdir}/%{name}/share/xslt/common
3186 %dir %{_libdir}/%{name}/share/xslt/export
3187 %{_libdir}/%{name}/share/xslt/export/common
3188 %{_libdir}/%{name}/share/xslt/export/spreadsheetml
3189 %{_libdir}/%{name}/share/xslt/export/uof
3190 %{_libdir}/%{name}/share/xslt/export/wordml
3191 %{_libdir}/%{name}/share/xslt/import
3192
3193 # symlink to directory
3194 %attr(755,root,root) %{_libdir}/%{name}/ure-link
3195
3196 %attr(755,root,root) %{_libdir}/%{name}/program/libnpsoplugin.so
3197 %attr(755,root,root) %{_libdir}/%{name}/program/spadmin
3198 %attr(755,root,root) %{_libdir}/%{name}/program/soffice
3199 %attr(755,root,root) %{_libdir}/%{name}/program/soffice.bin
3200 %attr(755,root,root) %{_libdir}/%{name}/program/unoinfo
3201 %attr(755,root,root) %{_libdir}/%{name}/program/unopkg
3202 %attr(755,root,root) %{_libdir}/%{name}/program/unopkg.bin
3203 %{_libdir}/%{name}/program/bootstraprc
3204 %{_libdir}/%{name}/program/fundamentalrc
3205 %{_libdir}/%{name}/program/about.png
3206 %{_libdir}/%{name}/program/intro.png
3207 %{_libdir}/%{name}/program/redirectrc
3208 %{_libdir}/%{name}/program/setuprc
3209 %{_libdir}/%{name}/program/shell
3210 %{_libdir}/%{name}/program/sofficerc
3211
3212 # symlinks
3213 %{_libdir}/%{name}/help
3214 %{_libdir}/%{name}/readmes
3215
3216 %dir %{_datadir}/%{name}/readmes
3217 %{_datadir}/%{name}/readmes/README_en-US
3218 %{_libdir}/%{name}/share/config/images_brand.zip
3219 %dir %{_libdir}/%{name}/share/extensions
3220 %{_libdir}/%{name}/share/extensions/package.txt
3221
3222 %{_datadir}/mime/packages/libreoffice.xml
3223 %{_iconsdir}/hicolor/*/mimetypes/libreoffice-*.png
3224 %{_iconsdir}/hicolor/*/apps/libreoffice-main.png
3225
3226 %{_desktopdir}/libreoffice-qstart.desktop
3227 %{_desktopdir}/libreoffice-startcenter.desktop
3228 %{_iconsdir}/hicolor/*/apps/libreoffice-startcenter.png
3229
3230 %{_mandir}/man1/loffice.1
3231 %{_mandir}/man1/lofromtemplate.1
3232 %{_mandir}/man1/libreoffice.1*
3233 %{_mandir}/man1/unopkg.1*
3234
3235 %if %{with kde}
3236 %files libs-kde
3237 %defattr(644,root,root,755)
3238 %attr(755,root,root) %{_libdir}/%{name}/program/kde-open-url
3239 %attr(755,root,root) %{_libdir}/%{name}/program/kdebe1.uno.so
3240 %attr(755,root,root) %{_libdir}/%{name}/program/kdefilepicker
3241 %attr(755,root,root) %{_libdir}/%{name}/program/fps_kde.uno.so
3242 %attr(755,root,root) %{_libdir}/%{name}/program/libkabdrv1.so
3243 %attr(755,root,root) %{_libdir}/%{name}/program/libkab1.so
3244 %attr(755,root,root) %{_libdir}/%{name}/program/libvclplug_kde*.so
3245 %endif
3246
3247 %if %{with kde4}
3248 %files libs-kde
3249 %defattr(644,root,root,755)
3250 %attr(755,root,root) %{_libdir}/%{name}/program/kde-open-url
3251 %attr(755,root,root) %{_libdir}/%{name}/program/fps_kde4.uno.so
3252 %attr(755,root,root) %{_libdir}/%{name}/program/kde4be1.uno.so
3253 %attr(755,root,root) %{_libdir}/%{name}/program/libvclplug_kde4*.so
3254 %endif
3255
3256 %files libs-gtk
3257 %defattr(644,root,root,755)
3258 %attr(755,root,root) %{_libdir}/%{name}/program/gconfbe1.uno.so
3259 %attr(755,root,root) %{_libdir}/%{name}/program/gnome-open-url
3260 %attr(755,root,root) %{_libdir}/%{name}/program/gnome-open-url.bin
3261 %attr(755,root,root) %{_libdir}/%{name}/program/libvclplug_gtk*.so
3262 %attr(755,root,root) %{_libdir}/%{name}/program/ucpgio1.uno.so
3263 %{_libdir}/%{name}/share/registry/gnome.xcd
3264
3265 %files base
3266 %defattr(644,root,root,755)
3267 %attr(755,root,root) %{_bindir}/lobase
3268 %attr(755,root,root) %{_bindir}/oobase
3269 %attr(755,root,root) %{_libdir}/%{name}/program/sbase
3270 %{_mandir}/man1/lobase.1
3271 %{_desktopdir}/libreoffice-base.desktop
3272 %{_iconsdir}/hicolor/*/apps/libreoffice-base.png
3273 %{_libdir}/%{name}/program/resource/abpen-US.res
3274 %{_libdir}/%{name}/program/resource/adabasuien-US.res
3275 %{_libdir}/%{name}/program/resource/cnren-US.res
3276 %{_libdir}/%{name}/program/resource/dbpen-US.res
3277 %{_libdir}/%{name}/program/resource/dbuen-US.res
3278 %{_libdir}/%{name}/program/resource/rpten-US.res
3279 %{_libdir}/%{name}/program/resource/rptuien-US.res
3280 %{_libdir}/%{name}/program/resource/sdbclen-US.res
3281 %{_libdir}/%{name}/program/resource/sdberren-US.res
3282 %{_libdir}/%{name}/share/config/soffice.cfg/modules/dbapp/menubar
3283 %{_libdir}/%{name}/share/config/soffice.cfg/modules/dbapp/statusbar
3284 %{_libdir}/%{name}/share/config/soffice.cfg/modules/dbapp/toolbar
3285 %{_libdir}/%{name}/share/config/soffice.cfg/modules/dbbrowser/menubar
3286 %{_libdir}/%{name}/share/config/soffice.cfg/modules/dbbrowser/toolbar
3287 %{_libdir}/%{name}/share/config/soffice.cfg/modules/dbquery/menubar
3288 %{_libdir}/%{name}/share/config/soffice.cfg/modules/dbquery/toolbar
3289 %{_libdir}/%{name}/share/config/soffice.cfg/modules/dbrelation
3290 %{_libdir}/%{name}/share/config/soffice.cfg/modules/dbreport/menubar
3291 %{_libdir}/%{name}/share/config/soffice.cfg/modules/dbreport/statusbar
3292 %{_libdir}/%{name}/share/config/soffice.cfg/modules/dbreport/toolbar
3293 %{_libdir}/%{name}/share/config/soffice.cfg/modules/dbtable
3294 %{_libdir}/%{name}/share/config/soffice.cfg/modules/dbtdata/menubar
3295 %{_libdir}/%{name}/share/config/soffice.cfg/modules/dbtdata/toolbar
3296 %{_libdir}/%{name}/share/registry/base.xcd
3297 %{_datadir}/%{name}/help/en/sdatabase.*
3298
3299 %files calc
3300 %defattr(644,root,root,755)
3301 %attr(755,root,root) %{_bindir}/localc
3302 %attr(755,root,root) %{_bindir}/oocalc
3303 %attr(755,root,root) %{_libdir}/%{name}/program/scalc
3304 %{_mandir}/man1/localc.1
3305 %{_desktopdir}/libreoffice-calc.desktop
3306 %{_iconsdir}/hicolor/*/apps/libreoffice-calc.png
3307 %{_datadir}/%{name}/help/en/scalc.*
3308 %attr(755,root,root) %{_libdir}/%{name}/program/vbaobj.uno.so
3309 %{_libdir}/%{name}/program/resource/analysisen-US.res
3310 %{_libdir}/%{name}/program/resource/dateen-US.res
3311 %{_libdir}/%{name}/program/resource/solveren-US.res
3312 %{_libdir}/%{name}/program/resource/scen-US.res
3313 %{_libdir}/%{name}/share/config/soffice.cfg/modules/scalc/menubar
3314 %{_libdir}/%{name}/share/config/soffice.cfg/modules/scalc/statusbar
3315 %{_libdir}/%{name}/share/config/soffice.cfg/modules/scalc/toolbar
3316 %{_libdir}/%{name}/share/registry/calc.xcd
3317
3318 %files draw
3319 %defattr(644,root,root,755)
3320 %attr(755,root,root) %{_bindir}/lodraw
3321 %attr(755,root,root) %{_bindir}/oodraw
3322 %attr(755,root,root) %{_libdir}/%{name}/program/sdraw
3323 %{_mandir}/man1/lodraw.1
3324 %{_desktopdir}/libreoffice-draw.desktop
3325 %{_iconsdir}/hicolor/*/apps/libreoffice-draw.png
3326 %{_datadir}/%{name}/help/en/sdraw.*
3327 %{_libdir}/%{name}/share/config/soffice.cfg/modules/sdraw/menubar
3328 %{_libdir}/%{name}/share/config/soffice.cfg/modules/sdraw/statusbar
3329 %{_libdir}/%{name}/share/config/soffice.cfg/modules/sdraw/toolbar
3330 %{_libdir}/%{name}/share/registry/draw.xcd
3331
3332 %files emailmerge
3333 %defattr(644,root,root,755)
3334 %{_libdir}/%{name}/program/mailmerge.py*
3335
3336 %files writer
3337 %defattr(644,root,root,755)
3338 %attr(755,root,root) %{_bindir}/lowriter
3339 %attr(755,root,root) %{_bindir}/oowriter
3340 %attr(755,root,root) %{_libdir}/%{name}/program/vbaswobj.uno.so
3341 %attr(755,root,root) %{_libdir}/%{name}/program/swriter
3342 %{_mandir}/man1/lowriter.1
3343 %{_desktopdir}/libreoffice-writer.desktop
3344 %{_iconsdir}/hicolor/*/apps/libreoffice-writer.png
3345 %{_datadir}/%{name}/help/en/swriter.*
3346 %{_libdir}/%{name}/program/resource/t602filteren-US.res
3347 %{_libdir}/%{name}/share/config/soffice.cfg/modules/sbibliography
3348 %{_libdir}/%{name}/share/config/soffice.cfg/modules/swriter/menubar
3349 %{_libdir}/%{name}/share/config/soffice.cfg/modules/swriter/statusbar
3350 %{_libdir}/%{name}/share/config/soffice.cfg/modules/swriter/toolbar
3351 %{_libdir}/%{name}/share/registry/writer.xcd
3352
3353 %files impress
3354 %defattr(644,root,root,755)
3355 %attr(755,root,root) %{_bindir}/loimpress
3356 %attr(755,root,root) %{_bindir}/ooimpress
3357 %attr(755,root,root) %{_libdir}/%{name}/program/simpress
3358 %attr(755,root,root) %{_libdir}/%{name}/program/OGLTrans.uno.so
3359 %attr(755,root,root) %{_libdir}/%{name}/program/libplaceware*.so
3360 %{_mandir}/man1/loimpress.1
3361 %{_desktopdir}/libreoffice-impress.desktop
3362 %{_iconsdir}/hicolor/*/apps/libreoffice-impress.png
3363 %{_datadir}/%{name}/help/en/simpress.*
3364 %{_libdir}/%{name}/share/config/soffice.cfg/simpress
3365 %{_libdir}/%{name}/share/config/soffice.cfg/modules/simpress/menubar
3366 %{_libdir}/%{name}/share/config/soffice.cfg/modules/simpress/statusbar
3367 %{_libdir}/%{name}/share/config/soffice.cfg/modules/simpress/toolbar
3368 %{_libdir}/%{name}/share/registry/impress.xcd
3369 %{_libdir}/%{name}/share/registry/ogltrans.xcd
3370
3371 %files math
3372 %defattr(644,root,root,755)
3373 %attr(755,root,root) %{_bindir}/lomath
3374 %attr(755,root,root) %{_bindir}/oomath
3375 %{_mandir}/man1/lomath.1
3376 %{_desktopdir}/libreoffice-math.desktop
3377 %{_iconsdir}/hicolor/*/apps/libreoffice-math.png
3378 %{_datadir}/%{name}/help/en/smath.*
3379 %attr(755,root,root) %{_libdir}/%{name}/program/smath
3380 %{_libdir}/%{name}/program/resource/smen-US.res
3381 %{_libdir}/%{name}/share/config/soffice.cfg/modules/smath
3382 %{_libdir}/%{name}/share/registry/math.xcd
3383
3384 %files web
3385 %defattr(644,root,root,755)
3386 %attr(755,root,root) %{_bindir}/loweb
3387 %attr(755,root,root) %{_bindir}/ooweb
3388 %{_mandir}/man1/loweb.1
3389 %{_libdir}/%{name}/share/config/soffice.cfg/modules/sweb/menubar
3390 %{_libdir}/%{name}/share/config/soffice.cfg/modules/sweb/statusbar
3391 %{_libdir}/%{name}/share/config/soffice.cfg/modules/sweb/toolbar
3392
3393 %files graphicfilter
3394 %defattr(644,root,root,755)
3395 %{_libdir}/%{name}/share/registry/graphicfilter.xcd
3396
3397 %files xsltfilter
3398 %defattr(644,root,root,755)
3399 %{_libdir}/%{name}/share/registry/xsltfilter.xcd
3400 %{_libdir}/%{name}/share/xslt/docbook
3401 %{_libdir}/%{name}/share/xslt/export/xhtml
3402
3403 %if %{with java}
3404 %files javafilter
3405 %defattr(644,root,root,755)
3406 %{_libdir}/%{name}/program/classes/pexcel.jar
3407 %{_libdir}/%{name}/program/classes/pocketword.jar
3408 %{_libdir}/%{name}/program/classes/aportisdoc.jar
3409 %{_libdir}/%{name}/share/registry/palm.xcd
3410 %{_libdir}/%{name}/share/registry/pocketexcel.xcd
3411 %{_libdir}/%{name}/share/registry/pocketword.xcd
3412 %{_desktopdir}/libreoffice-javafilter.desktop
3413 %endif
3414
3415 %files ure
3416 %defattr(644,root,root,755)
3417 %dir %{_libdir}/%{name}
3418 %dir %{_libdir}/%{name}/ure
3419 %dir %{_libdir}/%{name}/ure/bin
3420 %attr(755,root,root) %{_libdir}/%{name}/ure/bin/regcomp
3421 %attr(755,root,root) %{_libdir}/%{name}/ure/bin/regcomp.bin
3422 %attr(755,root,root) %{_libdir}/%{name}/ure/bin/regmerge
3423 %attr(755,root,root) %{_libdir}/%{name}/ure/bin/regview
3424 %attr(755,root,root) %{_libdir}/%{name}/ure/bin/startup.sh
3425 %attr(755,root,root) %{_libdir}/%{name}/ure/bin/uno
3426 %attr(755,root,root) %{_libdir}/%{name}/ure/bin/uno.bin
3427 %if %{with java}
3428 %attr(755,root,root) %{_libdir}/%{name}/ure/bin/javaldx
3429 %endif
3430 %dir %{_libdir}/%{name}/ure/lib
3431 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/namingservice.uno.so
3432 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/libaffine_uno_uno.so
3433 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/bootstrap.uno.so
3434 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/acceptor.uno.so
3435 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/connector.uno.so
3436 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/introspection.uno.so
3437 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/invocadapt.uno.so
3438 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/proxyfac.uno.so
3439 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/reflection.uno.so
3440 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/libunsafe_uno_uno.so
3441 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/streams.uno.so
3442 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/textinstream.uno.so
3443 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/textoutstream.uno.so
3444 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/uuresolver.uno.so
3445 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/liblog_uno_uno.so
3446 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/libstore.so.3
3447 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/libuno_cppu.so.3
3448 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/libuno_cppuhelpergcc3.so.3
3449 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/libuno_purpenvhelpergcc3.so.3
3450 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/libuno_sal.so.3
3451 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/libuno_salhelpergcc3.so.3
3452 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/stocservices.uno.so
3453 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/invocation.uno.so
3454 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/libgcc3_uno.so
3455 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/libjvmaccessgcc3.so.3
3456 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/libjvmfwk.so.3
3457 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/libreg.so.3
3458 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/binaryurp.uno.so
3459 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/libxmlreader.so
3460 %{_libdir}/%{name}/ure/lib/jvmfwk3rc
3461 %{_libdir}/%{name}/ure/lib/unorc
3462 %if %{with java}
3463 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/libjava_uno.so
3464 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/libjuh.so
3465 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/libjuhx.so
3466 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/sunjavaplugin.so
3467 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/javaloader.uno.so
3468 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/javavm.uno.so
3469 %attr(755,root,root) %{_libdir}/%{name}/ure/lib/libjpipe.so
3470 %{_libdir}/%{name}/ure/lib/JREProperties.class
3471 %endif
3472 %dir %{_libdir}/%{name}/ure/share
3473 %if %{with java}
3474 %dir %{_libdir}/%{name}/ure/share/java
3475 %{_libdir}/%{name}/ure/share/java/java_uno.jar
3476 %{_libdir}/%{name}/ure/share/java/juh.jar
3477 %{_libdir}/%{name}/ure/share/java/jurt.jar
3478 %{_libdir}/%{name}/ure/share/java/ridl.jar
3479 %{_libdir}/%{name}/ure/share/java/unoloader.jar
3480 %endif
3481 %dir %{_libdir}/%{name}/ure/share/misc
3482 %{_libdir}/%{name}/ure/share/misc/services.rdb
3483 %{_libdir}/%{name}/ure/share/misc/types.rdb
3484 %if %{with java}
3485 %{_libdir}/%{name}/ure/share/misc/javavendors.xml
3486 %endif
3487
3488 %files pyuno
3489 %defattr(644,root,root,755)
3490 %attr(755,root,root) %{_libdir}/%{name}/program/libpyuno.so
3491 %attr(755,root,root) %{_libdir}/%{name}/program/pythonloader.uno.so
3492 %attr(755,root,root) %{_libdir}/%{name}/program/pyuno.so
3493 %{_libdir}/%{name}/program/pythonloader.unorc
3494 %{_libdir}/%{name}/program/officehelper.py
3495 %{_libdir}/%{name}/program/pythonloader.py
3496 %{_libdir}/%{name}/program/uno.py
3497 %{_libdir}/%{name}/program/unohelper.py
3498 %{_libdir}/%{name}/share/registry/pyuno.xcd
3499
3500 # samples there
3501 %{_libdir}/%{name}/share/Scripts/python
3502
3503 %files pdfimport
3504 %defattr(644,root,root,755)
3505 %dir %{_libdir}/%{name}/share/extensions/pdfimport
3506 %attr(755,root,root) %{_libdir}/%{name}/share/extensions/pdfimport/pdfimport.uno.so
3507 %attr(755,root,root) %{_libdir}/%{name}/share/extensions/pdfimport/xpdfimport
3508 %{_libdir}/%{name}/share/extensions/pdfimport/META-INF
3509 %{_libdir}/%{name}/share/extensions/pdfimport/basic
3510 %{_libdir}/%{name}/share/extensions/pdfimport/description.xml
3511 %{_libdir}/%{name}/share/extensions/pdfimport/images
3512 %{_libdir}/%{name}/share/extensions/pdfimport/registration
3513 %{_libdir}/%{name}/share/extensions/pdfimport/*.xcu
3514 %{_libdir}/%{name}/share/extensions/pdfimport/*.pdf
3515
3516 %files presentation-minimizer
3517 %defattr(644,root,root,755)
3518 %dir %{_libdir}/%{name}/share/extensions/presentation-minimizer
3519 %attr(755,root,root) %{_libdir}/%{name}/share/extensions/presentation-minimizer/SunPresentationMinimizer.uno.so
3520 %{_libdir}/%{name}/share/extensions/presentation-minimizer/META-INF
3521 %{_libdir}/%{name}/share/extensions/presentation-minimizer/bitmaps
3522 %{_libdir}/%{name}/share/extensions/presentation-minimizer/description.xml
3523 %{_libdir}/%{name}/share/extensions/presentation-minimizer/registr*
3524
3525 %files presenter-screen
3526 %defattr(644,root,root,755)
3527 %dir %{_libdir}/%{name}/share/extensions/presenter-screen
3528 %attr(755,root,root) %{_libdir}/%{name}/share/extensions/presenter-screen/PresenterScreen.uno.so
3529 %{_libdir}/%{name}/share/extensions/presenter-screen/META-INF
3530 %{_libdir}/%{name}/share/extensions/presenter-screen/bitmaps
3531 %{_libdir}/%{name}/share/extensions/presenter-screen/description.xml
3532 %{_libdir}/%{name}/share/extensions/presenter-screen/help
3533 %{_libdir}/%{name}/share/extensions/presenter-screen/registry
3534
3535 %files report-builder
3536 %defattr(644,root,root,755)
3537 %{_libdir}/%{name}/share/extensions/report-builder
3538
3539 %files wiki-publisher
3540 %defattr(644,root,root,755)
3541 %{_libdir}/%{name}/share/extensions/wiki-publisher
3542
3543 %if %{with mozilla}
3544 %files -n browser-plugin-%{name}
3545 %defattr(644,root,root,755)
3546 %attr(755,root,root) %{_browserpluginsdir}/libnpsoplugin.so
3547 %attr(755,root,root) %{_libdir}/%{name}/program/nsplugin
3548 %endif
3549
3550 %if %{with i18n}
3551 %files i18n-af -f af.lang
3552 %defattr(644,root,root,755)
3553
3554 %files i18n-ar -f ar.lang
3555 %defattr(644,root,root,755)
3556
3557 %files i18n-as -f as.lang
3558 %defattr(644,root,root,755)
3559
3560 %files i18n-ast -f ast.lang
3561 %defattr(644,root,root,755)
3562
3563 %files i18n-be_BY -f be.lang
3564 %defattr(644,root,root,755)
3565
3566 %files i18n-bg -f bg.lang
3567 %defattr(644,root,root,755)
3568
3569 %files i18n-bn -f bn.lang
3570 %defattr(644,root,root,755)
3571
3572 %files i18n-bo -f bo.lang
3573 %defattr(644,root,root,755)
3574
3575 %files i18n-br -f br.lang
3576 %defattr(644,root,root,755)
3577
3578 %files i18n-brx -f brx.lang
3579 %defattr(644,root,root,755)
3580
3581 %files i18n-bs -f bs.lang
3582 %defattr(644,root,root,755)
3583
3584 %files i18n-ca -f ca.lang
3585 %defattr(644,root,root,755)
3586
3587 %files i18n-ca_XV -f ca_XV.lang
3588 %defattr(644,root,root,755)
3589
3590 %files i18n-cs -f cs.lang
3591 %defattr(644,root,root,755)
3592
3593 %files i18n-cy -f cy.lang
3594 %defattr(644,root,root,755)
3595
3596 %files i18n-da -f da.lang
3597 %defattr(644,root,root,755)
3598
3599 %files i18n-de -f de.lang
3600 %defattr(644,root,root,755)
3601
3602 %files i18n-dgo -f dgo.lang
3603 %defattr(644,root,root,755)
3604
3605 %files i18n-dz -f dz.lang
3606 %defattr(644,root,root,755)
3607
3608 %files i18n-el -f el.lang
3609 %defattr(644,root,root,755)
3610
3611 %files i18n-en_GB -f en_GB.lang
3612 %defattr(644,root,root,755)
3613
3614 %files i18n-en_ZA -f en_ZA.lang
3615 %defattr(644,root,root,755)
3616
3617 %files i18n-eo -f eo.lang
3618 %defattr(644,root,root,755)
3619
3620 %files i18n-es -f es.lang
3621 %defattr(644,root,root,755)
3622
3623 %files i18n-et -f et.lang
3624 %defattr(644,root,root,755)
3625
3626 %files i18n-eu -f eu.lang
3627 %defattr(644,root,root,755)
3628
3629 %files i18n-fa -f fa.lang
3630 %defattr(644,root,root,755)
3631
3632 %files i18n-fi -f fi.lang
3633 %defattr(644,root,root,755)
3634
3635 %files i18n-fr -f fr.lang
3636 %defattr(644,root,root,755)
3637
3638 %files i18n-ga -f ga.lang
3639 %defattr(644,root,root,755)
3640
3641 %files i18n-gd -f gd.lang
3642 %defattr(644,root,root,755)
3643
3644 %files i18n-gl -f gl.lang
3645 %defattr(644,root,root,755)
3646
3647 %files i18n-gu -f gu.lang
3648 %defattr(644,root,root,755)
3649
3650 %files i18n-he -f he.lang
3651 %defattr(644,root,root,755)
3652
3653 %files i18n-hi -f hi.lang
3654 %defattr(644,root,root,755)
3655
3656 %files i18n-hr -f hr.lang
3657 %defattr(644,root,root,755)
3658
3659 %files i18n-hu -f hu.lang
3660 %defattr(644,root,root,755)
3661
3662 %files i18n-id -f id.lang
3663 %defattr(644,root,root,755)
3664
3665 %files i18n-is -f is.lang
3666 %defattr(644,root,root,755)
3667
3668 %files i18n-it -f it.lang
3669 %defattr(644,root,root,755)
3670
3671 %files i18n-ja -f ja.lang
3672 %defattr(644,root,root,755)
3673
3674 %files i18n-ka -f ka.lang
3675 %defattr(644,root,root,755)
3676
3677 %files i18n-kk -f kk.lang
3678 %defattr(644,root,root,755)
3679
3680 %files i18n-km -f km.lang
3681 %defattr(644,root,root,755)
3682
3683 %files i18n-kn_IN -f kn.lang
3684 %defattr(644,root,root,755)
3685
3686 %files i18n-ko -f ko.lang
3687 %defattr(644,root,root,755)
3688 %{_libdir}/%{name}/share/registry/korea.xcd
3689
3690 %files i18n-kok -f kok.lang
3691 %defattr(644,root,root,755)
3692
3693 %files i18n-ks -f ks.lang
3694 %defattr(644,root,root,755)
3695
3696 %files i18n-ku -f ku.lang
3697 %defattr(644,root,root,755)
3698
3699 %files i18n-lo -f lo.lang
3700 %defattr(644,root,root,755)
3701
3702 %files i18n-lt -f lt.lang
3703 %defattr(644,root,root,755)
3704
3705 %files i18n-lv -f lv.lang
3706 %defattr(644,root,root,755)
3707
3708 %files i18n-mai -f mai.lang
3709 %defattr(644,root,root,755)
3710
3711 %files i18n-mk -f mk.lang
3712 %defattr(644,root,root,755)
3713
3714 %files i18n-ml -f ml.lang
3715 %defattr(644,root,root,755)
3716
3717 %files i18n-mn -f mn.lang
3718 %defattr(644,root,root,755)
3719
3720 %files i18n-mni -f mni.lang
3721 %defattr(644,root,root,755)
3722
3723 %files i18n-mr -f mr.lang
3724 %defattr(644,root,root,755)
3725
3726 %files i18n-my -f my.lang
3727 %defattr(644,root,root,755)
3728
3729 %files i18n-nb -f nb.lang
3730 %defattr(644,root,root,755)
3731
3732 %files i18n-ne -f ne.lang
3733 %defattr(644,root,root,755)
3734
3735 %files i18n-nl -f nl.lang
3736 %defattr(644,root,root,755)
3737
3738 %files i18n-nn -f nn.lang
3739 %defattr(644,root,root,755)
3740
3741 %files i18n-nr -f nr.lang
3742 %defattr(644,root,root,755)
3743
3744 %files i18n-nso -f nso.lang
3745 %defattr(644,root,root,755)
3746
3747 %files i18n-oc -f oc.lang
3748 %defattr(644,root,root,755)
3749
3750 %files i18n-om -f om.lang
3751 %defattr(644,root,root,755)
3752
3753 %files i18n-or -f or.lang
3754 %defattr(644,root,root,755)
3755
3756 %files i18n-pa_IN -f pa_IN.lang
3757 %defattr(644,root,root,755)
3758
3759 %files i18n-pl -f pl.lang
3760 %defattr(644,root,root,755)
3761
3762 %files i18n-pt -f pt.lang
3763 %defattr(644,root,root,755)
3764
3765 %files i18n-pt_BR -f pt_BR.lang
3766 %defattr(644,root,root,755)
3767
3768 %files i18n-ro -f ro.lang
3769 %defattr(644,root,root,755)
3770
3771 %files i18n-ru -f ru.lang
3772 %defattr(644,root,root,755)
3773
3774 %files i18n-rw -f rw.lang
3775 %defattr(644,root,root,755)
3776
3777 %files i18n-sa_IN -f sa_IN.lang
3778 %defattr(644,root,root,755)
3779
3780 %files i18n-sat -f sat.lang
3781 %defattr(644,root,root,755)
3782
3783 %files i18n-sd -f sd.lang
3784 %defattr(644,root,root,755)
3785
3786 %files i18n-sh -f sh.lang
3787 %defattr(644,root,root,755)
3788
3789 %files i18n-si -f si.lang
3790 %defattr(644,root,root,755)
3791
3792 %files i18n-sk -f sk.lang
3793 %defattr(644,root,root,755)
3794
3795 %files i18n-sl -f sl.lang
3796 %defattr(644,root,root,755)
3797
3798 %files i18n-sq -f sq.lang
3799 %defattr(644,root,root,755)
3800
3801 %files i18n-sr -f sr.lang
3802 %defattr(644,root,root,755)
3803
3804 %files i18n-ss -f ss.lang
3805 %defattr(644,root,root,755)
3806
3807 %files i18n-st -f st.lang
3808 %defattr(644,root,root,755)
3809
3810 %files i18n-sv -f sv.lang
3811 %defattr(644,root,root,755)
3812
3813 %files i18n-sw_TZ -f sw_TZ.lang
3814 %defattr(644,root,root,755)
3815
3816 %files i18n-ta -f ta.lang
3817 %defattr(644,root,root,755)
3818
3819 %files i18n-te -f te.lang
3820 %defattr(644,root,root,755)
3821
3822 %files i18n-tg -f tg.lang
3823 %defattr(644,root,root,755)
3824
3825 %files i18n-th -f th.lang
3826 %defattr(644,root,root,755)
3827
3828 %files i18n-tn -f tn.lang
3829 %defattr(644,root,root,755)
3830
3831 %files i18n-tr -f tr.lang
3832 %defattr(644,root,root,755)
3833
3834 %files i18n-ts -f ts.lang
3835 %defattr(644,root,root,755)
3836
3837 %files i18n-ug -f ug.lang
3838 %defattr(644,root,root,755)
3839
3840 %files i18n-uk -f uk.lang
3841 %defattr(644,root,root,755)
3842
3843 %files i18n-uz -f uz.lang
3844 %defattr(644,root,root,755)
3845
3846 %files i18n-ve -f ve.lang
3847 %defattr(644,root,root,755)
3848
3849 %files i18n-vi -f vi.lang
3850 %defattr(644,root,root,755)
3851
3852 %files i18n-xh -f xh.lang
3853 %defattr(644,root,root,755)
3854
3855 %files i18n-zh_CN -f zh_CN.lang
3856 %defattr(644,root,root,755)
3857
3858 %files i18n-zh_TW -f zh_TW.lang
3859 %defattr(644,root,root,755)
3860
3861 %files i18n-zu -f zu.lang
3862 %defattr(644,root,root,755)
3863 %endif
3864
3865 %files -n bash-completion-%{name}
3866 %defattr(644,root,root,755)
3867 /etc/bash_completion.d/*
This page took 0.309614 seconds and 4 git commands to generate.