]> git.pld-linux.org Git - packages/libreoffice.git/blob - libreoffice.spec
14893c1b57532546c97292c6316c5542045d0eca
[packages/libreoffice.git] / libreoffice.spec
1 # NOTE:
2 #       - normal build requires little less than 4GB of disk space
3 #       - full debug build requires about 9GB of disk space
4 # TODO:
5 #       - drop requirement on nas-devel
6 #       - fix locale names and other locale related things
7 #       - --with-system-myspell + myspell package as in Debian
8 #       - --with-system-neon - check compilation (works with 0.23 but not 0.24)
9 #       - in gtk version menu highlight has almost the same colour as menu text
10 #       - 6 user/config/*.so? files shared between -i18n-en and -i18n-sl
11 #       - remove oohtml symlink (there is ooweb),
12 #       - add ooglobal symlink and it's ooo-wrapper entry (among calc|draw|impress|math|web|writer)
13
14 # Conditional build:
15 %bcond_with     java            # Java support
16 %bcond_with     vfs             # Enable GNOME VFS and Evolution 2 support
17
18 %define         ver             2.0
19 %define         rel             0
20 %define         ooobver         1.9.78
21 %define         snap            SRC680
22 %define         bver            m78
23 %define         subver          645
24
25 %define         fullver         %{ver}.%{rel}
26 %define         dfullver        %(echo %{fullver} | tr . _)
27 %define         ssnap           %(echo %{snap} | tr SRC src)
28 %define         specflags       -fno-strict-aliasing
29
30 Summary:        OpenOffice.org - powerful office suite
31 Summary(pl):    OpenOffice.org - potê¿ny pakiet biurowy
32 Name:           openoffice.org
33 Version:        %{fullver}
34 Release:        0.1%{?with_vfs:vfs}
35 Epoch:          1
36 License:        GPL/LGPL
37 Group:          X11/Applications
38 Source0:        http://go-ooo.org/packages/%{snap}/ooo-build-%{ooobver}.tar.gz
39 # Source0-md5:  c62230a08d779309dec9c4ce62d50612
40 Source1:        http://go-ooo.org/packages/%{snap}/%{ssnap}-%{bver}-core.tar.bz2
41 # Source1-md5:  6a416b4027e6a926c6ae59a284ef353a
42 Source2:        http://go-ooo.org/packages/%{snap}/ooo_custom_images-10.tar.bz2
43 # Source2-md5:  2956ae858e74f705bd1b1c60dbb328f5
44 Source3:        http://go-ooo.org/packages/%{snap}/ooo_crystal_images-2.tar.bz2
45 # Source3-md5:  774f20a69ac5d3421dc49b8668a0e146
46 Source4:        http://go-ooo.org/packages/%{snap}/extras-1.tar.bz2
47 # Source4-md5:  c76b1c554529a37975d0149ca8647e7a
48 Source10:       oocalc.desktop
49 Source11:       oodraw.desktop
50 Source12:       ooffice.desktop
51 Source13:       ooglobal.desktop
52 Source14:       ooimpress.desktop
53 Source15:       oomath.desktop
54 Source16:       ooprinteradmin.desktop
55 Source17:       oosetup.desktop
56 Source18:       ooweb.desktop
57 Source19:       oowriter.desktop
58
59 # we keep these in ooo-build repository
60 # PLD splash screen
61 #Source20:      %{name}-about.bmp
62 #Source21:      %{name}-intro.bmp
63
64 %define         cftp    http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib
65
66 # Help content
67 Source400:      %{cftp}/helpcontent/helpcontent_01_unix.tgz
68 # Source400-md5:        7da2aff674c2c84aba8b21ac2ab16bb6
69 Source401:      %{cftp}/helpcontent/helpcontent_31_unix.tgz
70 # Source401-md5:        c7e618e2d9b8bd25cae12954ef2548c9
71 Source402:      %{cftp}/helpcontent/helpcontent_33_unix.tgz
72 # Source402-md5:        68d58bc30b485a77c0a0fba08af3aee3
73 Source403:      %{cftp}/helpcontent/helpcontent_34_unix.tgz
74 # Source403-md5:        8696bbee3dc4d5b6fd60218123016e29
75 Source404:      %{cftp}/helpcontent/helpcontent_39_unix.tgz
76 # Source404-md5:        c2ae86d02f462d2b663d621190f5ef34
77 Source405:      %{cftp}/helpcontent/helpcontent_46_unix.tgz
78 # Source405-md5:        7b013981edce2fabe4a8751ff64a8d58
79 Source406:      %{cftp}/helpcontent/helpcontent_49_unix.tgz
80 # Source406-md5:        a39f44ec40f452c963a4a187f31d1acb
81 Source407:      %{cftp}/helpcontent/helpcontent_55_unix.tgz
82 # Source407-md5:        804d3ce61e11335193a410aaf9603f8e
83 Source408:      %{cftp}/helpcontent/helpcontent_81_unix.tgz
84 # Source408-md5:        81b705057a0e14ebcbf02fac4762781a
85 Source409:      %{cftp}/helpcontent/helpcontent_82_unix.tgz
86 # Source409-md5:        3121fbd251176d7c7b6e33ecec744c65
87 Source410:      %{cftp}/helpcontent/helpcontent_86_unix.tgz
88 # Source410-md5:        aee37935139c5ccd4b6d8abdd2037c66
89 Source411:      %{cftp}/helpcontent/helpcontent_88_unix.tgz
90 # Source411-md5:        3b00571318e45965dee0545d86306d65
91 Source412:      %{cftp}/helpcontent/helpcontent_90_unix.tgz
92 # Source412-md5:        9521a01c5817e87178f356762f8cdab5
93
94 Patch0:         %{name}-pld.patch
95
96 URL:            http://www.openoffice.org/
97 BuildRequires:  ImageMagick
98 BuildRequires:  STLport-devel >= 4.5.3-6
99 BuildRequires:  XFree86-devel
100 BuildRequires:  autoconf
101 BuildRequires:  automake
102 BuildRequires:  bison >= 1.875-4
103 BuildRequires:  boost-devel
104 BuildRequires:  boost-spirit-devel
105 BuildRequires:  boost-mem_fn-devel
106 BuildRequires:  cups-devel
107 BuildRequires:  curl-devel >= 7.9.8
108 BuildRequires:  db-cxx-devel
109 BuildRequires:  db-devel
110 BuildRequires:  /usr/bin/getopt
111 %if %{with vfs}
112 BuildRequires:  gnome-vfs2-devel
113 %endif
114 %if %{with java}
115 BuildRequires:  db-java >= 4.2.52-4
116 BuildRequires:  jar
117 BuildRequires:  jdk
118 %else
119 BuildRequires:  libxslt-progs
120 %endif
121 BuildRequires:  flex
122 BuildRequires:  fontconfig-devel >= 1.0.1
123 BuildRequires:  freetype-devel >= 2.1
124 BuildRequires:  libart_lgpl-devel
125 BuildRequires:  libstdc++-devel >= 5:3.2.1
126 BuildRequires:  libxml2-devel
127 BuildRequires:  libjpeg-devel
128 BuildRequires:  nas-devel
129 BuildRequires:  neon-devel
130 BuildRequires:  openldap-devel
131 BuildRequires:  pam-devel
132 BuildRequires:  perl-base
133 BuildRequires:  perl-Archive-Zip
134 BuildRequires:  pkgconfig
135 BuildRequires:  python >= 2.2
136 BuildRequires:  python-devel >= 2.2
137 BuildRequires:  python-modules >= 2.2
138 BuildRequires:  sablotron-devel
139 BuildRequires:  sane-backends-devel
140 BuildRequires:  startup-notification-devel >= 0.5
141 BuildRequires:  tcsh
142 BuildRequires:  unixODBC-devel
143 BuildRequires:  unzip
144 BuildRequires:  zip
145 BuildRequires:  zlib-devel
146 BuildRequires:  kdelibs-devel
147 BuildRequires:  gtk+2-devel
148 BuildRequires:  libxml2-devel >= 2.0
149 BuildConflicts: java-sun = 1.4.2
150 Requires(post,postun):  fontpostinst
151 Requires:       %{name}-libs = %{epoch}:%{version}-%{release}
152 Requires:       cups-lib
153 Requires:       db
154 Requires:       libstdc++ >= 5:3.2.1
155 Requires:       mktemp
156 Requires:       sed
157 ExclusiveArch:  %{ix86} ppc sparc sparcv9
158 #Suggested:     chkfontpath
159 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
160
161 %description
162 OpenOffice.org is an open-source project sponsored by Sun Microsystems
163 and hosted by CollabNet. In October of 2000, Sun released the source
164 code of its popular StarOfficeTM productivity suite under open-source
165 licenses. The aim of the OpenOffice.org project is to create, using
166 open-source methods, the next generation of open-network productivity
167 services, including the establishment of open, XML-based standards for
168 office productivity file formats and language-independent bindings to
169 component APIs.
170
171 Features of OpenOffice.org include:
172  - Downloadable source code,
173  - CVS control, and
174  - Infrastructure for community involvement, including guidelines and
175    discussion groups.
176
177 %description -l pl
178 OpenOffice.org jest projektem open-source sponsorowanym przez Sun
179 Microsystems i przechowywanym przez CollabNet. W pa¼dzierniku 2000
180 roku Sun udostêpni³ kod ¼ród³owy popularnego pakietu biurowego
181 StarOfficeTM na zasadach licencji open-source. G³ównym celem
182 OpenOffice.org jest stworzenie sieciowego pakietu biurowego nastêpnej
183 generacji, wykorzystuj±c open-source'owe metody pracy.
184
185 Do zalet OpenOffice.org mo¿na zaliczyæ:
186  - dostêpny ca³y czas kod ¼ród³owy,
187  - kontrola CVS,
188  - infrastruktura s³u¿±ca do komunikowania siê w ramach projektu.
189
190 %package libs
191 Summary:        OpenOffice.org shared libraries
192 Summary(pl):    Biblioteki dzielone OpenOffice.org
193 Group:          X11/Libraries
194
195 %description libs
196 OpenOffice.org productivity suite - shared libraries.
197
198 %description libs -l pl
199 Pakiet biurowy OpenOffice.org - biblioteki.
200
201 %package libs-kde
202 Summary:        OpenOffice.org KDE Interface
203 Summary(pl):    Interfejs KDE dla OpenOffice.org
204 Group:          X11/Libraries
205 Requires:       %{name}-libs = %{epoch}:%{version}-%{release}
206 Obsoletes:      %{name}-i18n-en-kde
207 Obsoletes:      %{name}-i18n-en
208
209 %description libs-kde
210 OpenOffice.org productivity suite - KDE Interface.
211
212 %description libs-kde -l pl
213 Pakiet biurowy OpenOffice.org - Interfejs KDE.
214
215 %package libs-gtk
216 Summary:        OpenOffice.org GTK+ Interface
217 Summary(pl):    Interfejs GTK+ dla OpenOffice.org
218 Group:          X11/Libraries
219 Requires:       %{name}-libs = %{epoch}:%{version}-%{release}
220 Obsoletes:      %{name}-i18n-en-gtk
221 Obsoletes:      %{name}-i18n-en
222
223 %description libs-gtk
224 OpenOffice.org productivity suite - GTK+ Interface.
225
226 %description libs-gtk -l pl
227 Pakiet biurowy OpenOffice.org - Interfejs GTK+.
228
229 %package i18n-af-gtk
230 Summary:        OpenOffice.org - interface in Afrikaans language
231 Summary(pl):    OpenOffice.org - interfejs w jêzyku afrykanerskim
232 Group:          Applications/Office
233 Requires:       %{name} = %{epoch}:%{version}-%{release}
234 Obsoletes:      openoffice-i18n-af
235
236 %description i18n-af-gtk
237 This package provides resources containing menus and dialogs in
238 Afrikaans language.
239
240 %description i18n-af-gtk -l pl
241 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
242 afrykanerskim.
243
244 %files i18n-af-gtk -f af.lang.gnome
245
246 %package i18n-ar-gtk
247 Summary:        OpenOffice.org - interface in Arabic language
248 Summary(pl):    OpenOffice.org - interfejs w jêzyku arabskim
249 Group:          Applications/Office
250 Requires:       %{name} = %{epoch}:%{version}-%{release}
251 Obsoletes:      openoffice-i18n-ar
252
253 %description i18n-ar-gtk
254 This package provides resources containing menus and dialogs in
255 Arabic language.
256
257 %description i18n-ar-gtk -l pl
258 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
259 arabskim.
260
261 %files i18n-ar-gtk -f ar.lang.gnome
262
263 %package i18n-bg-gtk
264 Summary:        OpenOffice.org - interface in Bulgarian language
265 Summary(pl):    OpenOffice.org - interfejs w jêzyku bu³garskim
266 Group:          Applications/Office
267 Requires:       %{name} = %{epoch}:%{version}-%{release}
268 Obsoletes:      openoffice-i18n-bg
269
270 %description i18n-bg-gtk
271 This package provides resources containing menus and dialogs in
272 Bulgarian language.
273
274 %description i18n-bg-gtk -l pl
275 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
276 bu³garskim.
277
278 #%files i18n-bg-gtk -f bg.lang.gnome
279
280 %package i18n-ca-gtk
281 Summary:        OpenOffice.org - interface in Catalan language
282 Summary(pl):    OpenOffice.org - interfejs w jêzyku kataloñskim
283 Group:          Applications/Office
284 Requires:       %{name} = %{epoch}:%{version}-%{release}
285 Obsoletes:      openoffice-i18n-ca
286
287 %description i18n-ca-gtk
288 This package provides resources containing menus and dialogs in
289 Catalan language.
290
291 %description i18n-ca-gtk -l pl
292 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
293 kataloñskim.
294
295 %files i18n-ca-gtk -f ca.lang.gnome
296
297 %package i18n-cs-gtk
298 Summary:        OpenOffice.org - interface in Czech language
299 Summary(pl):    OpenOffice.org - interfejs w jêzyku czeskim
300 Group:          Applications/Office
301 Requires:       %{name} = %{epoch}:%{version}-%{release}
302 Obsoletes:      openoffice-i18n-cs
303
304 %description i18n-cs-gtk
305 This package provides resources containing menus and dialogs in
306 Czech language.
307
308 %description i18n-cs-gtk -l pl
309 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
310 czeskim.
311
312 %files i18n-cs-gtk -f cs.lang.gnome
313
314 %package i18n-cy-gtk
315 Summary:        OpenOffice.org - interface in Cymraeg language
316 Summary(pl):    OpenOffice.org - interfejs w jêzyku walijskim
317 Group:          Applications/Office
318 Requires:       %{name} = %{epoch}:%{version}-%{release}
319 Obsoletes:      openoffice-i18n-cy
320
321 %description i18n-cy-gtk
322 This package provides resources containing menus and dialogs in
323 Cymraeg language.
324
325 %description i18n-cy-gtk -l pl
326 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
327 walijskim.
328
329 %files i18n-cy-gtk -f cy.lang.gnome
330
331 %package i18n-da-gtk
332 Summary:        OpenOffice.org - interface in Danish language
333 Summary(pl):    OpenOffice.org - interfejs w jêzyku duñskim
334 Group:          Applications/Office
335 Requires:       %{name} = %{epoch}:%{version}-%{release}
336 Obsoletes:      openoffice-i18n-da
337
338 %description i18n-da-gtk
339 This package provides resources containing menus and dialogs in
340 Danish language.
341
342 %description i18n-da-gtk -l pl
343 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
344 duñskim.
345
346 %files i18n-da-gtk -f da.lang.gnome
347
348 %package i18n-de-gtk
349 Summary:        OpenOffice.org - interface in German language
350 Summary(pl):    OpenOffice.org - interfejs w jêzyku niemieckim
351 Group:          Applications/Office
352 Requires:       %{name} = %{epoch}:%{version}-%{release}
353 Obsoletes:      openoffice-i18n-de
354
355 %description i18n-de-gtk
356 This package provides resources containing menus and dialogs in
357 German language.
358
359 %description i18n-de-gtk -l pl
360 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
361 niemieckim.
362
363 %files i18n-de-gtk -f de.lang.gnome
364
365 %package i18n-el-gtk
366 Summary:        OpenOffice.org - interface in Greek language
367 Summary(pl):    OpenOffice.org - interfejs w jêzyku greckim
368 Group:          Applications/Office
369 Requires:       %{name} = %{epoch}:%{version}-%{release}
370 Obsoletes:      openoffice-i18n-el
371
372 %description i18n-el-gtk
373 This package provides resources containing menus and dialogs in
374 Greek language.
375
376 %description i18n-el-gtk -l pl
377 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
378 greckim.
379
380 %files i18n-el-gtk -f el.lang.gnome
381
382 %package i18n-es-gtk
383 Summary:        OpenOffice.org - interface in Spanish language
384 Summary(pl):    OpenOffice.org - interfejs w jêzyku hiszpañskim
385 Group:          Applications/Office
386 Requires:       %{name} = %{epoch}:%{version}-%{release}
387 Obsoletes:      openoffice-i18n-es
388
389 %description i18n-es-gtk
390 This package provides resources containing menus and dialogs in
391 Spanish language.
392
393 %description i18n-es-gtk -l pl
394 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
395 hiszpañskim.
396
397 %files i18n-es-gtk -f es.lang.gnome
398
399 %package i18n-et-gtk
400 Summary:        OpenOffice.org - interface in Estonian language
401 Summary(pl):    OpenOffice.org - interfejs w jêzyku estoñskim
402 Group:          Applications/Office
403 Requires:       %{name} = %{epoch}:%{version}-%{release}
404 Obsoletes:      openoffice-i18n-et
405
406 %description i18n-et-gtk
407 This package provides resources containing menus and dialogs in
408 Estonian language.
409
410 %description i18n-et-gtk -l pl
411 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
412 estoñskim.
413
414 %files i18n-et-gtk -f et.lang.gnome
415
416 %package i18n-fi-gtk
417 Summary:        OpenOffice.org - interface in Finnish language
418 Summary(pl):    OpenOffice.org - interfejs w jêzyku fiñskim
419 Group:          Applications/Office
420 Requires:       %{name} = %{epoch}:%{version}-%{release}
421 Obsoletes:      openoffice-i18n-fi
422
423 %description i18n-fi-gtk
424 This package provides resources containing menus and dialogs in
425 Finnish language.
426
427 %description i18n-fi-gtk -l pl
428 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
429 fiñskim.
430
431 %files i18n-fi-gtk -f fi.lang.gnome
432
433 %package i18n-fo-gtk
434 Summary:        OpenOffice.org - interface in Faroese language
435 Summary(pl):    OpenOffice.org - interfejs w jêzyku farerskim
436 Group:          Applications/Office
437 Requires:       %{name} = %{epoch}:%{version}-%{release}
438 Obsoletes:      openoffice-i18n-fo
439
440 %description i18n-fo-gtk
441 This package provides resources containing menus and dialogs in
442 Faroese language.
443
444 %description i18n-fo-gtk -l pl
445 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
446 farerskim.
447
448 #%files i18n-fo-gtk -f fo.lang.gnome
449
450 %package i18n-fr-gtk
451 Summary:        OpenOffice.org - interface in French language
452 Summary(pl):    OpenOffice.org - interfejs w jêzyku francuskim
453 Group:          Applications/Office
454 Requires:       %{name} = %{epoch}:%{version}-%{release}
455 Obsoletes:      openoffice-i18n-fr
456
457 %description i18n-fr-gtk
458 This package provides resources containing menus and dialogs in
459 French language.
460
461 %description i18n-fr-gtk -l pl
462 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
463 francuskim.
464
465 %files i18n-fr-gtk -f fr.lang.gnome
466
467 %package i18n-ga-gtk
468 Summary:        OpenOffice.org - interface in Irish language
469 Summary(pl):    OpenOffice.org - interfejs w jêzyku irlandzkim
470 Group:          Applications/Office
471 Requires:       %{name} = %{epoch}:%{version}-%{release}
472 Obsoletes:      openoffice-i18n-ga
473
474 %description i18n-ga-gtk
475 This package provides resources containing menus and dialogs in
476 Irish language.
477
478 %description i18n-ga-gtk -l pl
479 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
480 irlandzkim.
481
482 #%files i18n-ga-gtk -f ga.lang.gnome
483
484 %package i18n-gl-gtk
485 Summary:        OpenOffice.org - interface in Galician language
486 Summary(pl):    OpenOffice.org - interfejs w jêzyku galicyjskim
487 Group:          Applications/Office
488 Requires:       %{name} = %{epoch}:%{version}-%{release}
489 Obsoletes:      openoffice-i18n-gl
490
491 %description i18n-gl-gtk
492 This package provides resources containing menus and dialogs in
493 Galician language.
494
495 %description i18n-gl-gtk -l pl
496 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
497 galicyjskim.
498
499 #%files i18n-gl-gtk -f gl.lang.gnome
500
501 %package i18n-he-gtk
502 Summary:        OpenOffice.org - interface in Hebrew language
503 Summary(pl):    OpenOffice.org - interfejs w jêzyku hebrajskim
504 Group:          Applications/Office
505 Requires:       %{name} = %{epoch}:%{version}-%{release}
506 Obsoletes:      openoffice-i18n-he
507
508 %description i18n-he-gtk
509 This package provides resources containing menus and dialogs in
510 Hebrew language.
511
512 %description i18n-he-gtk -l pl
513 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
514 hebrajskim.
515
516 %files i18n-he-gtk -f he.lang.gnome
517
518 %package i18n-hi-gtk
519 Summary:        OpenOffice.org - interface in Hindi language
520 Summary(pl):    OpenOffice.org - interfejs w jêzyku hindi
521 Group:          Applications/Office
522 Requires:       %{name} = %{epoch}:%{version}-%{release}
523 Obsoletes:      openoffice-i18n-hi
524
525 %description i18n-hi-gtk
526 This package provides resources containing menus and dialogs in
527 Hindi language.
528
529 %description i18n-hi-gtk -l pl
530 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
531 hindi.
532
533 %files i18n-hi-gtk -f hi.lang.gnome
534
535 %package i18n-hr-gtk
536 Summary:        OpenOffice.org - interface in Croatian language
537 Summary(pl):    OpenOffice.org - interfejs w jêzyku chorwackim
538 Group:          Applications/Office
539 Requires:       %{name} = %{epoch}:%{version}-%{release}
540 Obsoletes:      openoffice-i18n-hr
541
542 %description i18n-hr-gtk
543 This package provides resources containing menus and dialogs in
544 Croatian language.
545
546 %description i18n-hr-gtk -l pl
547 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
548 chorwackim.
549
550 #%files i18n-hr-gtk -f hr.lang.gnome
551
552 %package i18n-hu-gtk
553 Summary:        OpenOffice.org - interface in Hungarian language
554 Summary(pl):    OpenOffice.org - interfejs w jêzyku wêgierskim
555 Group:          Applications/Office
556 Requires:       %{name} = %{epoch}:%{version}-%{release}
557 Obsoletes:      openoffice-i18n-hu
558
559 %description i18n-hu-gtk
560 This package provides resources containing menus and dialogs in
561 Hungarian language.
562
563 %description i18n-hu-gtk -l pl
564 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
565 wêgierskim.
566
567 %files i18n-hu-gtk -f hu.lang.gnome
568
569 %package i18n-ia-gtk
570 Summary:        OpenOffice.org - interface in Interlingua language
571 Summary(pl):    OpenOffice.org - interfejs w jêzyku interlingua
572 Group:          Applications/Office
573 Requires:       %{name} = %{epoch}:%{version}-%{release}
574 Obsoletes:      openoffice-i18n-ia
575
576 %description i18n-ia-gtk
577 This package provides resources containing menus and dialogs in
578 Interlingua language.
579
580 %description i18n-ia-gtk -l pl
581 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
582 interlingua.
583
584 #%files i18n-ia-gtk -f ia.lang.gnome
585
586 %package i18n-id-gtk
587 Summary:        OpenOffice.org - interface in Indonesian language
588 Summary(pl):    OpenOffice.org - interfejs w jêzyku indonezyjskim
589 Group:          Applications/Office
590 Requires:       %{name} = %{epoch}:%{version}-%{release}
591 Obsoletes:      openoffice-i18n-id
592
593 %description i18n-id-gtk
594 This package provides resources containing menus and dialogs in
595 Indonesian language.
596
597 %description i18n-id-gtk -l pl
598 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
599 indonezyjskim.
600
601 #%files i18n-id-gtk -f id.lang.gnome
602
603 %package i18n-it-gtk
604 Summary:        OpenOffice.org - interface in Italian language
605 Summary(pl):    OpenOffice.org - interfejs w jêzyku w³oskim
606 Group:          Applications/Office
607 Requires:       %{name} = %{epoch}:%{version}-%{release}
608 Obsoletes:      openoffice-i18n-it
609
610 %description i18n-it-gtk
611 This package provides resources containing menus and dialogs in
612 Italian language.
613
614 %description i18n-it-gtk -l pl
615 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
616 w³oskim.
617
618 %files i18n-it-gtk -f it.lang.gnome
619
620 %package i18n-ja-gtk
621 Summary:        OpenOffice.org - interface in Japan language
622 Summary(pl):    OpenOffice.org - interfejs w jêzyku japoñskim
623 Group:          Applications/Office
624 Requires:       %{name} = %{epoch}:%{version}-%{release}
625 Obsoletes:      openoffice-i18n-ja
626
627 %description i18n-ja-gtk
628 This package provides resources containing menus and dialogs in
629 Japan language.
630
631 %description i18n-ja-gtk -l pl
632 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
633 japoñskim.
634
635 %files i18n-ja-gtk -f ja.lang.gnome
636
637 %package i18n-ko-gtk
638 Summary:        OpenOffice.org - interface in Korean language
639 Summary(pl):    OpenOffice.org - interfejs w jêzyku koreañskim
640 Group:          Applications/Office
641 Requires:       %{name} = %{epoch}:%{version}-%{release}
642 Obsoletes:      openoffice-i18n-ko
643
644 %description i18n-ko-gtk
645 This package provides resources containing menus and dialogs in
646 Korean language.
647
648 %description i18n-ko-gtk -l pl
649 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
650 koreañskim.
651
652 %files i18n-ko-gtk -f ko.lang.gnome
653
654 %package i18n-la-gtk
655 Summary:        OpenOffice.org - interface in Latin language
656 Summary(pl):    OpenOffice.org - interfejs w jêzyku ³aciñskim
657 Group:          Applications/Office
658 Requires:       %{name} = %{epoch}:%{version}-%{release}
659 Obsoletes:      openoffice-i18n-la
660
661 %description i18n-la-gtk
662 This package provides resources containing menus and dialogs in
663 Latin language.
664
665 %description i18n-la-gtk -l pl
666 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
667 ³aciñskim.
668
669 #%files i18n-la-gtk -f la.lang.gnome
670
671 %package i18n-lt-gtk
672 Summary:        OpenOffice.org - interface in Lithuanian language
673 Summary(pl):    OpenOffice.org - interfejs w jêzyku litewskim
674 Group:          Applications/Office
675 Requires:       %{name} = %{epoch}:%{version}-%{release}
676 Obsoletes:      openoffice-i18n-lt
677
678 %description i18n-lt-gtk
679 This package provides resources containing menus and dialogs in
680 Lithuanian language.
681
682 %description i18n-lt-gtk -l pl
683 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
684 litewskim.
685
686 #%files i18n-lt-gtk -f lt.lang.gnome
687
688 %package i18n-med-gtk
689 Summary:        OpenOffice.org - interface in Melpa language
690 Summary(pl):    OpenOffice.org - interfejs w jêzyku melpa
691 Group:          Applications/Office
692 Requires:       %{name} = %{epoch}:%{version}-%{release}
693 Obsoletes:      openoffice-i18n-med
694
695 %description i18n-med-gtk
696 This package provides resources containing menus and dialogs in
697 Melpa language.
698
699 %description i18n-med-gtk -l pl
700 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
701 melpa.
702
703 #%files i18n-med-gtk -f med.lang.gnome
704
705 %package i18n-mi-gtk
706 Summary:        OpenOffice.org - interface in Maori language
707 Summary(pl):    OpenOffice.org - interfejs w jêzyku maoryjskim
708 Group:          Applications/Office
709 Requires:       %{name} = %{epoch}:%{version}-%{release}
710 Obsoletes:      openoffice-i18n-mi
711
712 %description i18n-mi-gtk
713 This package provides resources containing menus and dialogs in
714 Maori language.
715
716 %description i18n-mi-gtk -l pl
717 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
718 maoryjskim.
719
720 #%files i18n-mi-gtk -f mi.lang.gnome
721
722 %package i18n-ms-gtk
723 Summary:        OpenOffice.org - interface in Malay language
724 Summary(pl):    OpenOffice.org - interfejs w jêzyku malajskim
725 Group:          Applications/Office
726 Requires:       %{name} = %{epoch}:%{version}-%{release}
727 Obsoletes:      openoffice-i18n-ms
728
729 %description i18n-ms-gtk
730 This package provides resources containing menus and dialogs in
731 Malay language.
732
733 %description i18n-ms-gtk -l pl
734 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
735 malajskim.
736
737 #%files i18n-ms-gtk -f ms.lang.gnome
738
739 %package i18n-nb-gtk
740 Summary:        OpenOffice.org - interface in Norwegian Bokmaal language
741 Summary(pl):    OpenOffice.org - interfejs w jêzyku norweskim (odmiana Bokmaal)
742 Group:          Applications/Office
743 Requires:       %{name} = %{epoch}:%{version}-%{release}
744 Obsoletes:      openoffice-i18n-nb
745
746 %description i18n-nb-gtk
747 This package provides resources containing menus and dialogs in
748 Norwegian Bokmaal language.
749
750 %description i18n-nb-gtk -l pl
751 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
752 norweskim w odmianie Bokmaal.
753
754 %files i18n-nb-gtk -f nb.lang.gnome
755
756 %package i18n-nl-gtk
757 Summary:        OpenOffice.org - interface in Dutch language
758 Summary(pl):    OpenOffice.org - interfejs w jêzyku holenderskim
759 Group:          Applications/Office
760 Requires:       %{name} = %{epoch}:%{version}-%{release}
761 Obsoletes:      openoffice-i18n-nl
762
763 %description i18n-nl-gtk
764 This package provides resources containing menus and dialogs in
765 Dutch language.
766
767 %description i18n-nl-gtk -l pl
768 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
769 holenderskim.
770
771 %files i18n-nl-gtk -f nl.lang.gnome
772
773 %package i18n-nn-gtk
774 Summary:        OpenOffice.org - interface in Norwegian Nynorsk language
775 Summary(pl):    OpenOffice.org - interfejs w jêzyku norweskim (odmiana Nynorsk)
776 Group:          Applications/Office
777 Requires:       %{name} = %{epoch}:%{version}-%{release}
778 Obsoletes:      openoffice-i18n-nn
779
780 %description i18n-nn-gtk
781 This package provides resources containing menus and dialogs in
782 Norwegian Nynorsk language.
783
784 %description i18n-nn-gtk -l pl
785 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
786 norweskim w odmianie Nynorsk.
787
788 %files i18n-nn-gtk -f nn.lang.gnome
789
790 %package i18n-nso-gtk
791 Summary:        OpenOffice.org - interface in Northern Sotho language
792 Summary(pl):    OpenOffice.org - interfejs w jêzyku ludu Soto
793 Group:          Applications/Office
794 Requires:       %{name} = %{epoch}:%{version}-%{release}
795 Obsoletes:      openoffice-i18n-nso
796
797 %description i18n-nso-gtk
798 This package provides resources containing menus and dialogs in
799 Northern Sotho language.
800
801 %description i18n-nso-gtk -l pl
802 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
803 ludu Soto.
804
805 %files i18n-nso-gtk -f ns.lang.gnome
806
807 %package i18n-pl-gtk
808 Summary:        OpenOffice.org - interface in Polish language
809 Summary(pl):    OpenOffice.org - interfejs w jêzyku polskim
810 Group:          Applications/Office
811 Requires:       %{name} = %{epoch}:%{version}-%{release}
812 Obsoletes:      openoffice-i18n-pl
813
814 %description i18n-pl-gtk
815 This package provides resources containing menus and dialogs in
816 Polish language.
817
818 %description i18n-pl-gtk -l pl
819 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
820 polskim.
821
822 %files i18n-pl-gtk -f pl.lang.gnome
823
824 %package i18n-pt-gtk
825 Summary:        OpenOffice.org - interface in Portuguese language
826 Summary(pl):    OpenOffice.org - interfejs w jêzyku portugalskim
827 Group:          Applications/Office
828 Requires:       %{name} = %{epoch}:%{version}-%{release}
829 Obsoletes:      openoffice-i18n-pt
830
831 %description i18n-pt-gtk
832 This package provides resources containing menus and dialogs in
833 Portuguese language.
834
835 %description i18n-pt-gtk -l pl
836 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
837 portugalskim.
838
839 %files i18n-pt-gtk -f pt.lang.gnome
840
841 %package i18n-pt_BR-gtk
842 Summary:        OpenOffice.org - interface in Brazilian Portuguese language
843 Summary(pl):    OpenOffice.org - interfejs w jêzyku portugalskim dla Brazylii
844 Group:          Applications/Office
845 Requires:       %{name} = %{epoch}:%{version}-%{release}
846 Obsoletes:      openoffice-i18n-pt_BR
847
848 %description i18n-pt_BR-gtk
849 This package provides resources containing menus and dialogs in
850 Brazilian Portuguese language.
851
852 %description i18n-pt_BR-gtk -l pl
853 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
854 portugalskim dla Brazylii.
855
856 %files i18n-pt_BR-gtk -f pt-BR.lang.gnome
857
858 %package i18n-ro-gtk
859 Summary:        OpenOffice.org - interface in Romanian language
860 Summary(pl):    OpenOffice.org - interfejs w jêzyku rumuñskim
861 Group:          Applications/Office
862 Requires:       %{name} = %{epoch}:%{version}-%{release}
863 Obsoletes:      openoffice-i18n-ro
864
865 %description i18n-ro-gtk
866 This package provides resources containing menus and dialogs in
867 Romanian language.
868
869 %description i18n-ro-gtk -l pl
870 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
871 rumuñskim.
872
873 #%files i18n-ro-gtk -f ro.lang.gnome
874
875 %package i18n-ru-gtk
876 Summary:        OpenOffice.org - interface in Russian language
877 Summary(pl):    OpenOffice.org - interfejs w jêzyku rosyjskim
878 Group:          Applications/Office
879 Requires:       %{name} = %{epoch}:%{version}-%{release}
880 Obsoletes:      openoffice-i18n-ru
881
882 %description i18n-ru-gtk
883 This package provides resources containing menus and dialogs in
884 Russian language.
885
886 %description i18n-ru-gtk -l pl
887 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
888 rosyjskim.
889
890 %files i18n-ru-gtk -f ru.lang.gnome
891
892 %package i18n-sk-gtk
893 Summary:        OpenOffice.org - interface in Slovak language
894 Summary(pl):    OpenOffice.org - interfejs w jêzyku s³owackim
895 Group:          Applications/Office
896 Requires:       %{name} = %{epoch}:%{version}-%{release}
897 Obsoletes:      openoffice-i18n-sk
898
899 %description i18n-sk-gtk
900 This package provides resources containing menus and dialogs in
901 Slovak language.
902
903 %description i18n-sk-gtk -l pl
904 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
905 s³owackim.
906
907 %files i18n-sk-gtk -f sk.lang.gnome
908
909 %package i18n-sl-gtk
910 Summary:        OpenOffice.org - interface in Slovenian language
911 Summary(pl):    OpenOffice.org - interfejs w jêzyku s³oweñskim
912 Group:          Applications/Office
913 Requires:       %{name} = %{epoch}:%{version}-%{release}
914 Obsoletes:      openoffice-i18n-sl
915
916 %description i18n-sl-gtk
917 This package provides resources containing menus and dialogs in
918 Slovenian language.
919
920 %description i18n-sl-gtk -l pl
921 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
922 s³oweñskim.
923
924 %files i18n-sl-gtk -f sl.lang.gnome
925
926 %package i18n-sv-gtk
927 Summary:        OpenOffice.org - interface in Swedish language
928 Summary(pl):    OpenOffice.org - interfejs w jêzyku szwedzkim
929 Group:          Applications/Office
930 Requires:       %{name} = %{epoch}:%{version}-%{release}
931 Obsoletes:      openoffice-i18n-sv
932
933 %description i18n-sv-gtk
934 This package provides resources containing menus and dialogs in
935 Swedish language.
936
937 %description i18n-sv-gtk -l pl
938 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
939 szwedzkim.
940
941 %files i18n-sv-gtk -f sv.lang.gnome
942
943 %package i18n-tr-gtk
944 Summary:        OpenOffice.org - interface in Turkish language
945 Summary(pl):    OpenOffice.org - interfejs w jêzyku tureckim
946 Group:          Applications/Office
947 Requires:       %{name} = %{epoch}:%{version}-%{release}
948 Obsoletes:      openoffice-i18n-tr
949
950 %description i18n-tr-gtk
951 This package provides resources containing menus and dialogs in
952 Turkish language.
953
954 %description i18n-tr-gtk -l pl
955 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
956 tureckim.
957
958 %files i18n-tr-gtk -f tr.lang.gnome
959
960 %package i18n-uk-gtk
961 Summary:        OpenOffice.org - interface in Ukrainian language
962 Summary(pl):    OpenOffice.org - interfejs w jêzyku ukraiñskim
963 Group:          Applications/Office
964 Requires:       %{name} = %{epoch}:%{version}-%{release}
965 Obsoletes:      openoffice-i18n-uk
966
967 %description i18n-uk-gtk
968 This package provides resources containing menus and dialogs in
969 Ukrainian language.
970
971 %description i18n-uk-gtk -l pl
972 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
973 ukraiñskim.
974
975 #%files i18n-uk-gtk -f uk.lang.gnome
976
977 %package i18n-zh_CN-gtk
978 Summary:        OpenOffice.org - interface in Chinese language for China
979 Summary(pl):    OpenOffice.org - interfejs w jêzyku chiñskim dla Chin
980 Group:          Applications/Office
981 Requires:       %{name} = %{epoch}:%{version}-%{release}
982 Obsoletes:      openoffice-i18n-zh
983 Obsoletes:      openoffice-i18n-zh_CN
984
985 %description i18n-zh_CN-gtk
986 This package provides resources containing menus and dialogs in
987 Chinese language for China.
988
989 %description i18n-zh_CN-gtk -l pl
990 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
991 chiñskim dla Chin.
992
993 %files i18n-zh_CN-gtk -f zh-CN.lang.gnome
994
995 %package i18n-zh_TW-gtk
996 Summary:        OpenOffice.org - interface in Chinese language for Taiwan
997 Summary(pl):    OpenOffice.org - interfejs w jêzyku chiñskim dla Tajwanu
998 Group:          Applications/Office
999 Requires:       %{name} = %{epoch}:%{version}-%{release}
1000 Obsoletes:      openoffice-i18n-zh
1001 Obsoletes:      openoffice-i18n-zh_TW
1002
1003 %description i18n-zh_TW-gtk
1004 This package provides resources containing menus and dialogs in
1005 Chinese language for Taiwan.
1006
1007 %description i18n-zh_TW-gtk -l pl
1008 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1009 chiñskim dla Tajwanu.
1010
1011 %files i18n-zh_TW-gtk -f zh-TW.lang.gnome
1012
1013 %package i18n-zu-gtk
1014 Summary:        OpenOffice.org - interface in Zulu language
1015 Summary(pl):    OpenOffice.org - interfejs w jêzyku zuluskim
1016 Group:          Applications/Office
1017 Requires:       %{name} = %{epoch}:%{version}-%{release}
1018 Obsoletes:      openoffice-i18n-zu
1019
1020 %description i18n-zu-gtk
1021 This package provides resources containing menus and dialogs in
1022 Zulu language.
1023
1024 %description i18n-zu-gtk -l pl
1025 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1026 zuluskim.
1027
1028 %files i18n-zu-gtk -f zu.lang.gnome
1029
1030 %package i18n-af-kde
1031 Summary:        OpenOffice.org - interface in Afrikaans language
1032 Summary(pl):    OpenOffice.org - interfejs w jêzyku afrykanerskim
1033 Group:          Applications/Office
1034 Requires:       %{name} = %{epoch}:%{version}-%{release}
1035 Obsoletes:      openoffice-i18n-af
1036
1037 %description i18n-af-kde
1038 This package provides resources containing menus and dialogs in
1039 Afrikaans language.
1040
1041 %description i18n-af-kde -l pl
1042 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1043 afrykanerskim.
1044
1045 %files i18n-af-kde -f af.lang.kde
1046
1047 %package i18n-ar-kde
1048 Summary:        OpenOffice.org - interface in Arabic language
1049 Summary(pl):    OpenOffice.org - interfejs w jêzyku arabskim
1050 Group:          Applications/Office
1051 Requires:       %{name} = %{epoch}:%{version}-%{release}
1052 Obsoletes:      openoffice-i18n-ar
1053
1054 %description i18n-ar-kde
1055 This package provides resources containing menus and dialogs in
1056 Arabic language.
1057
1058 %description i18n-ar-kde -l pl
1059 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1060 arabskim.
1061
1062 %files i18n-ar-kde -f ar.lang.kde
1063
1064 %package i18n-bg-kde
1065 Summary:        OpenOffice.org - interface in Bulgarian language
1066 Summary(pl):    OpenOffice.org - interfejs w jêzyku bu³garskim
1067 Group:          Applications/Office
1068 Requires:       %{name} = %{epoch}:%{version}-%{release}
1069 Obsoletes:      openoffice-i18n-bg
1070
1071 %description i18n-bg-kde
1072 This package provides resources containing menus and dialogs in
1073 Bulgarian language.
1074
1075 %description i18n-bg-kde -l pl
1076 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1077 bu³garskim.
1078
1079 #%files i18n-bg-kde -f bg.lang.kde
1080
1081 %package i18n-ca-kde
1082 Summary:        OpenOffice.org - interface in Catalan language
1083 Summary(pl):    OpenOffice.org - interfejs w jêzyku kataloñskim
1084 Group:          Applications/Office
1085 Requires:       %{name} = %{epoch}:%{version}-%{release}
1086 Obsoletes:      openoffice-i18n-ca
1087
1088 %description i18n-ca-kde
1089 This package provides resources containing menus and dialogs in
1090 Catalan language.
1091
1092 %description i18n-ca-kde -l pl
1093 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1094 kataloñskim.
1095
1096 %files i18n-ca-kde -f ca.lang.kde
1097
1098 %package i18n-cs-kde
1099 Summary:        OpenOffice.org - interface in Czech language
1100 Summary(pl):    OpenOffice.org - interfejs w jêzyku czeskim
1101 Group:          Applications/Office
1102 Requires:       %{name} = %{epoch}:%{version}-%{release}
1103 Obsoletes:      openoffice-i18n-cs
1104
1105 %description i18n-cs-kde
1106 This package provides resources containing menus and dialogs in
1107 Czech language.
1108
1109 %description i18n-cs-kde -l pl
1110 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1111 czeskim.
1112
1113 %files i18n-cs-kde -f cs.lang.kde
1114
1115 %package i18n-cy-kde
1116 Summary:        OpenOffice.org - interface in Cymraeg language
1117 Summary(pl):    OpenOffice.org - interfejs w jêzyku walijskim
1118 Group:          Applications/Office
1119 Requires:       %{name} = %{epoch}:%{version}-%{release}
1120 Obsoletes:      openoffice-i18n-cy
1121
1122 %description i18n-cy-kde
1123 This package provides resources containing menus and dialogs in
1124 Cymraeg language.
1125
1126 %description i18n-cy-kde -l pl
1127 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1128 walijskim.
1129
1130 %files i18n-cy-kde -f cy.lang.kde
1131
1132 %package i18n-da-kde
1133 Summary:        OpenOffice.org - interface in Danish language
1134 Summary(pl):    OpenOffice.org - interfejs w jêzyku duñskim
1135 Group:          Applications/Office
1136 Requires:       %{name} = %{epoch}:%{version}-%{release}
1137 Obsoletes:      openoffice-i18n-da
1138
1139 %description i18n-da-kde
1140 This package provides resources containing menus and dialogs in
1141 Danish language.
1142
1143 %description i18n-da-kde -l pl
1144 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1145 duñskim.
1146
1147 %files i18n-da-kde -f da.lang.kde
1148
1149 %package i18n-de-kde
1150 Summary:        OpenOffice.org - interface in German language
1151 Summary(pl):    OpenOffice.org - interfejs w jêzyku niemieckim
1152 Group:          Applications/Office
1153 Requires:       %{name} = %{epoch}:%{version}-%{release}
1154 Obsoletes:      openoffice-i18n-de
1155
1156 %description i18n-de-kde
1157 This package provides resources containing menus and dialogs in
1158 German language.
1159
1160 %description i18n-de-kde -l pl
1161 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1162 niemieckim.
1163
1164 %files i18n-de-kde -f de.lang.kde
1165
1166 %package i18n-el-kde
1167 Summary:        OpenOffice.org - interface in Greek language
1168 Summary(pl):    OpenOffice.org - interfejs w jêzyku greckim
1169 Group:          Applications/Office
1170 Requires:       %{name} = %{epoch}:%{version}-%{release}
1171 Obsoletes:      openoffice-i18n-el
1172
1173 %description i18n-el-kde
1174 This package provides resources containing menus and dialogs in
1175 Greek language.
1176
1177 %description i18n-el-kde -l pl
1178 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1179 greckim.
1180
1181 %files i18n-el-kde -f el.lang.kde
1182
1183 %package i18n-es-kde
1184 Summary:        OpenOffice.org - interface in Spanish language
1185 Summary(pl):    OpenOffice.org - interfejs w jêzyku hiszpañskim
1186 Group:          Applications/Office
1187 Requires:       %{name} = %{epoch}:%{version}-%{release}
1188 Obsoletes:      openoffice-i18n-es
1189
1190 %description i18n-es-kde
1191 This package provides resources containing menus and dialogs in
1192 Spanish language.
1193
1194 %description i18n-es-kde -l pl
1195 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1196 hiszpañskim.
1197
1198 %files i18n-es-kde -f es.lang.kde
1199
1200 %package i18n-et-kde
1201 Summary:        OpenOffice.org - interface in Estonian language
1202 Summary(pl):    OpenOffice.org - interfejs w jêzyku estoñskim
1203 Group:          Applications/Office
1204 Requires:       %{name} = %{epoch}:%{version}-%{release}
1205 Obsoletes:      openoffice-i18n-et
1206
1207 %description i18n-et-kde
1208 This package provides resources containing menus and dialogs in
1209 Estonian language.
1210
1211 %description i18n-et-kde -l pl
1212 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1213 estoñskim.
1214
1215 %files i18n-et-kde -f et.lang.kde
1216
1217 %package i18n-fi-kde
1218 Summary:        OpenOffice.org - interface in Finnish language
1219 Summary(pl):    OpenOffice.org - interfejs w jêzyku fiñskim
1220 Group:          Applications/Office
1221 Requires:       %{name} = %{epoch}:%{version}-%{release}
1222 Obsoletes:      openoffice-i18n-fi
1223
1224 %description i18n-fi-kde
1225 This package provides resources containing menus and dialogs in
1226 Finnish language.
1227
1228 %description i18n-fi-kde -l pl
1229 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1230 fiñskim.
1231
1232 %files i18n-fi-kde -f fi.lang.kde
1233
1234 %package i18n-fo-kde
1235 Summary:        OpenOffice.org - interface in Faroese language
1236 Summary(pl):    OpenOffice.org - interfejs w jêzyku farerskim
1237 Group:          Applications/Office
1238 Requires:       %{name} = %{epoch}:%{version}-%{release}
1239 Obsoletes:      openoffice-i18n-fo
1240
1241 %description i18n-fo-kde
1242 This package provides resources containing menus and dialogs in
1243 Faroese language.
1244
1245 %description i18n-fo-kde -l pl
1246 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1247 farerskim.
1248
1249 #%files i18n-fo-kde -f fo.lang.kde
1250
1251 %package i18n-fr-kde
1252 Summary:        OpenOffice.org - interface in French language
1253 Summary(pl):    OpenOffice.org - interfejs w jêzyku francuskim
1254 Group:          Applications/Office
1255 Requires:       %{name} = %{epoch}:%{version}-%{release}
1256 Obsoletes:      openoffice-i18n-fr
1257
1258 %description i18n-fr-kde
1259 This package provides resources containing menus and dialogs in
1260 French language.
1261
1262 %description i18n-fr-kde -l pl
1263 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1264 francuskim.
1265
1266 %files i18n-fr-kde -f fr.lang.kde
1267
1268 %package i18n-ga-kde
1269 Summary:        OpenOffice.org - interface in Irish language
1270 Summary(pl):    OpenOffice.org - interfejs w jêzyku irlandzkim
1271 Group:          Applications/Office
1272 Requires:       %{name} = %{epoch}:%{version}-%{release}
1273 Obsoletes:      openoffice-i18n-ga
1274
1275 %description i18n-ga-kde
1276 This package provides resources containing menus and dialogs in
1277 Irish language.
1278
1279 %description i18n-ga-kde -l pl
1280 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1281 irlandzkim.
1282
1283 #%files i18n-ga-kde -f ga.lang.kde
1284
1285 %package i18n-gl-kde
1286 Summary:        OpenOffice.org - interface in Galician language
1287 Summary(pl):    OpenOffice.org - interfejs w jêzyku galicyjskim
1288 Group:          Applications/Office
1289 Requires:       %{name} = %{epoch}:%{version}-%{release}
1290 Obsoletes:      openoffice-i18n-gl
1291
1292 %description i18n-gl-kde
1293 This package provides resources containing menus and dialogs in
1294 Galician language.
1295
1296 %description i18n-gl-kde -l pl
1297 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1298 galicyjskim.
1299
1300 #%files i18n-gl-kde -f gl.lang.kde
1301
1302 %package i18n-he-kde
1303 Summary:        OpenOffice.org - interface in Hebrew language
1304 Summary(pl):    OpenOffice.org - interfejs w jêzyku hebrajskim
1305 Group:          Applications/Office
1306 Requires:       %{name} = %{epoch}:%{version}-%{release}
1307 Obsoletes:      openoffice-i18n-he
1308
1309 %description i18n-he-kde
1310 This package provides resources containing menus and dialogs in
1311 Hebrew language.
1312
1313 %description i18n-he-kde -l pl
1314 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1315 hebrajskim.
1316
1317 %files i18n-he-kde -f he.lang.kde
1318
1319 %package i18n-hi-kde
1320 Summary:        OpenOffice.org - interface in Hindi language
1321 Summary(pl):    OpenOffice.org - interfejs w jêzyku hindi
1322 Group:          Applications/Office
1323 Requires:       %{name} = %{epoch}:%{version}-%{release}
1324 Obsoletes:      openoffice-i18n-hi
1325
1326 %description i18n-hi-kde
1327 This package provides resources containing menus and dialogs in
1328 Hindi language.
1329
1330 %description i18n-hi-kde -l pl
1331 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1332 hindi.
1333
1334 %files i18n-hi-kde -f hi.lang.kde
1335
1336 %package i18n-hr-kde
1337 Summary:        OpenOffice.org - interface in Croatian language
1338 Summary(pl):    OpenOffice.org - interfejs w jêzyku chorwackim
1339 Group:          Applications/Office
1340 Requires:       %{name} = %{epoch}:%{version}-%{release}
1341 Obsoletes:      openoffice-i18n-hr
1342
1343 %description i18n-hr-kde
1344 This package provides resources containing menus and dialogs in
1345 Croatian language.
1346
1347 %description i18n-hr-kde -l pl
1348 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1349 chorwackim.
1350
1351 #%files i18n-hr-kde -f hr.lang.kde
1352
1353 %package i18n-hu-kde
1354 Summary:        OpenOffice.org - interface in Hungarian language
1355 Summary(pl):    OpenOffice.org - interfejs w jêzyku wêgierskim
1356 Group:          Applications/Office
1357 Requires:       %{name} = %{epoch}:%{version}-%{release}
1358 Obsoletes:      openoffice-i18n-hu
1359
1360 %description i18n-hu-kde
1361 This package provides resources containing menus and dialogs in
1362 Hungarian language.
1363
1364 %description i18n-hu-kde -l pl
1365 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1366 wêgierskim.
1367
1368 %files i18n-hu-kde -f hu.lang.kde
1369
1370 %package i18n-ia-kde
1371 Summary:        OpenOffice.org - interface in Interlingua language
1372 Summary(pl):    OpenOffice.org - interfejs w jêzyku interlingua
1373 Group:          Applications/Office
1374 Requires:       %{name} = %{epoch}:%{version}-%{release}
1375 Obsoletes:      openoffice-i18n-ia
1376
1377 %description i18n-ia-kde
1378 This package provides resources containing menus and dialogs in
1379 Interlingua language.
1380
1381 %description i18n-ia-kde -l pl
1382 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1383 interlingua.
1384
1385 #%files i18n-ia-kde -f ia.lang.kde
1386
1387 %package i18n-id-kde
1388 Summary:        OpenOffice.org - interface in Indonesian language
1389 Summary(pl):    OpenOffice.org - interfejs w jêzyku indonezyjskim
1390 Group:          Applications/Office
1391 Requires:       %{name} = %{epoch}:%{version}-%{release}
1392 Obsoletes:      openoffice-i18n-id
1393
1394 %description i18n-id-kde
1395 This package provides resources containing menus and dialogs in
1396 Indonesian language.
1397
1398 %description i18n-id-kde -l pl
1399 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1400 indonezyjskim.
1401
1402 #%files i18n-id-kde -f id.lang.kde
1403
1404 %package i18n-it-kde
1405 Summary:        OpenOffice.org - interface in Italian language
1406 Summary(pl):    OpenOffice.org - interfejs w jêzyku w³oskim
1407 Group:          Applications/Office
1408 Requires:       %{name} = %{epoch}:%{version}-%{release}
1409 Obsoletes:      openoffice-i18n-it
1410
1411 %description i18n-it-kde
1412 This package provides resources containing menus and dialogs in
1413 Italian language.
1414
1415 %description i18n-it-kde -l pl
1416 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1417 w³oskim.
1418
1419 %files i18n-it-kde -f it.lang.kde
1420
1421 %package i18n-ja-kde
1422 Summary:        OpenOffice.org - interface in Japan language
1423 Summary(pl):    OpenOffice.org - interfejs w jêzyku japoñskim
1424 Group:          Applications/Office
1425 Requires:       %{name} = %{epoch}:%{version}-%{release}
1426 Obsoletes:      openoffice-i18n-ja
1427
1428 %description i18n-ja-kde
1429 This package provides resources containing menus and dialogs in
1430 Japan language.
1431
1432 %description i18n-ja-kde -l pl
1433 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1434 japoñskim.
1435
1436 %files i18n-ja-kde -f ja.lang.kde
1437
1438 %package i18n-ko-kde
1439 Summary:        OpenOffice.org - interface in Korean language
1440 Summary(pl):    OpenOffice.org - interfejs w jêzyku koreañskim
1441 Group:          Applications/Office
1442 Requires:       %{name} = %{epoch}:%{version}-%{release}
1443 Obsoletes:      openoffice-i18n-ko
1444
1445 %description i18n-ko-kde
1446 This package provides resources containing menus and dialogs in
1447 Korean language.
1448
1449 %description i18n-ko-kde -l pl
1450 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1451 koreañskim.
1452
1453 %files i18n-ko-kde -f ko.lang.kde
1454
1455 %package i18n-la-kde
1456 Summary:        OpenOffice.org - interface in Latin language
1457 Summary(pl):    OpenOffice.org - interfejs w jêzyku ³aciñskim
1458 Group:          Applications/Office
1459 Requires:       %{name} = %{epoch}:%{version}-%{release}
1460 Obsoletes:      openoffice-i18n-la
1461
1462 %description i18n-la-kde
1463 This package provides resources containing menus and dialogs in
1464 Latin language.
1465
1466 %description i18n-la-kde -l pl
1467 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1468 ³aciñskim.
1469
1470 #%files i18n-la-kde -f la.lang.kde
1471
1472 %package i18n-lt-kde
1473 Summary:        OpenOffice.org - interface in Lithuanian language
1474 Summary(pl):    OpenOffice.org - interfejs w jêzyku litewskim
1475 Group:          Applications/Office
1476 Requires:       %{name} = %{epoch}:%{version}-%{release}
1477 Obsoletes:      openoffice-i18n-lt
1478
1479 %description i18n-lt-kde
1480 This package provides resources containing menus and dialogs in
1481 Lithuanian language.
1482
1483 %description i18n-lt-kde -l pl
1484 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1485 litewskim.
1486
1487 #%files i18n-lt-kde -f lt.lang.kde
1488
1489 %package i18n-med-kde
1490 Summary:        OpenOffice.org - interface in Melpa language
1491 Summary(pl):    OpenOffice.org - interfejs w jêzyku melpa
1492 Group:          Applications/Office
1493 Requires:       %{name} = %{epoch}:%{version}-%{release}
1494 Obsoletes:      openoffice-i18n-med
1495
1496 %description i18n-med-kde
1497 This package provides resources containing menus and dialogs in
1498 Melpa language.
1499
1500 %description i18n-med-kde -l pl
1501 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1502 melpa.
1503
1504 #%files i18n-med-kde -f med.lang.kde
1505
1506 %package i18n-mi-kde
1507 Summary:        OpenOffice.org - interface in Maori language
1508 Summary(pl):    OpenOffice.org - interfejs w jêzyku maoryjskim
1509 Group:          Applications/Office
1510 Requires:       %{name} = %{epoch}:%{version}-%{release}
1511 Obsoletes:      openoffice-i18n-mi
1512
1513 %description i18n-mi-kde
1514 This package provides resources containing menus and dialogs in
1515 Maori language.
1516
1517 %description i18n-mi-kde -l pl
1518 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1519 maoryjskim.
1520
1521 #%files i18n-mi-kde -f mi.lang.kde
1522
1523 %package i18n-ms-kde
1524 Summary:        OpenOffice.org - interface in Malay language
1525 Summary(pl):    OpenOffice.org - interfejs w jêzyku malajskim
1526 Group:          Applications/Office
1527 Requires:       %{name} = %{epoch}:%{version}-%{release}
1528 Obsoletes:      openoffice-i18n-ms
1529
1530 %description i18n-ms-kde
1531 This package provides resources containing menus and dialogs in
1532 Malay language.
1533
1534 %description i18n-ms-kde -l pl
1535 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1536 malajskim.
1537
1538 #%files i18n-ms-kde -f ms.lang.kde
1539
1540 %package i18n-nb-kde
1541 Summary:        OpenOffice.org - interface in Norwegian Bokmaal language
1542 Summary(pl):    OpenOffice.org - interfejs w jêzyku norweskim (odmiana Bokmaal)
1543 Group:          Applications/Office
1544 Requires:       %{name} = %{epoch}:%{version}-%{release}
1545 Obsoletes:      openoffice-i18n-nb
1546
1547 %description i18n-nb-kde
1548 This package provides resources containing menus and dialogs in
1549 Norwegian Bokmaal language.
1550
1551 %description i18n-nb-kde -l pl
1552 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1553 norweskim w odmianie Bokmaal.
1554
1555 %files i18n-nb-kde -f nb.lang.kde
1556
1557 %package i18n-nl-kde
1558 Summary:        OpenOffice.org - interface in Dutch language
1559 Summary(pl):    OpenOffice.org - interfejs w jêzyku holenderskim
1560 Group:          Applications/Office
1561 Requires:       %{name} = %{epoch}:%{version}-%{release}
1562 Obsoletes:      openoffice-i18n-nl
1563
1564 %description i18n-nl-kde
1565 This package provides resources containing menus and dialogs in
1566 Dutch language.
1567
1568 %description i18n-nl-kde -l pl
1569 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1570 holenderskim.
1571
1572 %files i18n-nl-kde -f nl.lang.kde
1573
1574 %package i18n-nn-kde
1575 Summary:        OpenOffice.org - interface in Norwegian Nynorsk language
1576 Summary(pl):    OpenOffice.org - interfejs w jêzyku norweskim (odmiana Nynorsk)
1577 Group:          Applications/Office
1578 Requires:       %{name} = %{epoch}:%{version}-%{release}
1579 Obsoletes:      openoffice-i18n-nn
1580
1581 %description i18n-nn-kde
1582 This package provides resources containing menus and dialogs in
1583 Norwegian Nynorsk language.
1584
1585 %description i18n-nn-kde -l pl
1586 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1587 norweskim w odmianie Nynorsk.
1588
1589 %files i18n-nn-kde -f nn.lang.kde
1590
1591 %package i18n-nso-kde
1592 Summary:        OpenOffice.org - interface in Northern Sotho language
1593 Summary(pl):    OpenOffice.org - interfejs w jêzyku ludu Soto
1594 Group:          Applications/Office
1595 Requires:       %{name} = %{epoch}:%{version}-%{release}
1596 Obsoletes:      openoffice-i18n-nso
1597
1598 %description i18n-nso-kde
1599 This package provides resources containing menus and dialogs in
1600 Northern Sotho language.
1601
1602 %description i18n-nso-kde -l pl
1603 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1604 ludu Soto.
1605
1606 %files i18n-nso-kde -f ns.lang.kde
1607
1608 %package i18n-pl-kde
1609 Summary:        OpenOffice.org - interface in Polish language
1610 Summary(pl):    OpenOffice.org - interfejs w jêzyku polskim
1611 Group:          Applications/Office
1612 Requires:       %{name} = %{epoch}:%{version}-%{release}
1613 Obsoletes:      openoffice-i18n-pl
1614
1615 %description i18n-pl-kde
1616 This package provides resources containing menus and dialogs in
1617 Polish language.
1618
1619 %description i18n-pl-kde -l pl
1620 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1621 polskim.
1622
1623 %files i18n-pl-kde -f pl.lang.kde
1624
1625 %package i18n-pt-kde
1626 Summary:        OpenOffice.org - interface in Portuguese language
1627 Summary(pl):    OpenOffice.org - interfejs w jêzyku portugalskim
1628 Group:          Applications/Office
1629 Requires:       %{name} = %{epoch}:%{version}-%{release}
1630 Obsoletes:      openoffice-i18n-pt
1631
1632 %description i18n-pt-kde
1633 This package provides resources containing menus and dialogs in
1634 Portuguese language.
1635
1636 %description i18n-pt-kde -l pl
1637 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1638 portugalskim.
1639
1640 %files i18n-pt-kde -f pt.lang.kde
1641
1642 %package i18n-pt_BR-kde
1643 Summary:        OpenOffice.org - interface in Brazilian Portuguese language
1644 Summary(pl):    OpenOffice.org - interfejs w jêzyku portugalskim dla Brazylii
1645 Group:          Applications/Office
1646 Requires:       %{name} = %{epoch}:%{version}-%{release}
1647 Obsoletes:      openoffice-i18n-pt_BR
1648
1649 %description i18n-pt_BR-kde
1650 This package provides resources containing menus and dialogs in
1651 Brazilian Portuguese language.
1652
1653 %description i18n-pt_BR-kde -l pl
1654 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1655 portugalskim dla Brazylii.
1656
1657 %files i18n-pt_BR-kde -f pt-BR.lang.kde
1658
1659 %package i18n-ro-kde
1660 Summary:        OpenOffice.org - interface in Romanian language
1661 Summary(pl):    OpenOffice.org - interfejs w jêzyku rumuñskim
1662 Group:          Applications/Office
1663 Requires:       %{name} = %{epoch}:%{version}-%{release}
1664 Obsoletes:      openoffice-i18n-ro
1665
1666 %description i18n-ro-kde
1667 This package provides resources containing menus and dialogs in
1668 Romanian language.
1669
1670 %description i18n-ro-kde -l pl
1671 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1672 rumuñskim.
1673
1674 #%files i18n-ro-kde -f ro.lang.kde
1675
1676 %package i18n-ru-kde
1677 Summary:        OpenOffice.org - interface in Russian language
1678 Summary(pl):    OpenOffice.org - interfejs w jêzyku rosyjskim
1679 Group:          Applications/Office
1680 Requires:       %{name} = %{epoch}:%{version}-%{release}
1681 Obsoletes:      openoffice-i18n-ru
1682
1683 %description i18n-ru-kde
1684 This package provides resources containing menus and dialogs in
1685 Russian language.
1686
1687 %description i18n-ru-kde -l pl
1688 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1689 rosyjskim.
1690
1691 %files i18n-ru-kde -f ru.lang.kde
1692
1693 %package i18n-sk-kde
1694 Summary:        OpenOffice.org - interface in Slovak language
1695 Summary(pl):    OpenOffice.org - interfejs w jêzyku s³owackim
1696 Group:          Applications/Office
1697 Requires:       %{name} = %{epoch}:%{version}-%{release}
1698 Obsoletes:      openoffice-i18n-sk
1699
1700 %description i18n-sk-kde
1701 This package provides resources containing menus and dialogs in
1702 Slovak language.
1703
1704 %description i18n-sk-kde -l pl
1705 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1706 s³owackim.
1707
1708 %files i18n-sk-kde -f sk.lang.kde
1709
1710 %package i18n-sl-kde
1711 Summary:        OpenOffice.org - interface in Slovenian language
1712 Summary(pl):    OpenOffice.org - interfejs w jêzyku s³oweñskim
1713 Group:          Applications/Office
1714 Requires:       %{name} = %{epoch}:%{version}-%{release}
1715 Obsoletes:      openoffice-i18n-sl
1716
1717 %description i18n-sl-kde
1718 This package provides resources containing menus and dialogs in
1719 Slovenian language.
1720
1721 %description i18n-sl-kde -l pl
1722 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1723 s³oweñskim.
1724
1725 %files i18n-sl-kde -f sl.lang.kde
1726
1727 %package i18n-sv-kde
1728 Summary:        OpenOffice.org - interface in Swedish language
1729 Summary(pl):    OpenOffice.org - interfejs w jêzyku szwedzkim
1730 Group:          Applications/Office
1731 Requires:       %{name} = %{epoch}:%{version}-%{release}
1732 Obsoletes:      openoffice-i18n-sv
1733
1734 %description i18n-sv-kde
1735 This package provides resources containing menus and dialogs in
1736 Swedish language.
1737
1738 %description i18n-sv-kde -l pl
1739 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1740 szwedzkim.
1741
1742 %files i18n-sv-kde -f sv.lang.kde
1743
1744 %package i18n-tr-kde
1745 Summary:        OpenOffice.org - interface in Turkish language
1746 Summary(pl):    OpenOffice.org - interfejs w jêzyku tureckim
1747 Group:          Applications/Office
1748 Requires:       %{name} = %{epoch}:%{version}-%{release}
1749 Obsoletes:      openoffice-i18n-tr
1750
1751 %description i18n-tr-kde
1752 This package provides resources containing menus and dialogs in
1753 Turkish language.
1754
1755 %description i18n-tr-kde -l pl
1756 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1757 tureckim.
1758
1759 %files i18n-tr-kde -f tr.lang.kde
1760
1761 %package i18n-uk-kde
1762 Summary:        OpenOffice.org - interface in Ukrainian language
1763 Summary(pl):    OpenOffice.org - interfejs w jêzyku ukraiñskim
1764 Group:          Applications/Office
1765 Requires:       %{name} = %{epoch}:%{version}-%{release}
1766 Obsoletes:      openoffice-i18n-uk
1767
1768 %description i18n-uk-kde
1769 This package provides resources containing menus and dialogs in
1770 Ukrainian language.
1771
1772 %description i18n-uk-kde -l pl
1773 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1774 ukraiñskim.
1775
1776 #%files i18n-uk-kde -f uk.lang.kde
1777
1778 %package i18n-zh_CN-kde
1779 Summary:        OpenOffice.org - interface in Chinese language for China
1780 Summary(pl):    OpenOffice.org - interfejs w jêzyku chiñskim dla Chin
1781 Group:          Applications/Office
1782 Requires:       %{name} = %{epoch}:%{version}-%{release}
1783 Obsoletes:      openoffice-i18n-zh
1784 Obsoletes:      openoffice-i18n-zh_CN
1785
1786 %description i18n-zh_CN-kde
1787 This package provides resources containing menus and dialogs in
1788 Chinese language for China.
1789
1790 %description i18n-zh_CN-kde -l pl
1791 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1792 chiñskim dla Chin.
1793
1794 %files i18n-zh_CN-kde -f zh-CN.lang.kde
1795
1796 %package i18n-zh_TW-kde
1797 Summary:        OpenOffice.org - interface in Chinese language for Taiwan
1798 Summary(pl):    OpenOffice.org - interfejs w jêzyku chiñskim dla Tajwanu
1799 Group:          Applications/Office
1800 Requires:       %{name} = %{epoch}:%{version}-%{release}
1801 Obsoletes:      openoffice-i18n-zh
1802 Obsoletes:      openoffice-i18n-zh_TW
1803
1804 %description i18n-zh_TW-kde
1805 This package provides resources containing menus and dialogs in
1806 Chinese language for Taiwan.
1807
1808 %description i18n-zh_TW-kde -l pl
1809 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1810 chiñskim dla Tajwanu.
1811
1812 %files i18n-zh_TW-kde -f zh-TW.lang.kde
1813
1814 %package i18n-zu-kde
1815 Summary:        OpenOffice.org - interface in Zulu language
1816 Summary(pl):    OpenOffice.org - interfejs w jêzyku zuluskim
1817 Group:          Applications/Office
1818 Requires:       %{name} = %{epoch}:%{version}-%{release}
1819 Obsoletes:      openoffice-i18n-zu
1820
1821 %description i18n-zu-kde
1822 This package provides resources containing menus and dialogs in
1823 Zulu language.
1824
1825 %description i18n-zu-kde -l pl
1826 Ten pakiet dostarcza zasoby zawieraj±ce menu i okna dialogowe w jêzyku
1827 zuluskim.
1828
1829 %files i18n-zu-kde -f zu.lang.kde
1830
1831 %prep
1832 %setup -q -n ooo-build-%{ooobver}
1833 %patch0 -p1
1834
1835 install -d src
1836 # sources, icons, KDE_icons
1837 ln -sf %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} src
1838 # help files
1839 ln -sf %{SOURCE400} %{SOURCE401} %{SOURCE402} %{SOURCE403} %{SOURCE404} \
1840         %{SOURCE405} %{SOURCE406} %{SOURCE407} %{SOURCE408} %{SOURCE409} \
1841         %{SOURCE410} %{SOURCE411} %{SOURCE412} src
1842
1843 # we keep these in ooo-build repository
1844 #ln -s %{SOURCE20} src/openabout_pld.bmp
1845 #ln -s %{SOURCE21} src/openintro_pld.bmp
1846
1847 %build
1848 # Make sure we have /proc mounted - otherwise idlc will fail later.
1849 if [ ! -r /proc/cpuinfo ]; then
1850         echo "You need to have /proc mounted in order to build this package!"
1851         exit 1
1852 fi
1853
1854 %ifarch amd64 sparc64 ppc64 alpha
1855 DISTRO="PLD64"
1856 %else
1857 DISTRO="PLD"
1858 %endif
1859
1860 CC="%{__cc}"
1861 CXX="%{__cxx}"
1862 ENVCFLAGS="%{rpmcflags}"
1863 ENVCFLAGSCXX="%{rpmcflags}"
1864 DESTDIR=$RPM_BUILD_ROOT
1865 IGNORE_MANIFEST_CHANGES=1
1866 QTINC="%{_includedir}/qt"
1867 QTLIB="%{_libdir}"
1868 export CC CXX ENVCFLAGS ENVCFLAGSCXX DESTDIR IGNORE_MANIFEST_CHANGES DISTRO QTINC QTLIB
1869
1870 %if %{with java}
1871 GCJ=gcj
1872 JAVA_HOME=%{_libdir}/java
1873 DB_JAR="%{_javadir}/db.jar"
1874 export JAVA_HOME DB_JAR GCJ
1875 %endif
1876
1877 RPM_BUILD_NR_THREADS="%(echo "%{__make}" | sed -e 's#.*-j\([[:space:]]*[0-9]\+\)#\1#g' | xargs)"
1878 [ "$RPM_BUILD_NR_THREADS" = "%{__make}" ] && RPM_BUILD_NR_THREADS=1
1879
1880 CONFOPTS=" \
1881 %ifarch %{ix86} \
1882         --with-arch=x86 \
1883 %endif
1884 %ifarch ppc
1885         --with-arch=ppc \
1886 %endif
1887 %ifarch sparc sparcv9
1888         --with-arch=sparc \
1889 %endif
1890         --with-ccache-allowed \
1891         --with-system-gcc \
1892         --with-system-zlib \
1893         --with-system-jpeg \
1894         --with-system-libxml \
1895         --with-system-python \
1896         --with-system-sane-headers \
1897         --with-system-x11-extensions-headers \
1898         --with-system-odbc-headers \
1899         --with-system-db \
1900         --with-system-curl \
1901         --with-system-freetype \
1902         --with-system-nas \
1903         --with-system-xrender \
1904         --with-system-expat \
1905         --with-system-sablot \
1906         --with-system-boost \
1907         --with-system-neon \
1908         --with-dynamic-xinerama \
1909         --with-vendor="${DISTRO}" \
1910         --with-distro="${DISTRO}" \
1911         --enable-gtk \
1912         --enable-kde \
1913         --with-images='industrial crystal' \
1914         --without-binsuffix \
1915         --with-installed-ooo-dirname=%{name} \
1916 %if %{with java}
1917         --enable-java \
1918         --with-jdk-home=$JAVA_HOME \
1919 %else
1920         --disable-java \
1921 %endif
1922 %if %{with vfs}
1923         --enable-gnome-vfs \
1924 %endif
1925         --with-docdir=%{_docdir}/%{name}-%{version} \
1926         --with-python=%{_bindir}/python \
1927         --with-stlport4=/usr \
1928         --with-lang=ALL \
1929         --with-x \
1930         --without-fonts \
1931         --disable-mozilla \
1932         --disable-fontooo \
1933         --enable-openldap \
1934         --enable-cups \
1935         --enable-fontconfig \
1936         --enable-libsn \
1937         --enable-libart \
1938         --disable-rpath \
1939 %if 0%{?debug:1}
1940         --enable-debug \
1941         --enable-crashdump=yes \
1942         --enable-symbols=FULL \
1943 %else
1944         --enable-crashdump=no \
1945         --disable-symbols \
1946 %endif
1947         --with-num-jobs=$RPM_BUILD_NR_THREADS
1948 "
1949
1950 # for cvs snaps
1951 [ -x ./autogen.sh ] && ./autogen.sh $CONFOPTS
1952
1953 # build-ooo script will pickup these
1954 CONFIGURE_OPTIONS="$CONFOPTS"; export CONFIGURE_OPTIONS
1955
1956 :> distro-configs/Common.conf
1957 :> distro-configs/Common.conf.in
1958 echo "$CONFOPTS" > distro-configs/${DISTRO}.conf
1959
1960 # main build
1961 %configure \
1962         $CONFOPTS
1963
1964 # this limits processing some files but doesn't limit parallel build
1965 # processes of main OOo build (since OOo uses it's own build system)
1966 %{__make} -j1
1967
1968 # hack for parallel build
1969 if [ "$RPM_BUILD_NCPUS" -gt 1 ]; then
1970         doit=1
1971         while [ "$doit" -eq 1 ]; do
1972                 echo "Waiting one more time..."
1973                 FCH=$(nice -n 20 find . -type f ! -mmin +3 -print 2> /dev/null | wc -l)
1974                 [ "$FCH" -eq 0 ] && doit=0 || sleep 30
1975         done
1976 fi
1977
1978 %install
1979 rm -rf $RPM_BUILD_ROOT
1980
1981 # limit to single process installation, it's safe at least
1982 sed -i -e 's#^BUILD_NCPUS=.*#BUILD_NCPUS=1#g' bin/setup
1983
1984 DESTDIR=$RPM_BUILD_ROOT; export DESTDIR
1985 TMP="%{tmpdir}"; export TMP
1986 TEMP="%{tmpdir}"; export TEMP
1987
1988 %{__make} install \
1989         DESTDIR=$RPM_BUILD_ROOT
1990
1991 install -d $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
1992 sed -e 's#DESTINATIONPATH=.*#DESTINATIONPATH=<home>/.openoffice#g' etc/redhat-autoresponse.conf > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/autoresponse.conf
1993
1994 install -d $RPM_BUILD_ROOT%{_desktopdir}
1995 install %{SOURCE10} $RPM_BUILD_ROOT%{_desktopdir}
1996 install %{SOURCE11} $RPM_BUILD_ROOT%{_desktopdir}
1997 install %{SOURCE12} $RPM_BUILD_ROOT%{_desktopdir}
1998 install %{SOURCE13} $RPM_BUILD_ROOT%{_desktopdir}
1999 install %{SOURCE14} $RPM_BUILD_ROOT%{_desktopdir}
2000 install %{SOURCE15} $RPM_BUILD_ROOT%{_desktopdir}
2001 install %{SOURCE16} $RPM_BUILD_ROOT%{_desktopdir}
2002 install %{SOURCE17} $RPM_BUILD_ROOT%{_desktopdir}
2003 install %{SOURCE18} $RPM_BUILD_ROOT%{_desktopdir}
2004 install %{SOURCE19} $RPM_BUILD_ROOT%{_desktopdir}
2005
2006 # Add in the regcomp tool since some people need it for 3rd party add-ons
2007 cp -f build/OOO_%{dfullver}/solver/%{subver}/unxlng*.pro/bin/regcomp $RPM_BUILD_ROOT%{_libdir}/%{name}/program
2008
2009 # mimelnk, icons
2010 install -d $RPM_BUILD_ROOT{%{_datadir}/mimelnk/application,%{_pixmapsdir}}
2011
2012 cp -a build/OOO_%{dfullver}/sysui/desktop/gnome/icons/*/*.png $RPM_BUILD_ROOT%{_pixmapsdir}
2013 cp -a build/OOO_%{dfullver}/sysui/desktop/gnome/icons/*.png $RPM_BUILD_ROOT%{_pixmapsdir}
2014 cp -a build/OOO_%{dfullver}/sysui/desktop/kde/vnd*.desktop $RPM_BUILD_ROOT%{_datadir}/mimelnk/application
2015
2016 rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/share/kde
2017 rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/share/cde
2018 rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/share/gnome
2019 rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/share/icons
2020 rm -rf $RPM_BUILD_ROOT%{_datadir}/applnk
2021 rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome
2022
2023 # Remove dictionaries (in separate pkg)
2024 rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/share/dict/ooo/*
2025 touch $RPM_BUILD_ROOT%{_libdir}/%{name}/share/dict/ooo/dictionary.lst
2026
2027 # OOo should not install the Vera fonts, they are Required: now
2028 rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/share/fonts/truetype/*
2029
2030 # Copy fixed OpenSymbol to correct location
2031 install -d $RPM_BUILD_ROOT%{_fontsdir}/TTF
2032 install fonts/opens___.ttf $RPM_BUILD_ROOT%{_fontsdir}/TTF
2033
2034 # We don't need spadmin (gtk) or the setup application
2035 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/setup
2036 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/program/crash_report.bin
2037 rm -f $RPM_BUILD_ROOT%{_datadir}/applications/openoffice-setup.desktop
2038 rm -f $RPM_BUILD_ROOT%{_datadir}/applications/openoffice-printeradmin.desktop
2039
2040 rm -rf $RPM_BUILD_ROOT%{_datadir}/applnk
2041 rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome
2042
2043 #rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/program/gnomeint
2044
2045 # some libs creep in somehow
2046 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/program/libstl*.so*
2047
2048 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/program/sopatchlevel.sh
2049 perl -pi -e 's/^[       ]*LD_LIBRARY_PATH/# LD_LIBRARY_PATH/;s/export LD_LIBRARY_PATH/# export LD_LIBRARY_PATH/' \
2050         $RPM_BUILD_ROOT%{_libdir}/%{name}/program/setup
2051
2052 # Remove setup log
2053 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/program/setup.log
2054
2055 # Remove copied system libraries
2056 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/program/libgcc_s.so* \
2057         $RPM_BUILD_ROOT%{_libdir}/%{name}/program/libstdc++*so*
2058
2059 # Find out locales
2060 rm -f *.lang*
2061 langlist="`bin/openoffice-xlate-lang -i all`"
2062
2063 for lang in $langlist; do
2064         echo "%%defattr(644,root,root,755)" > ${lang}.lang
2065
2066         # help files
2067         if [ -f build/help_${lang}_list.txt ]; then
2068                 cat build/help_${lang}_list.txt >> ${lang}.lang
2069         fi
2070
2071         lfile="build/lang_${lang}_list.txt"
2072         if [ -f ${lfile} ]; then
2073                 longlang="`bin/openoffice-xlate-lang -l ${lang}`"
2074                 # share/*/${longlang}
2075                 grep "^%%dir.*/${longlang}/\$" ${lfile} > tmp.lang
2076                 # share/registry/res/${lang} (but en-US for en)
2077                 grep "^%%dir.*/res/${lang}[^/]*/\$" ${lfile} >> tmp.lang
2078                 # ... translate %dir into whole tree, handle special wordbook/english case
2079                 sed -e 's,^%%dir ,,;s,\(wordbook/english/\)$,\1soffice.dic,;s,/$,,' tmp.lang >> ${lang}.lang
2080                 # share/autocorr/acor${somecodes}.dat (if exist)
2081                 grep '/autocorr/acor.*dat$' ${lfile} >> ${lang}.lang || :
2082                 # user/config/* (if exist, without parent directory)
2083                 grep '/user/config/..*' ${lfile} >> ${lang}.lang || :
2084                 cp ${lang}.lang ${lang}.lang.gnome
2085                 cp ${lang}.lang ${lang}.lang.kde
2086                 # program/resource.*/*${code}.res (for kde and gnome versions)
2087                 grep '/program/resource.gnome/.*res$' ${lfile} >> ${lang}.lang.gnome
2088                 grep '/program/resource.kde/.*res$' ${lfile} >> ${lang}.lang.kde
2089         fi
2090 done
2091
2092 find $RPM_BUILD_ROOT -type f -name '*.so' -exec chmod 755 "{}" ";"
2093 chmod 755 $RPM_BUILD_ROOT%{_libdir}/%{name}/program/*
2094
2095 %clean
2096 rm -rf $RPM_BUILD_ROOT
2097
2098 %post
2099 umask 022
2100 [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1 ||:
2101
2102 %postun
2103 umask 022
2104 [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1
2105
2106 %post libs
2107 fontpostinst TTF
2108
2109 %postun libs
2110 fontpostinst TTF
2111
2112 %files
2113 %defattr(644,root,root,755)
2114 %doc %{_libdir}/%{name}/LICENSE*
2115 %doc %{_libdir}/%{name}/*README*
2116
2117 %dir %{_sysconfdir}/openoffice
2118 %config %{_sysconfdir}/openoffice/autoresponse.conf
2119
2120 %attr(755,root,root) %{_libdir}/%{name}/install-dict
2121
2122 %{_libdir}/%{name}/program/*.rdb
2123 %{_libdir}/%{name}/program/*.bmp
2124 %{_libdir}/%{name}/program/user_registry.xsl
2125 %{_libdir}/%{name}/program/sofficerc
2126 %{_libdir}/%{name}/program/unorc
2127 %{_libdir}/%{name}/program/bootstraprc
2128 %{_libdir}/%{name}/program/configmgrrc
2129 %{_libdir}/%{name}/program/instdb.ins
2130
2131 %dir %{_libdir}/%{name}/help
2132 #%{_libdir}/%{name}/help/en
2133 %{_libdir}/%{name}/help/main_transform.xsl
2134
2135 %dir %{_libdir}/%{name}/share
2136 %dir %{_libdir}/%{name}/share/autocorr
2137 %dir %{_libdir}/%{name}/share/autotext
2138 %{_libdir}/%{name}/share/basic
2139 %dir %{_libdir}/%{name}/share/bookmark
2140 %dir %{_libdir}/%{name}/share/config
2141 %{_libdir}/%{name}/share/config/symbol
2142 %{_libdir}/%{name}/share/config/webcast
2143 %{_libdir}/%{name}/share/config/*.xpm
2144 %dir %{_libdir}/%{name}/share/database
2145 %dir %{_libdir}/%{name}/share/dict
2146 %dir %{_libdir}/%{name}/share/dict/ooo
2147 %{_libdir}/%{name}/share/dtd
2148 %{_libdir}/%{name}/share/fonts
2149 %{_libdir}/%{name}/share/gallery
2150 %{_libdir}/%{name}/share/psprint
2151 %dir %{_libdir}/%{name}/share/samples
2152 %dir %{_libdir}/%{name}/share/template
2153 %dir %{_libdir}/%{name}/share/wordbook
2154 %dir %{_libdir}/%{name}/share/wordbook/english
2155 %{_libdir}/%{name}/share/wordbook/english/sun.dic
2156 %{_libdir}/%{name}/share/readme
2157
2158 %dir %{_libdir}/%{name}/share/registry
2159 %dir %{_libdir}/%{name}/share/registry/res
2160 %{_libdir}/%{name}/share/registry/data
2161 %{_libdir}/%{name}/share/registry/schema
2162
2163 #%{_libdir}/%{name}/share/autotext/english
2164 # XXX: in ooo-build only template/english/wizard/bitmaps is in main?
2165 #%{_libdir}/%{name}/share/template/english
2166 %ghost %{_libdir}/%{name}/share/dict/ooo/dictionary.lst
2167
2168 %dir %{_libdir}/%{name}/user
2169 %dir %{_libdir}/%{name}/user/autotext
2170 %{_libdir}/%{name}/user/basic
2171 %dir %{_libdir}/%{name}/user/config
2172 %{_libdir}/%{name}/user/config/autotbl.fmt
2173 %{_libdir}/%{name}/user/config/cmyk.soc
2174 %{_libdir}/%{name}/user/config/gallery.soc
2175 %{_libdir}/%{name}/user/config/html.soc
2176 %{_libdir}/%{name}/user/config/standard.so?
2177 %{_libdir}/%{name}/user/config/sun-color.soc
2178 %{_libdir}/%{name}/user/config/web.soc
2179 %{_libdir}/%{name}/user/database
2180 %{_libdir}/%{name}/user/gallery
2181 %{_libdir}/%{name}/user/psprint
2182
2183 #%{_libdir}/%{name}/user/autotext/english
2184
2185 # Programs
2186 %attr(755,root,root) %{_bindir}/oo*
2187 %attr(755,root,root) %{_sbindir}/oopadmin
2188 %attr(755,root,root) %{_libdir}/%{name}/spadmin
2189 %attr(755,root,root) %{_libdir}/%{name}/program/*.bin
2190 %attr(755,root,root) %{_libdir}/%{name}/program/fromtemplate
2191 %attr(755,root,root) %{_libdir}/%{name}/program/mozwrapper
2192 %attr(755,root,root) %{_libdir}/%{name}/program/nswrapper
2193 %attr(755,root,root) %{_libdir}/%{name}/program/ooovirg
2194 %attr(755,root,root) %{_libdir}/%{name}/program/pagein*
2195 %attr(755,root,root) %{_libdir}/%{name}/program/python.sh
2196 %attr(755,root,root) %{_libdir}/%{name}/program/pythonloader.unorc
2197 %attr(755,root,root) %{_libdir}/%{name}/program/pyunorc
2198 %attr(755,root,root) %{_libdir}/%{name}/program/regcomp
2199 %attr(755,root,root) %{_libdir}/%{name}/program/sagenda
2200 %attr(755,root,root) %{_libdir}/%{name}/program/scalc
2201 %attr(755,root,root) %{_libdir}/%{name}/program/sdraw
2202 %attr(755,root,root) %{_libdir}/%{name}/program/setup
2203 %{_libdir}/%{name}/program/setuprc
2204 %attr(755,root,root) %{_libdir}/%{name}/program/sfax
2205 %attr(755,root,root) %{_libdir}/%{name}/program/simpress
2206 %attr(755,root,root) %{_libdir}/%{name}/program/slabel
2207 %attr(755,root,root) %{_libdir}/%{name}/program/sletter
2208 %attr(755,root,root) %{_libdir}/%{name}/program/smaster
2209 %attr(755,root,root) %{_libdir}/%{name}/program/smath
2210 %attr(755,root,root) %{_libdir}/%{name}/program/smemo
2211 %attr(755,root,root) %{_libdir}/%{name}/program/soffice
2212 %attr(755,root,root) %{_libdir}/%{name}/program/spadmin
2213 %attr(755,root,root) %{_libdir}/%{name}/program/svcard
2214 %attr(755,root,root) %{_libdir}/%{name}/program/sweb
2215 %attr(755,root,root) %{_libdir}/%{name}/program/swriter
2216 %attr(755,root,root) %{_libdir}/%{name}/program/*.py
2217
2218 %if %{with java}
2219 %attr(755,root,root) %{_sbindir}/oojvmsetup
2220 %attr(755,root,root) %{_libdir}/%{name}/program/javaldx
2221 %attr(755,root,root) %{_libdir}/%{name}/program/jvmsetup
2222 %{_libdir}/%{name}/program/classes
2223 %{_libdir}/%{name}/share/xslt
2224 %endif
2225
2226 %{_desktopdir}/*.desktop
2227 %{_pixmapsdir}/*.png
2228 %{_mandir}/man1/o*.1*
2229
2230 %files libs
2231 %defattr(644,root,root,755)
2232 %dir %{_libdir}/%{name}
2233 %dir %{_libdir}/%{name}/program
2234 %dir %{_libdir}/%{name}/program/filter
2235
2236 %attr(755,root,root) %{_libdir}/%{name}/program/*.so
2237 %exclude %{_libdir}/%{name}/program/libvclplug_gtk*.so
2238 %exclude %{_libdir}/%{name}/program/libvclplug_kde*.so
2239 %exclude %{_libdir}/%{name}/program/libfps_kde.so
2240 %exclude %{_libdir}/%{name}/program/libfps_gnome.so
2241 %attr(755,root,root) %{_libdir}/%{name}/program/*.so.*
2242 %attr(755,root,root) %{_libdir}/%{name}/program/filter/*.so
2243
2244 %{_fontsdir}/TTF/*.ttf
2245
2246 %files libs-kde -f en.lang.kde
2247 %defattr(644,root,root,755)
2248 %attr(755,root,root) %{_libdir}/%{name}/program/kdefilepicker
2249 %attr(755,root,root) %{_libdir}/%{name}/program/libvclplug_kde*.so
2250 %attr(755,root,root) %{_libdir}/%{name}/program/libfps_kde.so
2251 %dir %{_libdir}/%{name}/program/resource.kde
2252
2253 %files libs-gtk -f en.lang.gnome
2254 %defattr(644,root,root,755)
2255 %attr(755,root,root) %{_libdir}/%{name}/program/libvclplug_gtk*.so
2256 %attr(755,root,root) %{_libdir}/%{name}/program/libfps_gnome.so
2257 %dir %{_libdir}/%{name}/program/resource.gnome
This page took 0.163889 seconds and 2 git commands to generate.