]> git.pld-linux.org Git - packages/qt4.git/blob - qt4.spec
- up to 4.4.3
[packages/qt4.git] / qt4.spec
1 #
2 # TODO:
3 #       - better descriptions
4 #       - more cleanups
5 #       - check if translations are available
6 #       - check Qt ui tool
7 #
8 # Conditional build:
9 %bcond_with     nas             # enable NAS audio support
10 %bcond_without  static_libs     # build static libraries
11 %bcond_without  cups            # disable CUPS support
12 %bcond_without  mysql           # don't build MySQL plugin
13 %bcond_without  odbc            # don't build unixODBC plugin
14 %bcond_without  pgsql           # don't build PostgreSQL plugin
15 %bcond_without  sqlite3         # don't build SQLite3 plugin
16 %bcond_without  sqlite          # don't build SQLite2 plugin
17 %bcond_without  ibase           # don't build ibase (InterBase/Firebird) plugin
18 %bcond_without  pch             # disable pch in qmake
19 %bcond_with     sse             # use SSE instructions in gui/painting module
20 %bcond_with     sse2            # use SSE2 instructions
21 #
22 %ifnarch %{ix86} %{x8664} sparc sparcv9 alpha ppc
23 %undefine       with_ibase
24 %endif
25 %ifarch pentium3 pentium4 %{x8664}
26 %define         with_sse        1
27 %endif
28 %ifarch pentium4 %{x8664}
29 %define         with_sse2       1
30 %endif
31 # any SQL
32 %define         _withsql        1
33 %{!?with_sqlite3:%{!?with_sqlite:%{!?with_ibase:%{!?with_mysql:%{!?with_pgsql:%{!?with_odbc:%undefine _withsql}}}}}}
34 #
35 Summary:        The Qt GUI application framework
36 Summary(es.UTF-8):      Biblioteca para ejecutar aplicaciones GUI Qt
37 Summary(pl.UTF-8):      Biblioteka Qt do tworzenia GUI
38 Summary(pt_BR.UTF-8):   Estrutura para rodar aplicações GUI Qt
39 Name:           qt4
40 Version:        4.4.3
41 Release:        1
42 License:        GPL v2 with OSS exception or QPL v1
43 Group:          X11/Libraries
44 Source0:        ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-%{version}.tar.gz
45 # Source0-md5:  376c003317c4417326ba2116370227d0
46 Source2:        %{name}-qtconfig.desktop
47 Source3:        %{name}-designer.desktop
48 Source4:        %{name}-assistant.desktop
49 Source5:        %{name}-linguist.desktop
50 Patch0:         %{name}-tools.patch
51 Patch1:         %{name}-qt_copy.patch
52 Patch2:         %{name}-buildsystem.patch
53 Patch3:         %{name}-locale.patch
54 Patch4:         %{name}-antialias.patch
55 Patch5:         %{name}-support-cflags-with-commas.patch
56 Patch6:         %{name}-build-lib-static.patch
57 Patch7:         %{name}-x11_fonts.patch
58 Patch8:         %{name}-pl-update.patch
59 Patch9:         %{name}-ibase.patch
60 Patch10:        %{name}-pg_libs.patch
61 URL:            http://www.trolltech.com/products/qt/
62 %{?with_ibase:BuildRequires:    Firebird-devel}
63 BuildRequires:  OpenGL-GLU-devel
64 %{?with_sqlite3:BuildRequires:  sqlite3-devel}
65 # incompatible with bison
66 %{?with_cups:BuildRequires:     cups-devel}
67 BuildRequires:  dbus-devel >= 0.62
68 BuildRequires:  fontconfig-devel
69 BuildRequires:  freetype-devel >= 1:2.0.0
70 %{?with_pch:BuildRequires:      gcc >= 5:4.0}
71 BuildRequires:  giflib-devel
72 BuildRequires:  glib2-devel >= 2.0.0
73 BuildRequires:  gstreamer-plugins-base-devel
74 BuildRequires:  libjpeg-devel
75 BuildRequires:  libmng-devel >= 1.0.0
76 BuildRequires:  libpng-devel >= 2:1.0.8
77 BuildRequires:  libstdc++-devel
78 %{?with_mysql:BuildRequires:    mysql-devel}
79 %{?with_nas:BuildRequires:      nas-devel}
80 BuildRequires:  pkgconfig
81 %{?with_pgsql:BuildRequires:    postgresql-backend-devel}
82 %{?with_pgsql:BuildRequires:    postgresql-devel}
83 %{?with_pgsql:BuildRequires:    postgresql-static}
84 BuildRequires:  rpmbuild(macros) >= 1.213
85 BuildRequires:  sed >= 4.0
86 %{?with_sqlite:BuildRequires:   sqlite-devel}
87 %{?with_odbc:BuildRequires:     unixODBC-devel >= 2.2.12-2}
88 BuildRequires:  xorg-lib-libSM-devel
89 BuildRequires:  xorg-lib-libXcursor-devel
90 BuildRequires:  xorg-lib-libXext-devel
91 BuildRequires:  xorg-lib-libXfixes-devel
92 BuildRequires:  xorg-lib-libXi-devel
93 BuildRequires:  xorg-lib-libXinerama-devel
94 BuildRequires:  xorg-lib-libXrandr-devel
95 BuildRequires:  xorg-lib-libXrender-devel
96 BuildRequires:  xorg-lib-libXtst-devel
97 BuildRequires:  zlib-devel
98 BuildConflicts: QtCore-devel <= %{version}
99 BuildConflicts: QtScript-devel <= %{version}
100 Obsoletes:      qt-extensions
101 Obsoletes:      qt-utils
102 Conflicts:      kdelibs <= 8:3.2-0.030602.1
103 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
104
105 %define         _noautoreqdep   libGL.so.1 libGLU.so.1
106 %define         _noautostrip    '.*_debug\\.so*'
107
108 %define         specflags       -fno-strict-aliasing
109
110 %define         _qtdir          %{_libdir}/qt4
111
112 %description
113 Qt is a complete C++ application development framework, which includes
114 a class library and tools for multiplatform development and
115 internationalization. Using Qt, a single source code tree can build
116 applications that run natively on different platforms (Windows,
117 Unix/Linux, Mac OS X, embedded Linux).
118
119 Qt has a rich set of standard widgets, and lets you write custom
120 controls. It encapsulates four different platform-specific APIs, and
121 the APIs for file-handling, networking, process-handling, threading,
122 database access, etc. Qt now also has Motif migration oraz Netscape
123 LiveConnect plugin.
124
125 %description -l es.UTF-8
126 Contiene las bibliotecas compartidas necesarias para ejecutar
127 aplicaciones Qt, bien como los archivos README.
128
129 %description -l pl.UTF-8
130 Qt oferuje kompletny system do tworzenia i rozwijania aplikacji w
131 języku C++, w którego skład wchodzi biblioteka z klasami oraz
132 wieloplatformowymi narzędziami do rozwijania i tłumaczenia aplikacji.
133 Z pomocą Qt jeden kod źródłowy może być natywnie uruchamiany na
134 różnych platformach (Windows, Unix/Linux, Mac OS X).
135
136 Qt ma bogaty zbiór standardowych elementów interfejsu graficznego, ale
137 pozwala również na pisanie własnych elementów. Łączy w sposób
138 niewidoczny dla programisty interfejsy programowania różnych systemów,
139 tworząc w ten sposób jeden interfejs dla obsługi plików, sieci,
140 procesów, wątków, baz danych itp. Umożliwia także łatwe przenoszenie
141 na Qt aplikacji korzystających z Motif oraz pisanie wtyczek z
142 wykorzystaniem Netscape LiveConnect.
143
144 %package -n Qt3Support
145 Summary:        Qt3 compatibility library
146 Summary(pl.UTF-8):      Biblioteka kompatybilności z Qt3
147 Group:          X11/Libraries
148 Requires:       QtCore = %{version}-%{release}
149 Requires:       QtGui = %{version}-%{release}
150 Requires:       QtNetwork = %{version}-%{release}
151 Requires:       QtSql = %{version}-%{release}
152 Requires:       QtXml = %{version}-%{release}
153
154 %description -n Qt3Support
155 Qt3 compatibility library.
156
157 %description -n Qt3Support -l pl.UTF-8
158 Biblioteka kompatybilności z Qt3.
159
160 %package -n Qt3Support-devel
161 Summary:        Qt3 compatibility library - development files
162 Summary(pl.UTF-8):      Biblioteka kompatybilności z Qt3 - pliki programistyczne
163 Group:          X11/Development/Libraries
164 Requires:       Qt3Support = %{version}-%{release}
165 Requires:       QtCore-devel = %{version}-%{release}
166 Requires:       QtGui-devel = %{version}-%{release}
167 Requires:       QtNetwork-devel = %{version}-%{release}
168 Requires:       QtSql-devel = %{version}-%{release}
169 Requires:       QtXml-devel = %{version}-%{release}
170
171 %description -n Qt3Support-devel
172 Qt3 compatibility library - development files.
173
174 %description -n Qt3Support-devel -l pl.UTF-8
175 Biblioteka kompatybilności z Qt3 - pliki programistyczne.
176
177 %package -n Qt3Support-static
178 Summary:        Qt3 compatibility library - static libraries
179 Summary(pl.UTF-8):      Biblioteka kompatybilności z Qt3 - biblioteki statyczne
180 Group:          X11/Development/Libraries
181 Requires:       Qt3Support-devel = %{version}-%{release}
182
183 %description -n Qt3Support-static
184 Qt3 compatibility library - static libraries.
185
186 %description -n Qt3Support-static -l pl.UTF-8
187 Biblioteka kompatybilności z Qt3 - biblioteki statyczne.
188
189 %package -n QtAssistant
190 Summary:        Qt Assistant client library
191 Summary(pl.UTF-8):      Biblioteka kliencka Qt Assistant
192 Group:          X11/Development/Libraries
193 Requires:       QtGui = %{version}-%{release}
194 Requires:       QtNetwork = %{version}-%{release}
195
196 %description -n QtAssistant
197 This library allows to use Qt Assistant as an application's help tool.
198
199 %description -n QtAssistant -l pl.UTF-8
200 Ta biblioteka umożliwia wykorzystanie Qt Assistanta jako narzędzie
201 pomocy w aplikacjach.
202
203 %package -n QtAssistant-devel
204 Summary:        Qt Assistant client library - development files
205 Summary(pl.UTF-8):      Biblioteka kliencka Qt Assistant - pliki programistyczne
206 Group:          X11/Development/Libraries
207 Requires:       QtAssistant = %{version}-%{release}
208 Requires:       QtGui-devel = %{version}-%{release}
209 Requires:       QtNetwork-devel = %{version}-%{release}
210
211 %description -n QtAssistant-devel
212 Development files for Qt Assistant client library.
213
214 %description -n QtAssistant-devel -l pl.UTF-8
215 Pliki programistyczne biblioteki klienckiej Qt Assistant.
216
217 %package -n QtAssistant-static
218 Summary:        Static Qt Assistant client library
219 Summary(pl.UTF-8):      Statyczna biblioteka kliencka Qt Assistant
220 Group:          X11/Development/Libraries
221 Requires:       QtAssistant-devel = %{version}-%{release}
222
223 %description -n QtAssistant-static
224 Static Qt Assistant client library.
225
226 %description -n QtAssistant-static -l pl.UTF-8
227 Statyczna biblioteka kliencka Qt Assistant.
228
229 %package -n QtCLucene
230 Summary:        QtCLucene full text search library wrapper
231 Summary(pl.UTF-8):      Interfejs QtCLucene do biblioteki wyszukiwania pełnotekstowego
232 Group:          X11/Libraries
233 Requires:       QtCore = %{version}-%{release}
234
235 %description -n QtCLucene
236 QtCLucene full text search library wrapper.
237
238 %description -n QtCLucene -l pl.UTF-8
239 Interfejs QtCLucene do biblioteki wyszukiwania pełnotekstowego.
240
241 %package -n QtCLucene-devel
242 Summary:        QtCLucene full text search library wrapper - development files
243 Summary(pl.UTF-8):      Interfejs QtCLucene do biblioteki wyszukiwania pełnotekstowego - pliki programistyczne
244 Group:          X11/Development/Libraries
245 Requires:       QtCLucene = %{version}-%{release}
246 Requires:       QtCore-devel = %{version}-%{release}
247
248 %description -n QtCLucene-devel
249 QtCLucene full text search library wrapper - development files.
250
251 %description -n QtCLucene-devel -l pl.UTF-8
252 Interfejs QtCLucene do biblioteki wyszukiwania pełnotekstowego - pliki
253 programistyczne.
254
255 %package -n QtCLucene-static
256 Summary:        QtCLucene full text search library wrapper - static library
257 Summary(pl.UTF-8):      Interfejs QtCLucene do biblioteki wyszukiwania pełnotekstowego - biblioteka statyczna
258 Group:          X11/Development/Libraries
259 Requires:       QtCLucene-devel = %{version}-%{release}
260
261 %description -n QtCLucene-static
262 QtCLucene full text search library wrapper - static library.
263
264 %description -n QtCLucene-static -l pl.UTF-8
265 Interfejs QtCLucene do biblioteki wyszukiwania pełnotekstowego -
266 biblioteka statyczna.
267
268 %package -n QtCore
269 Summary:        Core classes used by other modules
270 Summary(pl.UTF-8):      Podstawowe klasy używane przez inne moduły
271 Group:          X11/Libraries
272 Requires(post): /sbin/ldconfig
273
274 %description -n QtCore
275 Core classes used by other modules.
276
277 %description -n QtCore -l pl.UTF-8
278 Podstawowe klasy używane przez inne moduły.
279
280 %package -n QtCore-devel
281 Summary:        Core classes used by other modules - development files
282 Summary(pl.UTF-8):      Podstawowe klasy używane przez inne moduły - pliki programistyczne
283 Group:          X11/Development/Libraries
284 Requires:       QtCore = %{version}-%{release}
285 Requires:       glib2-devel
286 Requires:       libstdc++-devel
287 Requires:       zlib-devel
288
289 %description -n QtCore-devel
290 Core classes used by other modules - development files.
291
292 %description -n QtCore-devel -l pl.UTF-8
293 Podstawowe klasy używane przez inne moduły - pliki programistyczne.
294
295 %package -n QtCore-static
296 Summary:        Core classes used by other modules - static libraries
297 Summary(pl.UTF-8):      Podstawowe klasy używane przez inne moduły - biblioteki statyczne
298 Group:          X11/Development/Libraries
299 Requires:       QtCore-devel = %{version}-%{release}
300
301 %description -n QtCore-static
302 Core classes used by other modules - static libraries.
303
304 %description -n QtCore-static -l pl.UTF-8
305 Podstawowe klasy używane przez inne moduły - biblioteki statyczne.
306
307 %package -n QtDBus
308 Summary:        Classes for D-BUS support
309 Summary(pl.UTF-8):      Klasy do obsługi D-BUS
310 Group:          X11/Libraries
311 Requires:       QtXml = %{version}-%{release}
312
313 %description -n QtDBus
314 This module provides classes for D-BUS support. D-BUS is an
315 Inter-Process Communication (IPC) and Remote Procedure Calling (RPC)
316 mechanism originally developed for Linux to replace existing and
317 competing IPC solutions with one unified protocol.
318
319 %description -n QtDBus -l pl.UTF-8
320 Ten moduł udostępnia klasy do obsługi D-BUS. D-BUS to mechanizm
321 komunikacji między procesowej (IPC - Inter-Process Communication) i
322 zdalnego wywoływania procedur (RPC - Remote Procedure Calling)
323 stworzony początkowo dla Linuksa, aby zastąpić istniejące i
324 konkurujące ze sobą rozwiązania IPC jednym, ujednoliconym protokołem.
325
326 %package -n QtDBus-devel
327 Summary:        Classes for D-BUS support - development files
328 Summary(pl.UTF-8):      Klasy do obsługi D-BUS - pliki programistyczne
329 Group:          X11/Development/Libraries
330 Requires:       QtDBus = %{version}-%{release}
331 Requires:       QtXml-devel = %{version}-%{release}
332 Requires:       dbus-devel
333 Requires:       glib2-devel >= 2.0.0
334
335 %description -n QtDBus-devel
336 Classes for D-BUS support - development files.
337
338 %description -n QtDBus-devel -l pl.UTF-8
339 Klasy do obsługi D-BUS - pliki programistyczne.
340
341 %package -n QtDBus-static
342 Summary:        Classes for D-BUS support - static libraries
343 Summary(pl.UTF-8):      Klasy do obsługi D-BUS - biblioteki statyczne
344 Group:          X11/Development/Libraries
345 Requires:       QtDBus-devel = %{version}-%{release}
346
347 %description -n QtDBus-static
348 Classes for D-BUS support - static libraries.
349
350 %description -n QtDBus-static -l pl.UTF-8
351 Klasy do obsługi D-BUS - biblioteki statyczne.
352
353 %package -n QtDesigner
354 Summary:        Classes for extending Qt Designer
355 Summary(pl.UTF-8):      Klasy do rozbudowy Qt Designera
356 Group:          X11/Libraries
357 Requires:       QtGui = %{version}-%{release}
358 Requires:       QtNetwork = %{version}-%{release}
359 Requires:       QtXml = %{version}-%{release}
360 Obsoletes:      qt4-designer-libs
361
362 %description -n QtDesigner
363 This module provides classes that allow you to create your own custom
364 widget plugins for Qt Designer, and classes that enable you to access
365 Qt Designer's components.
366
367 %description -n QtDesigner -l pl.UTF-8
368 Ten moduł dostarcza klasy, które pozwalają tworzyć własne wtyczki dla
369 Qt Designera oraz klasy, które umożliwiają dostęp do jego komponentów.
370
371 %package -n QtDesigner-devel
372 Summary:        Classes for extending Qt Designer - development files
373 Summary(pl.UTF-8):      Klasy do rozbudowy Qt Designera - pliki programistyczne
374 Group:          X11/Development/Libraries
375 Requires:       QtDesigner = %{version}-%{release}
376 Requires:       QtGui-devel = %{version}-%{release}
377 Requires:       QtScript-devel = %{version}-%{release}
378 Requires:       QtXml-devel = %{version}-%{release}
379
380 %description -n QtDesigner-devel
381 Classes for extending Qt Designer - development files.
382
383 %description -n QtDesigner-devel -l pl.UTF-8
384 Klasy do rozbudowy Qt Designera - pliki programistyczne.
385
386 %package -n QtDesigner-static
387 Summary:        Classes for extending Qt Designer - static libraries
388 Summary(pl.UTF-8):      Klasy do rozbudowy Qt Designera - biblioteki statyczne
389 Group:          X11/Development/Libraries
390 Requires:       QtDesigner-devel = %{version}-%{release}
391
392 %description -n QtDesigner-static
393 Classes for extending Qt Designer - static libraries.
394
395 %description -n QtDesigner-static -l pl.UTF-8
396 Klasy do rozbudowy Qt Designera - biblioteki statyczne.
397
398 %package -n QtGui
399 Summary:        Graphical User Interface components
400 Summary(pl.UTF-8):      Komponenty graficznego interfejsu użytkownika
401 Group:          X11/Libraries
402 Requires:       QtCore = %{version}-%{release}
403 # two following because of some plugins
404 Requires:       Qt3Support = %{version}-%{release}
405 Requires:       QtSql = %{version}-%{release}
406
407 %description -n QtGui
408 Graphical User Interface components.
409
410 %description -n QtGui -l pl.UTF-8
411 Komponenty graficznego interfejsu użytkownika.
412
413 %package -n QtGui-devel
414 Summary:        Graphical User Interface components - development files
415 Summary(pl.UTF-8):      Komponenty graficznego interfejsu użytkownika - pliki programistyczne
416 Group:          X11/Development/Libraries
417 Requires:       QtCore-devel = %{version}-%{release}
418 Requires:       QtGui = %{version}-%{release}
419 Requires:       fontconfig-devel
420 Requires:       freetype-devel >= 1:2.0.0
421 Requires:       libpng-devel >= 2:1.0.8
422 Requires:       xorg-lib-libSM-devel
423 Requires:       xorg-lib-libXcursor-devel
424 Requires:       xorg-lib-libXext-devel
425 Requires:       xorg-lib-libXfixes-devel
426 Requires:       xorg-lib-libXi-devel
427 Requires:       xorg-lib-libXinerama-devel
428 Requires:       xorg-lib-libXrandr-devel
429 Requires:       xorg-lib-libXrender-devel
430
431 %description -n QtGui-devel
432 Graphical User Interface components - development files.
433
434 %description -n QtGui-devel -l pl.UTF-8
435 Komponenty graficznego interfejsu użytkownika - pliki programistyczne.
436
437 %package -n QtGui-static
438 Summary:        Graphical User Interface components - static libraries
439 Summary(pl.UTF-8):      Komponenty graficznego interfejsu użytkownika - biblioteki statyczne
440 Group:          X11/Development/Libraries
441 Requires:       QtGui-devel = %{version}-%{release}
442
443 %description -n QtGui-static
444 Graphical User Interface components - static libraries.
445
446 %description -n QtGui-static -l pl.UTF-8
447 Komponenty graficznego interfejsu użytkownika - biblioteki statyczne.
448
449 %package -n QtHelp
450 Summary:        Classes for integrating online documentation in applications
451 Summary(pl.UTF-8):      Klasy do integracji dokumentacji w aplikacjach
452 Group:          X11/Libraries
453 Requires:       QtGui = %{version}-%{release}
454
455 %description -n QtHelp
456 QtHelp module includes tools for generating and viewing Qt help files.
457 In addition it provides classes for accessing help contents
458 programatically to be able to integrate online help into Qt
459 applications.
460
461 %description -n QtHelp -l pl.UTF-8
462 Moduł QtHelp zawiera narzędzia do generowania i przeglądania plików
463 pomocy Qt. Oprócz tego udostępnia klasy pozwalające na programowy
464 dostęp do zawartości dokumentacji w celu integracji pomocy w
465 aplikacjach Qt.
466
467 %package -n QtHelp-devel
468 Summary:        Classes for integrating online documentation in applications - development files
469 Summary(pl.UTF-8):      Klasy do integracji dokumentacji w aplikacjach - pliki programistyczne
470 Group:          X11/Development/Libraries
471 Requires:       QtCLucene-devel = %{version}-%{release}
472 Requires:       QtGui-devel = %{version}-%{release}
473 Requires:       QtHelp = %{version}-%{release}
474 Requires:       QtSql-devel = %{version}-%{release}
475 Requires:       QtXml-devel = %{version}-%{release}
476
477 %description -n QtHelp-devel
478 Classes for integrating online documentation in applications -
479 development files.
480
481 %description -n QtHelp-devel -l pl.UTF-8
482 Klasy do integracji dokumentacji w aplikacjach - pliki programistyczne.
483
484 %package -n QtHelp-static
485 Summary:        Classes for integrating online documentation in applications - static library
486 Summary(pl.UTF-8):      Klasy do integracji dokumentacji w aplikacjach - biblioteka statyczna
487 Group:          X11/Development/Libraries
488 Requires:       QtHelp-devel = %{version}-%{release}
489
490 %description -n QtHelp-static
491 Classes for integrating online documentation in applications - static
492 library.
493
494 %description -n QtHelp-static -l pl.UTF-8
495 Klasy do integracji dokumentacji w aplikacjach - biblioteka statyczna.
496
497 %package -n QtNetwork
498 Summary:        Classes for network programming
499 Summary(pl.UTF-8):      Klasy do programowania sieciowego
500 Group:          X11/Libraries
501 Requires:       QtCore = %{version}-%{release}
502
503 %description -n QtNetwork
504 Classes for network programming.
505
506 %description -n QtNetwork -l pl.UTF-8
507 Klasy do programowania sieciowego.
508
509 %package -n QtNetwork-devel
510 Summary:        Classes for network programming - development files
511 Summary(pl.UTF-8):      Klasy do programowania sieciowego - pliki programistyczne
512 Group:          X11/Development/Libraries
513 Requires:       QtCore-devel = %{version}-%{release}
514 Requires:       QtNetwork = %{version}-%{release}
515
516 %description -n QtNetwork-devel
517 Classes for network programming - development files.
518
519 %description -n QtNetwork-devel -l pl.UTF-8
520 Klasy do programowania sieciowego - pliki programistyczne.
521
522 %package -n QtNetwork-static
523 Summary:        Classes for network programming - static libraries
524 Summary(pl.UTF-8):      Klasy do programowania sieciowego - biblioteki statyczne
525 Group:          X11/Development/Libraries
526 Requires:       QtNetwork-devel = %{version}-%{release}
527
528 %description -n QtNetwork-static
529 Classes for network programming - static libraries.
530
531 %description -n QtNetwork-static -l pl.UTF-8
532 Klasy do programowania sieciowego - biblioteki statyczne.
533
534 %package -n QtOpenGL
535 Summary:        OpenGL support classes
536 Summary(pl.UTF-8):      Klasy wspomagające OpenGL
537 Group:          X11/Libraries
538 Requires:       QtCore = %{version}-%{release}
539
540 %description -n QtOpenGL
541 OpenGL support classes.
542
543 %description -n QtOpenGL -l pl.UTF-8
544 Klasy wspomagające OpenGL.
545
546 %package -n QtOpenGL-devel
547 Summary:        OpenGL support classes - development files
548 Summary(pl.UTF-8):      Klasy wspomagające OpenGL - pliki programistyczne
549 Group:          X11/Development/Libraries
550 Requires:       OpenGL-GLU-devel
551 Requires:       QtCore-devel = %{version}-%{release}
552 Requires:       QtGui-devel = %{version}-%{release}
553 Requires:       QtOpenGL = %{version}-%{release}
554
555 %description -n QtOpenGL-devel
556 OpenGL support classes - development files.
557
558 %description -n QtOpenGL-devel -l pl.UTF-8
559 Klasy wspomagające OpenGL - pliki programistyczne.
560
561 %package -n QtOpenGL-static
562 Summary:        OpenGL support classes - static libraries
563 Summary(pl.UTF-8):      Klasy wspomagające OpenGL - biblioteki statyczne
564 Group:          X11/Development/Libraries
565 Requires:       QtOpenGL-devel = %{version}-%{release}
566
567 %description -n QtOpenGL-static
568 OpenGL support classes - static libraries.
569
570 %description -n QtOpenGL-static -l pl.UTF-8
571 Klasy wspomagające OpenGL - biblioteki statyczne.
572
573 %package -n QtScript
574 Summary:        Classes for scripting applications
575 Summary(pl.UTF-8):      Klasy pozwalające dodać obsługę skryptów w aplikacjach
576 Group:          X11/Development/Libraries
577
578 %description -n QtScript
579 The QtScript module provides classes to handle scripts inside
580 applications.
581
582 %description -n QtScript -l pl.UTF-8
583 Ten moduł dostarcza klasy obsługujące języki skryptowe wewnątrz
584 aplikacji.
585
586 %package -n QtScript-devel
587 Summary:        Classes for scripting applications - development files
588 Summary(pl.UTF-8):      Klasy do obsługi skryptów wewnątrz aplikacji - pliki programistyczne
589 Group:          X11/Development/Libraries
590 Requires:       QtCore-devel = %{version}-%{release}
591 Requires:       QtScript = %{version}-%{release}
592
593 %description -n QtScript-devel
594 Classes for scriptin applications - development files.
595
596 %description -n QtScript-devel -l pl.UTF-8
597 Klasy do obsługi skryptów wewnątrz aplikacji - pliki programistyczne.
598
599 %package -n QtScript-static
600 Summary:        Classes for scripting applications - static library
601 Summary(pl.UTF-8):      Klasy pozwalające dodać obsługę skryptów w aplikacjach - biblioteka statyczna
602 Group:          X11/Development/Libraries
603 Requires:       QtScript-devel = %{version}-%{release}
604
605 %description -n QtScript-static
606 Classes for scripting applications - static library.
607
608 %description -n QtScript-static -l pl.UTF-8
609 Klasy pozwalające dodać obsługę skryptów w aplikacjach - biblioteka
610 statyczna.
611
612 %package -n QtSql
613 Summary:        Classes for database integration using SQL
614 Summary(pl.UTF-8):      Klasy do integracji z bazami danych przy użyciu SQL
615 Group:          X11/Libraries
616 Requires:       QtCore = %{version}-%{release}
617
618 %description -n QtSql
619 Classes for database integration using SQL.
620
621 %description -n QtSql -l pl.UTF-8
622 Klasy do integracji z bazami danych przy użyciu SQL.
623
624 %package -n QtSql-devel
625 Summary:        Classes for database integration using SQL - development files
626 Summary(pl.UTF-8):      Klasy do integracji z bazami danych przy użyciu SQL - pliki programistyczne
627 Group:          X11/Development/Libraries
628 Requires:       QtCore-devel = %{version}-%{release}
629 Requires:       QtSql = %{version}-%{release}
630
631 %description -n QtSql-devel
632 Classes for database integration using SQL - development files.
633
634 %description -n QtSql-devel -l pl.UTF-8
635 Klasy do integracji z bazami danych przy użyciu SQL - pliki
636 programistyczne.
637
638 %package -n QtSql-static
639 Summary:        Classes for database integration using SQL - static libraries
640 Summary(pl.UTF-8):      Klasy do integracji z bazami danych przy użyciu SQL - biblioteki statyczne
641 Group:          X11/Development/Libraries
642 Requires:       QtSql-devel = %{version}-%{release}
643
644 %description -n QtSql-static
645 Classes for database integration using SQL - static libraries.
646
647 %description -n QtSql-static -l pl.UTF-8
648 Klasy do integracji z bazami danych przy użyciu SQL - biblioteki
649 statyczne. programistyczne.
650
651 %package -n QtSql-ibase
652 Summary:        Database plugin for InterBase/Firebird Qt support
653 Summary(pl.UTF-8):      Wtyczka InterBase/Firebird do Qt
654 Summary(pt_BR.UTF-8):   Plugin de suporte a InterBase/Firebird para Qt
655 Group:          X11/Libraries
656 Requires:       QtSql = %{version}-%{release}
657 Provides:       QtSql-backend = %{version}-%{release}
658
659 %description -n QtSql-ibase
660 This package contains a plugin for accessing Interbase/Firebird
661 database via the QSql classes.
662
663 %description -n QtSql-ibase -l pl.UTF-8
664 Ten pakiet zawiera wtyczki do Qt umożliwiające korzystanie z baz
665 danych Interbase/Firebird poprzez klasy QSql.
666
667 %description -n QtSql-ibase -l pt_BR.UTF-8
668 Plugin de suporte a InterBase/Firebird para Qt.
669
670 %package -n QtSql-mysql
671 Summary:        Database plugin for MySQL Qt support
672 Summary(pl.UTF-8):      Wtyczka MySQL do Qt
673 Summary(pt_BR.UTF-8):   Plugin de suporte a MySQL para Qt
674 Group:          X11/Libraries
675 Requires:       QtSql = %{version}-%{release}
676 Provides:       QtSql-backend = %{version}-%{release}
677
678 %description -n QtSql-mysql
679 This package contains a plugin for accessing MySQL database via the
680 QSql classes.
681
682 %description -n QtSql-mysql -l pl.UTF-8
683 Ten pakiet zawiera wtyczki do Qt umożliwiające korzystanie z baz
684 danych MySQL poprzez klasy QSql.
685
686 %description -n QtSql-mysql -l pt_BR.UTF-8
687 Plugin de suporte a MySQL para Qt.
688
689 %package -n QtSql-odbc
690 Summary:        Database plugin for ODBC Qt support
691 Summary(pl.UTF-8):      Wtyczka ODBC do Qt
692 Summary(pt_BR.UTF-8):   Plugin de suporte a ODBC para Qt
693 Group:          X11/Libraries
694 Requires:       QtSql = %{version}-%{release}
695 Provides:       QtSql-backend = %{version}-%{release}
696
697 %description -n QtSql-odbc
698 This package contains a plugin for accessing unixODBC services via the
699 QSql classes.
700
701 %description -n QtSql-odbc -l pl.UTF-8
702 Ten pakiet zawiera wtyczki do Qt umożliwiające korzystanie z usług
703 unixODBC poprzez klasy QSql.
704
705 %description -n QtSql-odbc -l pt_BR.UTF-8
706 Plugin de suporte a ODBC para Qt.
707
708 %package -n QtSql-pgsql
709 Summary:        Database plugin for PostgreSQL Qt support
710 Summary(pl.UTF-8):      Wtyczka PostgreSQL do Qt
711 Summary(pt_BR.UTF-8):   Plugin de suporte a PostgreSQL para Qt
712 Group:          X11/Libraries
713 Requires:       QtSql = %{version}-%{release}
714 Provides:       QtSql-backend = %{version}-%{release}
715
716 %description -n QtSql-pgsql
717 This package contains a plugin for accessing PostgreSQL database via
718 the QSql classes.
719
720 %description -n QtSql-pgsql -l pl.UTF-8
721 Ten pakiet zawiera wtyczki do Qt umożliwiające korzystanie z baz
722 danych PostgreSQL poprzez klasy QSql.
723
724 %description -n QtSql-pgsql -l es.UTF-8
725 Plugin de suporte a PostgreSQL para Qt.
726
727 %package -n QtSql-sqlite
728 Summary:        Database plugin for SQLite 2.x Qt support
729 Summary(pl.UTF-8):      Wtyczka SQLite 2.x do Qt
730 Summary(pt_BR.UTF-8):   Plugin de suporte a SQLite 2.x para Qt
731 Group:          X11/Libraries
732 Requires:       QtSql = %{version}-%{release}
733 Provides:       QtSql-backend = %{version}-%{release}
734
735 %description -n QtSql-sqlite
736 This package contains a plugin for using the SQLite 2.x library (which
737 allows to acces virtually any SQL database) via the QSql classes.
738
739 %description -n QtSql-sqlite -l pl.UTF-8
740 Ten pakiet zawiera wtyczki do Qt umożliwiające korzystanie z baz
741 danych SQLite 2.x poprzez klasy QSql.
742
743 %description -n QtSql-sqlite -l pt_BR.UTF-8
744 Plugin de suporte a SQLite 2.x para Qt.
745
746 %package -n QtSql-sqlite3
747 Summary:        Database plugin for SQLite3 Qt support
748 Summary(pl.UTF-8):      Wtyczka SQLite3 do Qt
749 Summary(pt_BR.UTF-8):   Plugin de suporte a SQLite3 para Qt
750 Group:          X11/Libraries
751 Requires:       QtSql = %{version}-%{release}
752 Provides:       QtSql-backend = %{version}-%{release}
753
754 %description -n QtSql-sqlite3
755 This package contains a plugin for using the SQLite3 library (which
756 allows to acces virtually any SQL database) via the QSql classes.
757
758 %description -n QtSql-sqlite3 -l pl.UTF-8
759 Ten pakiet zawiera wtyczki do Qt umożliwiające korzystanie z baz
760 danych SQLite3 poprzez klasy QSql.
761
762 %description -n QtSql-sqlite3 -l pt_BR.UTF-8
763 Plugin de suporte a SQLite3 para Qt.
764
765 %package -n QtSvg
766 Summary:        SVG support
767 Summary(pl.UTF-8):      Wsparcie dla SVG
768 Group:          X11/Libraries
769 Requires:       QtXml = %{version}-%{release}
770
771 %description -n QtSvg
772 SVG support.
773
774 %description -n QtSvg -l pl.UTF-8
775 Wsparcie dla SVG.
776
777 %package -n QtSvg-devel
778 Summary:        SVG support - development files
779 Summary(pl.UTF-8):      Wsparcie dla SVG - pliki programistyczne
780 Group:          X11/Development/Libraries
781 Requires:       QtGui-devel = %{version}-%{release}
782 Requires:       QtSvg = %{version}-%{release}
783
784 %description -n QtSvg-devel
785 SVG support - development files.
786
787 %description -n QtSvg-devel -l pl.UTF-8
788 Wsparcie dla SVG - pliki programistyczne.
789
790 %package -n QtSvg-static
791 Summary:        SVG support - static libraries
792 Summary(pl.UTF-8):      Wsparcie dla SVG - biblioteki statyczne
793 Group:          X11/Development/Libraries
794 Requires:       QtSvg-devel = %{version}-%{release}
795
796 %description -n QtSvg-static
797 SVG support - static libraries.
798
799 %description -n QtSvg-static -l pl.UTF-8
800 Wsparcie dla SVG - biblioteki statyczne.
801
802 %package -n QtTest
803 Summary:        Test framework
804 Summary(pl.UTF-8):      Szkielet testów
805 Group:          X11/Libraries
806 Requires:       QtCore = %{version}-%{release}
807
808 %description -n QtTest
809 Test framework.
810
811 %description -n QtTest -l pl.UTF-8
812 Szkielet testów.
813
814 %package -n QtTest-devel
815 Summary:        Test framework - development files
816 Summary(pl.UTF-8):      Szkielet testów - pliki programistyczne
817 Group:          X11/Development/Libraries
818 Requires:       QtCore-devel = %{version}-%{release}
819 Requires:       QtTest = %{version}-%{release}
820
821 %description -n QtTest-devel
822 Test framework - development files.
823
824 %description -n QtTest-devel -l pl.UTF-8
825 Szkielet testów - pliki programistyczne.
826
827 %package -n QtTest-static
828 Summary:        Test framework - static libraries
829 Summary(pl.UTF-8):      Szkielet testów - biblioteki statyczne
830 Group:          X11/Development/Libraries
831 Requires:       QtTest-devel = %{version}-%{release}
832
833 %description -n QtTest-static
834 Test framework - static libraries.
835
836 %description -n QtTest-static -l pl.UTF-8
837 Szkielet testów - biblioteki statyczne.
838
839 %package -n QtUiTools
840 Summary:        Classes for handling Qt Designer forms in applications
841 Summary(pl.UTF-8):      Klasy do obsługi formularzy Qt Designera w aplikacjach
842 Group:          X11/Libraries
843 Requires:       QtGui = %{version}-%{release}
844 Requires:       QtXml = %{version}-%{release}
845
846 %description -n QtUiTools
847 The QtUiTools module provides classes to handle forms created with Qt
848 Designer.
849
850 %description -n QtUiTools -l pl.UTF-8
851 Moduł QtUiTools udostępnia klasy do obsługi formularzy tworzonych przy
852 użyciu Qt Designera.
853
854 %package -n QtUiTools-devel
855 Summary:        Classes for handling Qt Designer forms in applications - development files
856 Summary(pl.UTF-8):      Klasy do obsługi formularzy Qt Designera w aplikacjach - pliki programistyczne
857 Group:          X11/Development/Libraries
858 Requires:       QtGui-devel = %{version}-%{release}
859 Requires:       QtUiTools = %{version}-%{release}
860 Requires:       QtXml-devel = %{version}-%{release}
861
862 %description -n QtUiTools-devel
863 Classes for handling Qt Designer forms in applications - development
864 files.
865
866 %description -n QtUiTools-devel -l pl.UTF-8
867 Klasy do obsługi formularzy Qt Designera w aplikacjach - pliki
868 programistyczne.
869
870 %package -n QtUiTools-static
871 Summary:        Classes for handling Qt Designer forms in applications - static library
872 Summary(pl.UTF-8):      Klasy do obsługi formularzy Qt Designera w aplikacjach - biblioteka statyczna
873 Group:          X11/Development/Libraries
874 Requires:       QtUiTools-devel = %{version}-%{release}
875
876 %description -n QtUiTools-static
877 Classes for handling Qt Designer forms in applications - static
878 library.
879
880 %description -n QtUiTools-static -l pl.UTF-8
881 Klasy do obsługi formularzy Qt Designera w aplikacjach - biblioteka
882 statyczna.
883
884 %package -n QtWebKit
885 Summary:        Classes for rendering HTML, XHTML and SVG documents
886 Summary(pl.UTF-8):      Klasy do renderowania dokumentów HTML, XHTML i SVG
887 Group:          X11/Libraries
888 Requires:       QtGui = %{version}-%{release}
889
890 %description -n QtWebKit
891 QtWebKit provides a Web browser engine that makes it easy to embed
892 content from the World Wide Web into your Qt application. At the same
893 time Web content can be enhanced with native controls. QtWebKit
894 provides facilities for rendering of HyperText Markup Language (HTML),
895 Extensible HyperText Markup Language (XHTML) and Scalable Vector
896 Graphics (SVG) documents, styled using Cascading Style Sheets (CSS)
897 and scripted with JavaScript.
898
899 %description -n QtWebKit -l pl.UTF-8
900 QtWebKit udostępnia silnik przeglądarki WWW ułatwiający osadzanie
901 treści ze stron WWW w aplikacjach Qt. Jednocześnie treść WWW może być
902 rozszerzana o natywne kontrolki. QtWebKit zapewnia renderowanie
903 dokumentów w językach HTML (HyperText Markup Language), XHTML
904 (Extensible HyperText Markup Language) i SVG (Scalable Vector
905 Graphics) z obsługą styli CSS (Cascading Style Sheets) i skryptów w
906 języku JavaScript.
907
908 %package -n QtWebKit-devel
909 Summary:        Classes for rendering HTML, XHTML and SVG documents - development files
910 Summary(pl.UTF-8):      Klasy do renderowania dokumentów HTML, XHTML i SVG - pliki programistyczne
911 Group:          X11/Development/Libraries
912 Requires:       QtGui-devel = %{version}-%{release}
913 Requires:       QtNetwork-devel = %{version}-%{release}
914 Requires:       QtWebKit = %{version}-%{release}
915
916 %description -n QtWebKit-devel
917 Classes for rendering HTML, XHTML and SVG documents - development
918 files.
919
920 %description -n QtWebKit-devel -l pl.UTF-8
921 Klasy do renderowania dokumentów HTML, XHTML i SVG - pliki
922 programistyczne.
923
924 %package -n QtWebKit-static
925 Summary:        Classes for rendering HTML, XHTML and SVG documents - static library
926 Summary(pl.UTF-8):      Klasy do renderowania dokumentów HTML, XHTML i SVG - biblioteka statyczna
927 Group:          X11/Development/Libraries
928 Requires:       QtWebKit-devel = %{version}-%{release}
929
930 %description -n QtWebKit-static
931 Classes for rendering HTML, XHTML and SVG documents - static library.
932
933 %description -n QtWebKit-static -l pl.UTF-8
934 Klasy do renderowania dokumentów HTML, XHTML i SVG - biblioteka
935 statyczna.
936
937 %package -n QtXml
938 Summary:        Classes for handling XML
939 Summary(pl.UTF-8):      Klasy do obsługi XML-a
940 Group:          X11/Libraries
941 Requires:       QtCore = %{version}-%{release}
942
943 %description -n QtXml
944 Classes for handling XML.
945
946 %description -n QtXml -l pl.UTF-8
947 Klasy do obsługi XML-a.
948
949 %package -n QtXml-devel
950 Summary:        Classes for handling XML - development files
951 Summary(pl.UTF-8):      Klasy do obsługi XML-a - pliki programistyczne
952 Group:          X11/Development/Libraries
953 Requires:       QtCore-devel = %{version}-%{release}
954 Requires:       QtXml = %{version}-%{release}
955
956 %description -n QtXml-devel
957 Classes for handling XML - development files.
958
959 %description -n QtXml-devel -l pl.UTF-8
960 Klasy do obsługi XML-a - pliki programistyczne.
961
962 %package -n QtXml-static
963 Summary:        Classes for handling XML - static libraries
964 Summary(pl.UTF-8):      Klasy do obsługi XML-a - biblioteki statyczne
965 Group:          X11/Development/Libraries
966 Requires:       QtXml-devel = %{version}-%{release}
967
968 %description -n QtXml-static
969 Classes for handling XML - static libraries.
970
971 %description -n QtXml-static -l pl.UTF-8
972 Klasy do obsługi XML-a - biblioteki statyczne.
973
974 %package -n QtXmlPatterns
975 Summary:        QtXmlPatterns XQuery engine
976 Summary(pl.UTF-8):      Silnik zapytan XQuery QtXmlPatterns
977 Group:          X11/Libraries
978 Requires:       QtCore = %{version}-%{release}
979
980 %description -n QtXmlPatterns
981 QtXmlPatterns XQuery engine.
982
983 %description -n QtXmlPatterns -l pl.UTF-8
984 Silnik zapytan XQuery QtXmlPatterns.
985
986 %package -n QtXmlPatterns-devel
987 Summary:        QtXmlPatterns XQuery engine - development files
988 Summary(pl.UTF-8):      Silnik zapytan XQuery QtXmlPatterns - pliki programistyczne
989 Group:          X11/Development/Libraries
990 Requires:       QtNetwork-devel = %{version}-%{release}
991 Requires:       QtXmlPatterns = %{version}-%{release}
992
993 %description -n QtXmlPatterns-devel
994 QtXmlPatterns XQuery engine - development files.
995
996 %description -n QtXmlPatterns-devel -l pl.UTF-8
997 Silnik zapytan XQuery QtXmlPatterns - pliki programistyczne.
998
999 %package -n QtXmlPatterns-static
1000 Summary:        QtXmlPatterns XQuery engine - static library
1001 Summary(pl.UTF-8):      Silnik zapytan XQuery QtXmlPatterns - biblioteka statyczna
1002 Group:          X11/Development/Libraries
1003 Requires:       QtXmlPatterns-devel = %{version}-%{release}
1004
1005 %description -n QtXmlPatterns-static
1006 QtXmlPatterns XQuery engine - static library.
1007
1008 %description -n QtXmlPatterns-static -l pl.UTF-8
1009 Silnik zapytan XQuery QtXmlPatterns - biblioteka statyczna.
1010
1011 %package assistant
1012 Summary:        Qt documentation browser
1013 Summary(pl.UTF-8):      Przeglądarka dokumentacji Qt
1014 Group:          X11/Development/Tools
1015 Requires:       %{name}-doc = %{version}-%{release}
1016 Requires:       QtAssistant = %{version}-%{release}
1017 Requires:       QtDBus = %{version}-%{release}
1018
1019 %description assistant
1020 Qt Assistant is a tool for browsing on-line documentation with
1021 indexing, bookmarks and full-text search.
1022
1023 %description assistant -l pl.UTF-8
1024 Qt Assistant to narzędzie do przeglądania dokumentacji z możliwością
1025 indeksowania, dodawania zakładek i pełnotekstowego wyszukiwania.
1026
1027 %package build
1028 Summary:        Build tools for Qt4
1029 Summary(pl.UTF-8):      Narzędzia do budowania dla Qt4
1030 Group:          X11/Development/Tools
1031 Requires:       QtCore = %{version}-%{release}
1032 Requires:       QtXml = %{version}-%{release}
1033
1034 %description build
1035 This package includes the Qt resource compiler (rcc), meta objects
1036 compiler (moc), user interface compiler (uic) and qt3to4 include names
1037 converter.
1038
1039 %description build -l pl.UTF-8
1040 Ten pakiet zawiera kompilator zasobów Qt (rcc), kompilator
1041 metaobiektów (moc), kompilator interfejsów użytkownika (uic) oraz
1042 konwerter nazw plików nagłówkowych qt3to4.
1043
1044 %package designer
1045 Summary:        IDE used for GUI designing with Qt library
1046 Summary(pl.UTF-8):      IDE służące do projektowania GUI za pomocą biblioteki Qt
1047 Group:          X11/Applications
1048 Requires:       QtAssistant = %{version}-%{release}
1049 Requires:       QtDesigner = %{version}-%{release}
1050
1051 %description designer
1052 An advanced tool used for GUI designing with Qt library.
1053
1054 %description designer -l pl.UTF-8
1055 Zaawansowane narzędzie służące do projektowania interfejsu graficznego
1056 za pomocą biblioteki Qt.
1057
1058 %package linguist
1059 Summary:        Translation helper for Qt
1060 Summary(pl.UTF-8):      Aplikacja ułatwiająca tłumaczenie aplikacji oparty o Qt
1061 Group:          X11/Development/Tools
1062 Requires:       QtAssistant = %{version}-%{release}
1063 Requires:       QtUiTools = %{version}-%{release}
1064
1065 %description linguist
1066 This program provides an interface that shortens and helps systematize
1067 the process of translating GUIs. Qt Linguist takes all of the text of
1068 a UI that will be shown to the user, and presents it to a human
1069 translator in a simple window. When one UI text is translated, the
1070 program automatically progresses to the next, until they are all
1071 completed.
1072
1073 %description linguist -l pl.UTF-8
1074 Ten program oferuje interfejs znacznie przyśpieszający proces
1075 tłumaczenia interfejsu użytkownika. Zbiera wszystkie teksty
1076 przeznaczone do tłumaczenia i przedstawia w łatwym w obsłudze oknie.
1077 Gdy jeden z nich jest już przetłumaczony, automatycznie przechodzi do
1078 następnego, aż wszystkie będą przetłumaczone.
1079
1080 %package phonon
1081 Summary:        Cross-platform multimedia framework
1082 Summary(pl.UTF-8):      Wieloplatformowy szkielet multimedialny
1083 Group:          X11/Development/Tools
1084
1085 %description phonon
1086 Phonon is a cross-platform multimedia framework that enables the use
1087 of audio and video content in Qt applications.
1088
1089 %description phonon -l pl.UTF-8
1090 Phonon to wieloplatformowy szkielet multimedialny pozwalający na
1091 wykorzystywanie treści dźwiękowych i filmowych w aplikacjach Qt.
1092
1093 %package phonon-devel
1094 Summary:        Cross-platform multimedia framework - development files
1095 Summary(pl.UTF-8):      Wieloplatformowy szkielet multimedialny - pliki programistyczne
1096 Group:          X11/Development/Libraries
1097 Requires:       QtCore-devel = %{version}-%{release}
1098 Requires:       QtDBus-devel = %{version}-%{release}
1099 Requires:       QtGui-devel = %{version}-%{release}
1100 Requires:       qt4-phonon = %{version}-%{release}
1101
1102 %description phonon-devel
1103 Cross-platform multimedia framework - development files.
1104
1105 %description phonon-devel -l pl.UTF-8
1106 Wieloplatformowy szkielet multimedialny - pliki programistyczne.
1107
1108 %package qmake
1109 Summary:        Qt makefile generator
1110 Summary(pl.UTF-8):      Generator plików makefile dla aplikacji Qt
1111 Group:          X11/Development/Tools
1112
1113 %description qmake
1114 A powerful makefile generator. It can create makefiles on any platform
1115 from a simple .pro definitions file.
1116
1117 %description qmake -l pl.UTF-8
1118 Rozbudowany generator plików makefile. Potrafi tworzyć pliki makefile
1119 na każdej platformi na podstawie łatwego w przygotowaniu pliku .pro.
1120
1121 %package qtconfig
1122 Summary:        Qt widgets configuration tool
1123 Summary(pl.UTF-8):      Narzędzie do konfigurowania widgetów Qt
1124 Group:          X11/Applications
1125 Requires:       Qt3Support = %{version}-%{release}
1126 Requires:       QtGui = %{version}-%{release}
1127 Requires:       QtNetwork = %{version}-%{release}
1128 Requires:       QtSql = %{version}-%{release}
1129 Requires:       QtXml = %{version}-%{release}
1130
1131 %description qtconfig
1132 A tool for configuring look and behavior of Qt widgets.
1133
1134 %description qtconfig -l pl.UTF-8
1135 Narzędie do konfiguracji wyglądu i zachowania widgetów Qt.
1136
1137 %package -n qvfb
1138 Summary:        Qt Virtual framebuffer
1139 Summary(pl.UTF-8):      Wirtualny framebuffer dla Qt
1140 Group:          X11/Development/Libraries
1141 Requires:       QtGui = %{version}-%{release}
1142 Requires:       QtOpenGL = %{version}-%{release}
1143
1144 %description -n qvfb
1145 Qt Virtual framebuffer allows you to run Qt/Embedded applications in X
1146 window.
1147
1148 %description -n qvfb -l pl.UTF-8
1149 Qt Virtual framebuffer pozwala na uruchamianie aplikacji Qt/Embedded w
1150 okienku X.
1151
1152 %package demos
1153 Summary:        Demos of new Qt4 features
1154 Summary(pl.UTF-8):      Programy demonstrujące nowe możliwości Qt4
1155 Group:          X11/Development/Libraries
1156 Requires:       QtAssistant = %{version}-%{release}
1157 Requires:       QtXml = %{version}-%{release}
1158
1159 %description demos
1160 Demos are spiders that fly.
1161
1162 %description demos -l pl.UTF-8
1163 Dema to latające pająki.
1164
1165 %package doc
1166 Summary:        Qt Documentation in HTML format
1167 Summary(pl.UTF-8):      Dokumentacja Qt w formacie HTML
1168 Group:          X11/Development/Libraries
1169
1170 %description doc
1171 Qt documentation in HTML format.
1172
1173 %description doc -l pl.UTF-8
1174 Dokumentacja qt w formacie HTML.
1175
1176 %package examples
1177 Summary:        Example programs bundled with Qt
1178 Summary(pl.UTF-8):      Ćwiczenia i przykłady do Qt
1179 Summary(pt_BR.UTF-8):   Programas exemplo desenvolvidos com o Qt
1180 Group:          X11/Development/Libraries
1181 # no it does not , we cant be sure the user wants to compile them right?
1182 # he might just want to take a look, anwyay no single devel package now
1183 #Requires:      %{name}-devel = %{version}-%{release}
1184
1185 %description examples
1186 Example programs bundled with Qt version.
1187
1188 %description examples -l pl.UTF-8
1189 Ćwiczenia/przykłady dołączone do Qt.
1190
1191 %description examples -l pt_BR.UTF-8
1192 Programas exemplo para o Qt versão.
1193
1194 %prep
1195 %setup -q -n qt-x11-opensource-src-%{version}
1196 %patch0 -p1
1197 %patch1 -p0
1198 %patch2 -p1
1199 %patch3 -p1
1200 %patch4 -p1
1201 %patch5 -p1
1202 %patch6 -p1
1203 %patch7 -p1
1204 #%patch8 -p1
1205 %patch9 -p1
1206 %patch10 -p1
1207
1208 %{__sed} -i -e 's,usr/X11R6/,usr/g,' mkspecs/linux-g++-64/qmake.conf \
1209         mkspecs/common/linux.conf
1210
1211 # change QMAKE FLAGS to build
1212 %{__sed} -i -e '
1213         s|QMAKE_CC.*=.*gcc|QMAKE_CC\t\t= %{__cc}|;
1214         s|QMAKE_CXX.*=.*g++|QMAKE_CXX\t\t= %{__cxx}|;
1215         s|QMAKE_LINK.*=.*g++|QMAKE_LINK\t\t= %{__cxx}|;
1216         s|QMAKE_LINK_SHLIB.*=.*g++|QMAKE_LINK_SHLIB\t= %{__cxx}|;
1217         s|QMAKE_CFLAGS_RELEASE.*|QMAKE_CFLAGS_RELEASE\t+= %{rpmcppflags} %{rpmcflags}|;
1218         s|QMAKE_CXXFLAGS_RELEASE.*|QMAKE_CXXFLAGS_RELEASE\t+= %{rpmcppflags} %{rpmcxxflags}|;
1219         s|QMAKE_CFLAGS_DEBUG.*|QMAKE_CFLAGS_DEBUG\t+= %{debugcflags}|;
1220         s|QMAKE_CXXFLAGS_DEBUG.*|QMAKE_CXXFLAGS_DEBUG\t+= %{debugcflags}|;
1221         ' mkspecs/common/g++.conf
1222
1223 %{__sed} -i -e '
1224         s|QMAKE_INCDIR_QT.*|QMAKE_INCDIR_QT       = %{_includedir}/qt4|;
1225         ' mkspecs/common/linux.conf
1226
1227 %build
1228 # pass OPTFLAGS to build qmake itself with optimization
1229 export OPTFLAGS="%{rpmcflags}"
1230 export PATH=$PWD/bin:$PATH
1231
1232 ##################################
1233 # DEFAULT OPTIONS FOR ALL BUILDS #
1234 ##################################
1235
1236 COMMONOPT=" \
1237         -DQT_CLEAN_NAMESPACE \
1238         -buildkey pld \
1239         -verbose \
1240         -prefix %{_qtdir} \
1241         -bindir %{_qtdir}/bin \
1242         -docdir %{_docdir}/%{name}-doc \
1243         -headerdir %{_includedir}/qt4 \
1244         -libdir %{_libdir} \
1245         -L%{_libdir} \
1246         -plugindir %{_qtdir}/plugins \
1247         -datadir %{_datadir}/qt4 \
1248         -translationdir %{_datadir}/locale/ \
1249         -sysconfdir %{_sysconfdir}/qt4 \
1250         -examplesdir %{_examplesdir}/qt4 \
1251         -demosdir %{_examplesdir}/qt4-demos \
1252         -fast \
1253         -glib \
1254         -%{!?with_pch:no-}pch \
1255         -no-rpath \
1256         %{!?with_sse:-no-sse} \
1257         %{!?with_sse2:-no-sse2} \
1258         -qdbus \
1259         -qt-gif \
1260         -system-libjpeg \
1261         -system-libmng \
1262         -system-libpng \
1263         -system-zlib \
1264         -exceptions \
1265         -largefile \
1266         -I/usr/include/postgresql/server \
1267         -I/usr/include/mysql \
1268         %{?with_cups:-cups} \
1269         %{?with_nas:-system-nas-sound} \
1270         %{?debug:-debug} \
1271         %{!?debug:-release} \
1272         -qt3support \
1273         -fontconfig \
1274         -iconv \
1275         -no-separate-debug-info \
1276         -xfixes \
1277         -nis \
1278         -sm \
1279         -tablet \
1280         -xcursor \
1281         -xkb \
1282         -xrender \
1283         -xshape \
1284         -xmlpatterns \
1285         -continue"
1286
1287 ##################################
1288 #         STATIC MULTI-THREAD      #
1289 ##################################
1290
1291 %if %{with static_libs}
1292 OPT=" \
1293         -%{!?with_mysql:no}%{?with_mysql:qt}-sql-mysql \
1294         -%{!?with_odbc:no}%{?with_odbc:qt}-sql-odbc \
1295         -%{!?with_pgsql:no}%{?with_pgsql:qt}-sql-psql \
1296         -%{!?with_sqlite3:no}%{?with_sqlite3:qt}-sql-sqlite \
1297         -%{!?with_sqlite:no}%{?with_sqlite:qt}-sql-sqlite2 \
1298         -%{!?with_ibase:no}%{?with_ibase:qt}-sql-ibase \
1299         -static"
1300
1301 echo "yes" | ./configure $COMMONOPT $OPT
1302
1303 %{__make} -C src
1304 %{__make} -C tools/assistant/lib
1305 %{__make} -C tools/designer
1306 if [ ! -d staticlib ]; then
1307         mkdir staticlib
1308         cp -a lib/*.a staticlib
1309 fi
1310 %{__make} confclean
1311 %endif
1312
1313 ##################################
1314 #         SHARED MULTI-THREAD      #
1315 ##################################
1316
1317 OPT=" \
1318         -%{!?with_mysql:no}%{?with_mysql:plugin}-sql-mysql \
1319         -%{!?with_odbc:no}%{?with_odbc:plugin}-sql-odbc \
1320         -%{!?with_pgsql:no}%{?with_pgsql:plugin}-sql-psql \
1321         -%{!?with_sqlite3:no}%{?with_sqlite3:plugin}-sql-sqlite \
1322         -%{!?with_sqlite:no}%{?with_sqlite:plugin}-sql-sqlite2 \
1323         -%{!?with_ibase:no}%{?with_ibase:plugin}-sql-ibase"
1324
1325 echo "yes" | ./configure $COMMONOPT $OPT
1326
1327 %{__make}
1328 %{__make} \
1329         sub-tools-all-ordered \
1330         sub-demos-all-ordered \
1331         sub-examples-all-ordered
1332
1333 %install
1334 rm -rf $RPM_BUILD_ROOT
1335 install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir},%{_pixmapsdir},%{_pkgconfigdir}}
1336 install -d $RPM_BUILD_ROOT%{_qtdir}/plugins/{crypto,network}
1337
1338 %{__make} install \
1339         INSTALL_ROOT=$RPM_BUILD_ROOT
1340
1341 # kill -L/inside/builddir from *.la and *.pc (bug #77152)
1342 %{__sed} -i -e "s,-L$PWD/lib,,g" $RPM_BUILD_ROOT%{_libdir}/*.{la,prl}
1343 %{__sed} -i -e "s,-L$PWD/lib,,g" $RPM_BUILD_ROOT%{_pkgconfigdir}/*.pc
1344 %{__sed} -i -e '
1345         s|moc_location=.*|moc_location=%{_bindir}/moc-qt4|;
1346         s|uic_location=.*|uic_location=%{_bindir}/uic-qt4|;
1347         ' $RPM_BUILD_ROOT%{_pkgconfigdir}/*.pc
1348
1349 # install tools
1350 install bin/findtr      $RPM_BUILD_ROOT%{_qtdir}/bin
1351
1352 cd $RPM_BUILD_ROOT%{_bindir}
1353 ln -sf ../%{_lib}/qt4/bin/assistant assistant-qt4
1354 ln -sf ../%{_lib}/qt4/bin/designer designer-qt4
1355 ln -sf ../%{_lib}/qt4/bin/findtr findtr-qt4
1356 ln -sf ../%{_lib}/qt4/bin/linguist linguist-qt4
1357 ln -sf ../%{_lib}/qt4/bin/lrelease lrelease-qt4
1358 ln -sf ../%{_lib}/qt4/bin/lupdate lupdate-qt4
1359 ln -sf ../%{_lib}/qt4/bin/moc moc-qt4
1360 ln -sf ../%{_lib}/qt4/bin/qmake qmake-qt4
1361 ln -sf ../%{_lib}/qt4/bin/qtconfig qtconfig-qt4
1362 ln -sf ../%{_lib}/qt4/bin/uic uic-qt4
1363 ln -sf ../%{_lib}/qt4/bin/qt3to4 .
1364 ln -sf ../%{_lib}/qt4/bin/rcc .
1365 ln -sf ../%{_lib}/qt4/bin/uic3 .
1366 ln -sf ../%{_lib}/qt4/bin/pixeltool .
1367 ln -sf ../%{_lib}/qt4/bin/qdbus .
1368 ln -sf ../%{_lib}/qt4/bin/qdbuscpp2xml .
1369 ln -sf ../%{_lib}/qt4/bin/qdbusxml2cpp .
1370 ln -sf ../%{_lib}/qt4/bin/qdbusviewer .
1371 ln -sf ../%{_lib}/qt4/bin/qvfb .
1372 cd -
1373
1374 install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}/qtconfig-qt4.desktop
1375 install tools/qtconfig/images/appicon.png \
1376         $RPM_BUILD_ROOT%{_pixmapsdir}/qtconfig-qt4.png
1377
1378 install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}/linguist-qt4.desktop
1379 install tools/linguist/linguist/images/appicon.png \
1380         $RPM_BUILD_ROOT%{_pixmapsdir}/linguist-qt4.png
1381
1382 install %{SOURCE4} $RPM_BUILD_ROOT%{_desktopdir}/assistant-qt4.desktop
1383
1384 install %{SOURCE3} $RPM_BUILD_ROOT%{_desktopdir}/designer-qt4.desktop
1385 install tools/designer/src/designer/images/designer.png \
1386         $RPM_BUILD_ROOT%{_pixmapsdir}/designer-qt4.png
1387
1388 %if %{with static_libs}
1389 install staticlib/*.a $RPM_BUILD_ROOT%{_libdir}
1390 %endif
1391
1392 #
1393 # Locale
1394 #
1395 for f in translations/*_pl.ts ; do
1396         LD_LIBRARY_PATH=lib bin/lrelease $f -qm translations/$(basename $f .ts).qm
1397 done
1398
1399 rm -f $RPM_BUILD_ROOT%{_datadir}/locale/*.qm
1400 for file in translations/*.qm tools/assistant/*.qm tools/designer/designer/*.qm tools/linguist/linguist/*.qm; do
1401         [ ! -f $file ] && continue
1402         eval "`echo $file | sed -r 's:.*/([a-zA-Z]+(_[a-zA-Z]{3,}){0,1})_(((ja)_jp)|([a-z]{2}_[A-Z]{2,})|([a-z]{2}))\.qm$:MOD=\1 ; lang=\5\6\7:'`"
1403         [ "$lang" == "iw" ] && lang=he
1404         MOD=qt4-$MOD
1405         [ "$MOD" == "qt4-qt" ] && MOD=qt4
1406         install -d $RPM_BUILD_ROOT%{_datadir}/locale/$lang/LC_MESSAGES
1407         cp $file $RPM_BUILD_ROOT%{_datadir}/locale/$lang/LC_MESSAGES/$MOD.qm
1408 done
1409
1410 cd $RPM_BUILD_ROOT%{_includedir}/qt4/Qt
1411 # QtCore must be the last
1412 for f in ../Qt{3Support,Assistant,DBus,Designer,Gui,Help,Network,OpenGL,Script,Sql,Svg,Test,UiTools,WebKit,Xml,XmlPatterns,Core}/*; do
1413         if [ ! -d $f ]; then
1414                 ln -sf $f `basename $f`
1415         fi
1416 done
1417 cd -
1418
1419 # Ship doc & qmake stuff
1420 ln -s %{_docdir}/%{name}-doc $RPM_BUILD_ROOT%{_qtdir}/doc
1421 ln -s %{_datadir}/qt4/mkspecs $RPM_BUILD_ROOT%{_qtdir}/mkspecs
1422
1423 for f in $RPM_BUILD_ROOT%{_pkgconfigdir}/*.pc; do
1424         HAVEDEBUG=`echo $f | grep _debug | wc -l`
1425         MODULE=`echo $f | basename $f | cut -d. -f1 | cut -d_ -f1`
1426         MODULE2=`echo $MODULE | tr a-z A-Z | sed s:QT::`
1427         DEFS="-D_REENTRANT"
1428
1429         if [ "$MODULE2" == "3SUPPORT" ]; then
1430                 DEFS="$DEFS -DQT3_SUPPORT -DQT_QT3SUPPORT_LIB"
1431         else
1432                 DEFS="$DEFS -DQT_"$MODULE2"_LIB"
1433         fi
1434         [ "$HAVEDEBUG" -eq 0 ] && DEFS="$DEFS -DQT_NO_DEBUG"
1435
1436         sed -i -e "s:-DQT_SHARED:-DQT_SHARED $DEFS:" $f
1437 done
1438
1439 # Prepare some files list
1440 ifecho() {
1441         RESULT=`echo $RPM_BUILD_ROOT$2 2>/dev/null`
1442         [ "$RESULT" == "" ] && return # XXX this is never true due $RPM_BUILD_ROOT being set
1443         r=`echo $RESULT | awk '{ print $1 }'`
1444
1445         if [ -d "$r" ]; then
1446                 echo "%%dir $2" >> $1.files
1447         elif [ -x "$r" ] ; then
1448                 echo "%%attr(755,root,root) $2" >> $1.files
1449         elif [ -f "$r" ]; then
1450                 echo "$2" >> $1.files
1451         else
1452                 echo "Error generation $1 files list!"
1453                 echo "$r: no such file or direcotry!"
1454                 return 1
1455         fi
1456 }
1457
1458 mkdevfl() {
1459         set -x
1460         MODULE=$1; shift
1461         echo "%%defattr(644,root,root,755)" > $MODULE-devel.files
1462         ifecho $MODULE-devel "%{_libdir}/lib$MODULE*.so"
1463         ifecho $MODULE-devel "%{_libdir}/lib$MODULE*.la"
1464         ifecho $MODULE-devel "%{_libdir}/lib$MODULE*.prl"
1465         ifecho $MODULE-devel "%{_pkgconfigdir}/$MODULE*.pc"
1466         if [ -d "$RPM_BUILD_ROOT%{_includedir}/qt4/$MODULE" ]; then
1467                 ifecho $MODULE-devel %{_includedir}/qt4/$MODULE
1468         fi
1469         for f in `find $RPM_BUILD_ROOT%{_includedir}/qt4/$MODULE -printf "%%P "`; do
1470                 ifecho $MODULE-devel %{_includedir}/qt4/$MODULE/$f
1471                 if [ -a "$RPM_BUILD_ROOT%{_includedir}/qt4/Qt/$f" ]; then
1472                         ifecho $MODULE-devel %{_includedir}/qt4/Qt/$f
1473                 fi
1474         done
1475         for f in $@; do ifecho $MODULE-devel $f; done
1476 }
1477
1478 mkdevfl QtCore %{_includedir}/qt4 %{_includedir}/qt4/Qt
1479 mkdevfl QtDBus %{_qtdir}/bin/qdbuscpp2xml %{_qtdir}/bin/qdbusxml2cpp %{_bindir}/qdbuscpp2xml %{_bindir}/qdbusxml2cpp
1480 mkdevfl QtGui
1481 mkdevfl QtNetwork
1482 mkdevfl QtOpenGL
1483 mkdevfl QtScript
1484 mkdevfl QtSql
1485 mkdevfl QtSvg
1486 mkdevfl QtTest
1487 mkdevfl QtHelp
1488 mkdevfl QtWebKit
1489 mkdevfl QtCLucene
1490 mkdevfl QtXml
1491 mkdevfl QtXmlPatterns
1492 mkdevfl Qt3Support
1493 mkdevfl phonon
1494
1495 # without *.la *.pc etc.
1496 mkdevfl QtAssistant || /bin/true
1497 mkdevfl QtDesigner || /bin/true
1498 mkdevfl QtUiTools || /bin/true
1499
1500 # without glob (exclude QtXmlPatterns*)
1501 %{__sed} -i 's,QtXml\*,QtXml,g' QtXml-devel.files
1502
1503 echo "%defattr(644,root,root,755)" > examples.files
1504 ifecho examples %{_examplesdir}/qt4
1505 for f in `find $RPM_BUILD_ROOT%{_examplesdir}/qt4 -printf "%%P "`; do
1506         ifecho examples %{_examplesdir}/qt4/$f
1507 done
1508
1509 echo "%defattr(644,root,root,755)" > demos.files
1510 ifecho demos "%{_examplesdir}/qt4-demos"
1511 ifecho demos "%{_qtdir}/bin/qtdemo"
1512 for f in `find $RPM_BUILD_ROOT%{_examplesdir}/qt4-demos -printf "%%P "`; do
1513         ifecho demos %{_examplesdir}/qt4-demos/$f
1514 done
1515
1516 %clean
1517 rm -rf $RPM_BUILD_ROOT
1518
1519 %post   -n Qt3Support   -p /sbin/ldconfig
1520 %postun -n Qt3Support   -p /sbin/ldconfig
1521
1522 %post   -n QtAssistant  -p /sbin/ldconfig
1523 %postun -n QtAssistant  -p /sbin/ldconfig
1524
1525 %post   -n QtCLucene    -p /sbin/ldconfig
1526 %postun -n QtCLucene    -p /sbin/ldconfig
1527
1528 %post   -n QtCore       -p /sbin/ldconfig
1529 %postun -n QtCore       -p /sbin/ldconfig
1530
1531 %post   -n QtDBus       -p /sbin/ldconfig
1532 %postun -n QtDBus       -p /sbin/ldconfig
1533
1534 %post   -n QtDesigner   -p /sbin/ldconfig
1535 %postun -n QtDesigner   -p /sbin/ldconfig
1536
1537 %post   -n QtGui        -p /sbin/ldconfig
1538 %postun -n QtGui        -p /sbin/ldconfig
1539
1540 %post   -n QtHelp       -p /sbin/ldconfig
1541 %postun -n QtHelp       -p /sbin/ldconfig
1542
1543 %post   -n QtNetwork    -p /sbin/ldconfig
1544 %postun -n QtNetwork    -p /sbin/ldconfig
1545
1546 %post   -n QtOpenGL     -p /sbin/ldconfig
1547 %postun -n QtOpenGL     -p /sbin/ldconfig
1548
1549 %post   -n QtScript     -p /sbin/ldconfig
1550 %postun -n QtScript     -p /sbin/ldconfig
1551
1552 %post   -n QtSql        -p /sbin/ldconfig
1553 %postun -n QtSql        -p /sbin/ldconfig
1554
1555 %post   -n QtSvg        -p /sbin/ldconfig
1556 %postun -n QtSvg        -p /sbin/ldconfig
1557
1558 %post   -n QtTest       -p /sbin/ldconfig
1559 %postun -n QtTest       -p /sbin/ldconfig
1560
1561 %post   -n QtUiTools    -p /sbin/ldconfig
1562 %postun -n QtUiTools    -p /sbin/ldconfig
1563
1564 %post   -n QtWebKit     -p /sbin/ldconfig
1565 %postun -n QtWebKit     -p /sbin/ldconfig
1566
1567 %post   -n QtXml        -p /sbin/ldconfig
1568 %postun -n QtXml        -p /sbin/ldconfig
1569
1570 %post   -n QtXmlPatterns        -p /sbin/ldconfig
1571 %postun -n QtXmlPatterns        -p /sbin/ldconfig
1572
1573 %post   phonon          -p /sbin/ldconfig
1574 %postun phonon          -p /sbin/ldconfig
1575
1576 %files -n Qt3Support
1577 %defattr(644,root,root,755)
1578 %attr(755,root,root) %{_libdir}/libQt3Support.so.*.*
1579 %attr(755,root,root) %ghost %{_libdir}/libQt3Support.so.4
1580
1581 %files -n QtAssistant
1582 %defattr(644,root,root,755)
1583 %attr(755,root,root) %{_libdir}/libQtAssistantClient.so.*.*
1584 %attr(755,root,root) %ghost %{_libdir}/libQtAssistantClient.so.4
1585
1586 %files -n QtCLucene
1587 %defattr(644,root,root,755)
1588 %attr(755,root,root) %{_libdir}/libQtCLucene.so.*.*
1589 %attr(755,root,root) %ghost %{_libdir}/libQtCLucene.so.4
1590
1591 %files -n QtCore
1592 %defattr(644,root,root,755)
1593 %attr(755,root,root) %{_libdir}/libQtCore.so.*.*
1594 %attr(755,root,root) %ghost %{_libdir}/libQtCore.so.4
1595 %dir %{_qtdir}
1596 %dir %{_qtdir}/bin
1597 %dir %{_qtdir}/plugins
1598 %dir %{_qtdir}/plugins/accessible
1599 %dir %{_qtdir}/plugins/codecs
1600 %dir %{_qtdir}/plugins/crypto
1601 %dir %{_qtdir}/plugins/iconengines
1602 %dir %{_qtdir}/plugins/imageformats
1603 %dir %{_qtdir}/plugins/inputmethods
1604 %dir %{_qtdir}/plugins/network
1605 %dir %{_qtdir}/plugins/sqldrivers
1606 %dir %{_qtdir}/plugins/script
1607 %dir %{_datadir}/qt4
1608 %lang(ar) %{_datadir}/locale/ar/LC_MESSAGES/qt4.qm
1609 %lang(de) %{_datadir}/locale/de/LC_MESSAGES/qt4.qm
1610 %lang(es) %{_datadir}/locale/es/LC_MESSAGES/qt4.qm
1611 %lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/qt4.qm
1612 %lang(he) %{_datadir}/locale/he/LC_MESSAGES/qt4.qm
1613 %lang(ja) %{_datadir}/locale/ja/LC_MESSAGES/qt4.qm
1614 %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/qt4.qm
1615 %lang(pt) %{_datadir}/locale/pt/LC_MESSAGES/qt4.qm
1616 %lang(ru) %{_datadir}/locale/ru/LC_MESSAGES/qt4.qm
1617 %lang(sk) %{_datadir}/locale/sk/LC_MESSAGES/qt4.qm
1618 %lang(sv) %{_datadir}/locale/sv/LC_MESSAGES/qt4.qm
1619 %lang(uk) %{_datadir}/locale/uk/LC_MESSAGES/qt4.qm
1620 %lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/qt4.qm
1621 %lang(zh_TW) %{_datadir}/locale/zh_TW/LC_MESSAGES/qt4.qm
1622
1623 %files -n QtDBus
1624 %defattr(644,root,root,755)
1625 %attr(755,root,root) %{_bindir}/qdbus
1626 %attr(755,root,root) %{_bindir}/qdbusviewer
1627 %attr(755,root,root) %{_libdir}/libQtDBus.so.*.*
1628 %attr(755,root,root) %ghost %{_libdir}/libQtDBus.so.4
1629 %attr(755,root,root) %{_qtdir}/bin/qdbus
1630 %attr(755,root,root) %{_qtdir}/bin/qdbusviewer
1631 # ?? is this the proper place?
1632 %attr(755,root,root) %{_qtdir}/plugins/script/libqtscriptdbus.so
1633
1634 %files -n QtDesigner
1635 %defattr(644,root,root,755)
1636 %attr(755,root,root) %{_libdir}/libQtDesigner.so.*.*
1637 %attr(755,root,root) %ghost %{_libdir}/libQtDesigner.so.4
1638 %attr(755,root,root) %{_libdir}/libQtDesignerComponents.so.*.*
1639 %attr(755,root,root) %ghost %{_libdir}/libQtDesignerComponents.so.4
1640 %dir %{_qtdir}/plugins/designer
1641 %attr(755,root,root) %{_qtdir}/plugins/designer/*.so
1642
1643 %files -n QtGui
1644 %defattr(644,root,root,755)
1645 %attr(755,root,root) %{_libdir}/libQtGui.so.*.*
1646 %attr(755,root,root) %ghost %{_libdir}/libQtGui.so.4
1647 %attr(755,root,root) %{_qtdir}/plugins/accessible/*.so
1648 %attr(755,root,root) %{_qtdir}/plugins/codecs/*.so
1649 %attr(755,root,root) %{_qtdir}/plugins/iconengines/*.so
1650 %attr(755,root,root) %{_qtdir}/plugins/imageformats/*.so
1651 %attr(755,root,root) %{_qtdir}/plugins/inputmethods/*.so
1652
1653 %files -n QtHelp
1654 %defattr(644,root,root,755)
1655 %attr(755,root,root) %{_libdir}/libQtHelp.so.*.*
1656 %attr(755,root,root) %ghost %{_libdir}/libQtHelp.so.4
1657 %attr(755,root,root) %{_qtdir}/bin/qhelpconverter
1658 %attr(755,root,root) %{_qtdir}/bin/qhelpgenerator
1659 %lang(de) %{_datadir}/locale/de/LC_MESSAGES/qt4-qt_help.qm
1660 %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/qt4-qt_help.qm
1661 %lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/qt4-qt_help.qm
1662 %lang(zh_TW) %{_datadir}/locale/zh_TW/LC_MESSAGES/qt4-qt_help.qm
1663
1664 %files -n QtNetwork
1665 %defattr(644,root,root,755)
1666 %attr(755,root,root) %{_libdir}/libQtNetwork.so.*.*
1667 %attr(755,root,root) %ghost %{_libdir}/libQtNetwork.so.4
1668
1669 %files -n QtOpenGL
1670 %defattr(644,root,root,755)
1671 %attr(755,root,root) %{_libdir}/libQtOpenGL.so.*.*
1672 %attr(755,root,root) %ghost %{_libdir}/libQtOpenGL.so.4
1673
1674 %files -n QtScript
1675 %defattr(644,root,root,755)
1676 %attr(755,root,root) %{_libdir}/libQtScript.so.*.*
1677 %attr(755,root,root) %ghost %{_libdir}/libQtScript.so.4
1678
1679 %files -n QtSql
1680 %defattr(644,root,root,755)
1681 %attr(755,root,root) %{_libdir}/libQtSql.so.*.*
1682 %attr(755,root,root) %ghost %{_libdir}/libQtSql.so.4
1683
1684 %if %{with mysql}
1685 %files -n QtSql-mysql
1686 %defattr(644,root,root,755)
1687 %attr(755,root,root) %{_qtdir}/plugins/sqldrivers/libqsqlmysql.so
1688 %endif
1689
1690 %if %{with pgsql}
1691 %files -n QtSql-pgsql
1692 %defattr(644,root,root,755)
1693 %attr(755,root,root) %{_qtdir}/plugins/sqldrivers/libqsqlpsql.so
1694 %endif
1695
1696 %if %{with sqlite}
1697 %files -n QtSql-sqlite
1698 %defattr(644,root,root,755)
1699 %attr(755,root,root) %{_qtdir}/plugins/sqldrivers/libqsqlite2.so
1700 %endif
1701
1702 %if %{with sqlite3}
1703 %files -n QtSql-sqlite3
1704 %defattr(644,root,root,755)
1705 %attr(755,root,root) %{_qtdir}/plugins/sqldrivers/libqsqlite.so
1706 %endif
1707
1708 %if %{with ibase}
1709 %files -n QtSql-ibase
1710 %defattr(644,root,root,755)
1711 %attr(755,root,root) %{_qtdir}/plugins/sqldrivers/libqsqlibase.so
1712 %endif
1713
1714 %if %{with odbc}
1715 %files -n QtSql-odbc
1716 %defattr(644,root,root,755)
1717 %attr(755,root,root) %{_qtdir}/plugins/sqldrivers/libqsqlodbc.so
1718 %endif
1719
1720 %files -n QtSvg
1721 %defattr(644,root,root,755)
1722 %attr(755,root,root) %{_libdir}/libQtSvg.so.*.*
1723 %attr(755,root,root) %ghost %{_libdir}/libQtSvg.so.4
1724
1725 %files -n QtTest
1726 %defattr(644,root,root,755)
1727 %attr(755,root,root) %{_libdir}/libQtTest.so.*.*
1728 %attr(755,root,root) %ghost %{_libdir}/libQtTest.so.4
1729
1730 %files -n QtUiTools
1731 %defattr(644,root,root,755)
1732 %attr(755,root,root) %{_libdir}/libQtUiTools.so.*.*
1733 %attr(755,root,root) %ghost %{_libdir}/libQtUiTools.so.4
1734
1735 %files -n QtWebKit
1736 %defattr(644,root,root,755)
1737 %attr(755,root,root) %{_libdir}/libQtWebKit.so.*.*
1738 %attr(755,root,root) %ghost %{_libdir}/libQtWebKit.so.4
1739
1740 %files -n QtXml
1741 %defattr(644,root,root,755)
1742 %attr(755,root,root) %{_libdir}/libQtXml.so.*.*
1743 %attr(755,root,root) %ghost %{_libdir}/libQtXml.so.4
1744
1745 %files -n QtXmlPatterns
1746 %defattr(644,root,root,755)
1747 %attr(755,root,root) %{_qtdir}/bin/xmlpatterns
1748 %attr(755,root,root) %{_libdir}/libQtXmlPatterns.so.*.*
1749 %attr(755,root,root) %ghost %{_libdir}/libQtXmlPatterns.so.4
1750
1751 %files assistant
1752 %defattr(644,root,root,755)
1753 %attr(755,root,root) %{_bindir}/pixeltool
1754 %attr(755,root,root) %{_bindir}/assistant-qt4
1755 %attr(755,root,root) %{_qtdir}/bin/pixeltool
1756 %attr(755,root,root) %{_qtdir}/bin/qcollectiongenerator
1757 %attr(755,root,root) %{_qtdir}/bin/assistant
1758 %attr(755,root,root) %{_qtdir}/bin/assistant_adp
1759 %lang(de) %{_datadir}/locale/de/LC_MESSAGES/qt4-assistant*.qm
1760 %lang(ja) %{_datadir}/locale/ja/LC_MESSAGES/qt4-assistant*.qm
1761 %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/qt4-assistant*.qm
1762 %lang(zh_CN) %{_datadir}/locale/zh_*/LC_MESSAGES/qt4-assistant*.qm
1763 %{_desktopdir}/assistant-qt4.desktop
1764 #%{_pixmapsdir}/assistant-qt4.png
1765
1766 %files build
1767 %defattr(644,root,root,755)
1768 %attr(755,root,root) %{_bindir}/rcc
1769 %attr(755,root,root) %{_bindir}/moc-qt4
1770 %attr(755,root,root) %{_bindir}/qt3to4
1771 %attr(755,root,root) %{_bindir}/uic-qt4
1772 %attr(755,root,root) %{_qtdir}/bin/rcc
1773 %attr(755,root,root) %{_qtdir}/bin/moc
1774 %attr(755,root,root) %{_qtdir}/bin/qt3to4
1775 %attr(755,root,root) %{_qtdir}/bin/uic
1776 %{_datadir}/qt4/q3porting.xml
1777
1778 %files designer
1779 %defattr(644,root,root,755)
1780 %attr(755,root,root) %{_bindir}/designer-qt4
1781 %attr(755,root,root) %{_qtdir}/bin/designer
1782 %lang(de) %{_datadir}/locale/de/LC_MESSAGES/qt4-designer.qm
1783 %lang(ja) %{_datadir}/locale/ja/LC_MESSAGES/qt4-designer.qm
1784 %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/qt4-designer.qm
1785 %lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/qt4-designer.qm
1786 %lang(zh_TW) %{_datadir}/locale/zh_TW/LC_MESSAGES/qt4-designer.qm
1787 %{_desktopdir}/designer-qt4.desktop
1788 %{_pixmapsdir}/designer-qt4.png
1789
1790 %files linguist
1791 %defattr(644,root,root,755)
1792 %attr(755,root,root) %{_bindir}/findtr-qt4
1793 %attr(755,root,root) %{_bindir}/linguist-qt4
1794 %attr(755,root,root) %{_bindir}/lrelease-qt4
1795 %attr(755,root,root) %{_bindir}/lupdate-qt4
1796 %attr(755,root,root) %{_qtdir}/bin/findtr
1797 %attr(755,root,root) %{_qtdir}/bin/linguist
1798 %attr(755,root,root) %{_qtdir}/bin/lrelease
1799 %attr(755,root,root) %{_qtdir}/bin/lupdate
1800 %lang(de) %{_datadir}/locale/de/LC_MESSAGES/qt4-linguist.qm
1801 %lang(ja) %{_datadir}/locale/ja/LC_MESSAGES/qt4-linguist.qm
1802 %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/qt4-linguist.qm
1803 %lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/qt4-linguist.qm
1804 %lang(zh_TW) %{_datadir}/locale/zh_TW/LC_MESSAGES/qt4-linguist.qm
1805 %{_datadir}/qt4/phrasebooks
1806 %{_desktopdir}/linguist-qt4.desktop
1807 %{_pixmapsdir}/linguist-qt4.png
1808
1809 %files phonon
1810 %defattr(644,root,root,755)
1811 %attr(755,root,root) %{_libdir}/libphonon.so.*.*
1812 %attr(755,root,root) %ghost %{_libdir}/libphonon.so.4
1813 %dir %{_qtdir}/plugins/phonon_backend
1814 %attr(755,root,root) %{_qtdir}/plugins/phonon_backend/libphonon_gstreamer.so
1815
1816 %files qmake
1817 %defattr(644,root,root,755)
1818 %attr(755,root,root) %{_bindir}/qmake-qt4
1819 %attr(755,root,root) %{_qtdir}/bin/qmake
1820 %{_datadir}/qt4/mkspecs
1821 %{_qtdir}/mkspecs
1822
1823 %files qtconfig
1824 %defattr(644,root,root,755)
1825 %attr(755,root,root) %{_bindir}/qtconfig-qt4
1826 %attr(755,root,root) %{_qtdir}/bin/qtconfig
1827 %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/qt4-qtconfig.qm
1828 %lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/qt4-qtconfig.qm
1829 %lang(zh_TW) %{_datadir}/locale/zh_TW/LC_MESSAGES/qt4-qtconfig.qm
1830 %{_desktopdir}/qtconfig-qt4.desktop
1831 %{_pixmapsdir}/qtconfig-qt4.png
1832
1833 %files -n qvfb
1834 %defattr(644,root,root,755)
1835 %attr(755,root,root) %{_bindir}/qvfb
1836 %attr(755,root,root) %{_qtdir}/bin/qvfb
1837 %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/qt4-qvfb.qm
1838 %lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/qt4-qvfb.qm
1839 %lang(zh_TW) %{_datadir}/locale/zh_TW/LC_MESSAGES/qt4-qvfb.qm
1840
1841 %files doc
1842 %defattr(644,root,root,755)
1843 %{_docdir}/%{name}-doc
1844 %{_qtdir}/doc
1845
1846 %files -n QtCLucene-devel -f QtCLucene-devel.files
1847 %defattr(644,root,root,755)
1848
1849 %files -n Qt3Support-devel -f Qt3Support-devel.files
1850 %defattr(644,root,root,755)
1851 %attr(755,root,root) %{_bindir}/uic3
1852 %attr(755,root,root) %{_qtdir}/bin/uic3
1853
1854 %files -n QtAssistant-devel -f QtAssistant-devel.files
1855 %defattr(644,root,root,755)
1856
1857 %files -n QtCore-devel -f QtCore-devel.files
1858 %defattr(644,root,root,755)
1859
1860 %files -n QtDBus-devel -f QtDBus-devel.files
1861 %defattr(644,root,root,755)
1862
1863 %files -n QtDesigner-devel -f QtDesigner-devel.files
1864 %defattr(644,root,root,755)
1865
1866 %files -n QtGui-devel -f QtGui-devel.files
1867 %defattr(644,root,root,755)
1868
1869 %files -n QtHelp-devel -f QtHelp-devel.files
1870 %defattr(644,root,root,755)
1871
1872 %files -n QtNetwork-devel -f QtNetwork-devel.files
1873 %defattr(644,root,root,755)
1874
1875 %files -n QtOpenGL-devel -f QtOpenGL-devel.files
1876 %defattr(644,root,root,755)
1877
1878 %files -n QtScript-devel -f QtScript-devel.files
1879 %defattr(644,root,root,755)
1880
1881 %files -n QtSql-devel -f QtSql-devel.files
1882 %defattr(644,root,root,755)
1883
1884 %files -n QtSvg-devel -f QtSvg-devel.files
1885 %defattr(644,root,root,755)
1886
1887 %files -n QtTest-devel -f QtTest-devel.files
1888 %defattr(644,root,root,755)
1889
1890 %files -n QtUiTools-devel -f QtUiTools-devel.files
1891 %defattr(644,root,root,755)
1892
1893 %files -n QtWebKit-devel -f QtWebKit-devel.files
1894 %defattr(644,root,root,755)
1895
1896 %files -n QtXml-devel -f QtXml-devel.files
1897 %defattr(644,root,root,755)
1898
1899 %files -n QtXmlPatterns-devel -f QtXmlPatterns-devel.files
1900 %defattr(644,root,root,755)
1901
1902 %files phonon-devel -f phonon-devel.files
1903 %defattr(644,root,root,755)
1904
1905 %if %{with static_libs}
1906 %files -n Qt3Support-static
1907 %defattr(644,root,root,755)
1908 %{_libdir}/libQt3Support.a
1909
1910 #%files -n QtAssistant-static
1911 #%defattr(644,root,root,755)
1912 #%{_libdir}/libQtAssistantClient.a
1913
1914 #%files -n QtCLucene-static
1915 #%defattr(644,root,root,755)
1916 #%{_libdir}/libQtCLucene.a
1917
1918 %files -n QtCore-static
1919 %defattr(644,root,root,755)
1920 %{_libdir}/libQtCore.a
1921
1922 %files -n QtDBus-static
1923 %defattr(644,root,root,755)
1924 %{_libdir}/libQtDBus.a
1925
1926 %files -n QtDesigner-static
1927 %defattr(644,root,root,755)
1928 %{_libdir}/libQtDesigner.a
1929 %{_libdir}/libQtDesignerComponents.a
1930
1931 %files -n QtGui-static
1932 %defattr(644,root,root,755)
1933 %{_libdir}/libQtGui.a
1934
1935 %files -n QtHelp-static
1936 %defattr(644,root,root,755)
1937 %{_libdir}/libQtHelp.a
1938
1939 %files -n QtNetwork-static
1940 %defattr(644,root,root,755)
1941 %{_libdir}/libQtNetwork.a
1942
1943 %files -n QtOpenGL-static
1944 %defattr(644,root,root,755)
1945 %{_libdir}/libQtOpenGL.a
1946
1947 %files -n QtScript-static
1948 %defattr(644,root,root,755)
1949 %{_libdir}/libQtScript.a
1950
1951 %files -n QtSql-static
1952 %defattr(644,root,root,755)
1953 %{_libdir}/libQtSql.a
1954
1955 %files -n QtSvg-static
1956 %defattr(644,root,root,755)
1957 %{_libdir}/libQtSvg.a
1958
1959 %files -n QtTest-static
1960 %defattr(644,root,root,755)
1961 %{_libdir}/libQtTest.a
1962
1963 %files -n QtUiTools-static
1964 %defattr(644,root,root,755)
1965 %{_libdir}/libQtUiTools.a
1966
1967 %files -n QtWebKit-static
1968 %defattr(644,root,root,755)
1969 %{_libdir}/libQtWebKit.a
1970
1971 %files -n QtXml-static
1972 %defattr(644,root,root,755)
1973 %{_libdir}/libQtXml.a
1974
1975 %files -n QtXmlPatterns-static
1976 %defattr(644,root,root,755)
1977 %{_libdir}/libQtXmlPatterns.a
1978 %endif
1979
1980 %files demos -f demos.files
1981 %defattr(644,root,root,755)
1982
1983 %files examples -f examples.files
1984 %defattr(644,root,root,755)
This page took 0.200232 seconds and 4 git commands to generate.