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