]> git.pld-linux.org Git - packages/qt4.git/blob - qt4.spec
- rel 5; add fixes recommended by libreoffice team
[packages/qt4.git] / qt4.spec
1 #
2 # TODO:
3 #       - more cleanups
4 #       - check if translations are available
5 #       - check Qt ui tool
6 #
7 # Conditional build:
8 %bcond_without  static_libs     # don't build static libraries
9 # -- features
10 %bcond_without  cups            # CUPS printing support
11 %bcond_with     nas             # NAS audio support
12 %bcond_without  gtk             # GTK+ theme integration
13 %bcond_without  pch             # pch (pre-compiled headers) in qmake
14 %bcond_without  system_phonon   # phonon libraries from phonon.spec intead of qt4.spec
15 %bcond_with     wkhtml          # WKHTMLTOPDF patch (affects QtGui ABI)
16 # -- databases
17 %bcond_without  mysql           # MySQL plugin
18 %bcond_without  odbc            # unixODBC plugin
19 %bcond_without  pgsql           # PostgreSQL plugin
20 %bcond_without  sqlite3         # SQLite3 plugin
21 %bcond_without  sqlite          # SQLite2 plugin
22 %bcond_without  ibase           # ibase (InterBase/Firebird) plugin
23 # -- SIMD CPU instructions
24 %bcond_with     mmx             # use MMX instructions
25 %bcond_with     3dnow           # use 3Dnow instructions
26 %bcond_with     sse             # use SSE instructions in gui/painting module
27 %bcond_with     sse2            # use SSE2 instructions
28 %bcond_with     sse3            # use SSE3 instructions (since: Intel middle Pentium4, AMD Athlon64)
29 %bcond_with     ssse3           # use SSSE3 instructions (Intel since Core2, Via Nano)
30 %bcond_with     sse41           # use SSE4.1 instructions (Intel since middle Core2)
31 %bcond_with     sse42           # use SSE4.2 instructions (the same)
32 %bcond_with     avx             # use AVX instructions (future Intel x86 CPUs only)
33
34 %ifnarch %{ix86} %{x8664} sparc sparcv9 alpha ppc
35 %undefine       with_ibase
36 %endif
37 %ifarch athlon
38 %define         with_3dnow      1
39 %endif
40 %ifarch athlon pentium3 pentium4 %{x8664}
41 %define         with_mmx        1
42 %endif
43 %ifarch pentium3 pentium4 %{x8664}
44 %define         with_sse        1
45 %endif
46 %ifarch pentium4 %{x8664}
47 %define         with_sse2       1
48 %endif
49 # any SQL
50 %define         _withsql        1
51 %{!?with_sqlite3:%{!?with_sqlite:%{!?with_ibase:%{!?with_mysql:%{!?with_pgsql:%{!?with_odbc:%undefine _withsql}}}}}}
52
53 %define         icu_abi         54
54 %define         next_icu_abi    %(echo $((%{icu_abi} + 1)))
55
56 Summary:        The Qt GUI application framework
57 Summary(es.UTF-8):      Biblioteca para ejecutar aplicaciones GUI Qt
58 Summary(pl.UTF-8):      Biblioteka Qt do tworzenia GUI
59 Summary(pt_BR.UTF-8):   Estrutura para rodar aplicações GUI Qt
60 Name:           qt4
61 Version:        4.8.6
62 Release:        5
63 License:        LGPL v2.1 or GPL v3.0
64 Group:          X11/Libraries
65 Source0:        http://download.qt-project.org/official_releases/qt/4.8/%{version}/qt-everywhere-opensource-src-%{version}.tar.gz
66 # Source0-md5:  2edbe4d6c2eff33ef91732602f3518eb
67 Source2:        %{name}-qtconfig.desktop
68 Source3:        %{name}-designer.desktop
69 Source4:        %{name}-assistant.desktop
70 Source5:        %{name}-linguist.desktop
71
72 # git clone git://gitorious.org/+kde-developers/qt/kde-qt.git
73 # git checkout -b 4.7.1-patched origin/4.7.1-patched
74 # git diff v4.7.1..4.7.1-patched > ~/rpm/packages/qt4/qt4-kde-git.patch
75 Patch100:       %{name}-kde-git.patch
76
77 Patch0:         %{name}-tools.patch
78 Patch1:         %{name}-qt_copy.patch
79 Patch2:         %{name}-buildsystem.patch
80 Patch3:         %{name}-locale.patch
81 Patch5:         %{name}-support-cflags-with-commas.patch
82 Patch6:         %{name}-build-lib-static.patch
83 Patch7:         %{name}-x11_fonts.patch
84 Patch8:         %{name}-ibase.patch
85 Patch9:         qt-x11-opensource-src-4.5.1-enable_ft_lcdfilter.patch
86 Patch10:        webkit-no_Werror.patch
87 Patch11:        %{name}-wkhtml.patch
88 Patch12:        fix-crash-in-assistant.patch
89 Patch13:        improve-cups-support.patch
90 # backported from Qt5 (essentially)
91 # http://bugzilla.redhat.com/702493
92 # https://bugreports.qt-project.org/browse/QTBUG-5545
93 Patch15:        qt-everywhere-opensource-src-4.8.4-qgtkstyle_disable_gtk_theme_check.patch
94 Patch16:        qt-everywhere-opensource-src-4.8.3-QTBUG-4862.patch
95 Patch17:        l-qclipboard_delay.patch
96 Patch18:        l-qclipboard_fix_recursive.patch
97 Patch19:        qtcore-4.8.5-honor-ExcludeSocketNotifiers-in-glib-event-loop.patch
98 URL:            http://qt-project.org/
99 %{?with_ibase:BuildRequires:    Firebird-devel}
100 BuildRequires:  Mesa-libOpenVG-devel
101 BuildRequires:  OpenGL-GLU-devel
102 BuildRequires:  OpenGL-devel
103 BuildRequires:  alsa-lib-devel
104 %{?with_cups:BuildRequires:     cups-devel}
105 BuildRequires:  dbus-devel >= 0.93
106 BuildRequires:  fontconfig-devel
107 BuildRequires:  freetds-devel
108 BuildRequires:  freetype-devel >= 2.1.3
109 %{?with_pch:BuildRequires:      gcc >= 5:4.0}
110 BuildRequires:  glib2-devel >= 2.0.0
111 BuildRequires:  gstreamer0.10-plugins-base-devel
112 %{?with_gtk:BuildRequires:      gtk+2-devel >= 2:2.10}
113 # see dependency on libicu version below
114 BuildRequires:  libicu-devel >= %{icu_abi}
115 BuildRequires:  libicu-devel < %{next_icu_abi}
116 BuildRequires:  libjpeg-devel
117 BuildRequires:  libmng-devel >= 1.0.0
118 BuildRequires:  libpng-devel >= 2:1.0.8
119 BuildRequires:  libstdc++-devel
120 %{?with_mysql:BuildRequires:    mysql-devel}
121 %{?with_nas:BuildRequires:      nas-devel}
122 BuildRequires:  pkgconfig
123 %{?with_pgsql:BuildRequires:    postgresql-backend-devel}
124 %{?with_pgsql:BuildRequires:    postgresql-devel}
125 BuildRequires:  pulseaudio-devel >= 0.9.10
126 BuildRequires:  rpmbuild(macros) >= 1.654
127 BuildRequires:  rsync
128 BuildRequires:  sed >= 4.0
129 %{?with_sqlite:BuildRequires:   sqlite-devel}
130 %{?with_sqlite3:BuildRequires:  sqlite3-devel}
131 %{?with_odbc:BuildRequires:     unixODBC-devel >= 2.3.0}
132 BuildRequires:  xorg-lib-libSM-devel
133 BuildRequires:  xorg-lib-libXcursor-devel
134 BuildRequires:  xorg-lib-libXext-devel
135 BuildRequires:  xorg-lib-libXfixes-devel
136 BuildRequires:  xorg-lib-libXi-devel
137 BuildRequires:  xorg-lib-libXinerama-devel
138 BuildRequires:  xorg-lib-libXrandr-devel
139 BuildRequires:  xorg-lib-libXrender-devel
140 BuildRequires:  xorg-lib-libXtst-devel
141 BuildRequires:  xorg-lib-libXv-devel
142 BuildRequires:  zlib-devel
143 Obsoletes:      qt-extensions
144 Obsoletes:      qt-utils
145 Conflicts:      kdelibs <= 8:3.2-0.030602.1
146 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
147
148 %define         _noautoreqdep   libGL.so.1 libGLU.so.1
149 %define         _noautostrip    '.*_debug\\.so*'
150
151 %define         specflags       -fno-strict-aliasing
152
153 %define         _qtdir          %{_libdir}/qt4
154
155 %description
156 Qt is a complete C++ application development framework, which includes
157 a class library and tools for multiplatform development and
158 internationalization. Using Qt, a single source code tree can build
159 applications that run natively on different platforms (Windows,
160 Unix/Linux, Mac OS X, embedded Linux).
161
162 Qt has a rich set of standard widgets, and lets you write custom
163 controls. It encapsulates four different platform-specific APIs, and
164 the APIs for file-handling, networking, process-handling, threading,
165 database access, etc. Qt now also has Motif migration oraz Netscape
166 LiveConnect plugin.
167
168 %description -l es.UTF-8
169 Contiene las bibliotecas compartidas necesarias para ejecutar
170 aplicaciones Qt, bien como los archivos README.
171
172 %description -l pl.UTF-8
173 Qt oferuje kompletny system do tworzenia i rozwijania aplikacji w
174 języku C++, w którego skład wchodzi biblioteka z klasami oraz
175 wieloplatformowymi narzędziami do rozwijania i tłumaczenia aplikacji.
176 Z pomocą Qt jeden kod źródłowy może być natywnie uruchamiany na
177 różnych platformach (Windows, Unix/Linux, Mac OS X).
178
179 Qt ma bogaty zbiór standardowych elementów interfejsu graficznego, ale
180 pozwala również na pisanie własnych elementów. Łączy w sposób
181 niewidoczny dla programisty interfejsy programowania różnych systemów,
182 tworząc w ten sposób jeden interfejs dla obsługi plików, sieci,
183 procesów, wątków, baz danych itp. Umożliwia także łatwe przenoszenie
184 na Qt aplikacji korzystających z Motif oraz pisanie wtyczek z
185 wykorzystaniem Netscape LiveConnect.
186
187 %package -n Qt3Support
188 Summary:        Qt3 compatibility library
189 Summary(pl.UTF-8):      Biblioteka kompatybilności z Qt3
190 Group:          X11/Libraries
191 Requires:       QtCore = %{version}-%{release}
192 Requires:       QtGui = %{version}-%{release}
193 Requires:       QtNetwork = %{version}-%{release}
194 Requires:       QtSql = %{version}-%{release}
195 Requires:       QtXml = %{version}-%{release}
196
197 %description -n Qt3Support
198 Qt3 compatibility library.
199
200 %description -n Qt3Support -l pl.UTF-8
201 Biblioteka kompatybilności z Qt3.
202
203 %package -n Qt3Support-devel
204 Summary:        Qt3 compatibility library - development files
205 Summary(pl.UTF-8):      Biblioteka kompatybilności z Qt3 - pliki programistyczne
206 Group:          X11/Development/Libraries
207 Requires:       Qt3Support = %{version}-%{release}
208 Requires:       QtCore-devel = %{version}-%{release}
209 Requires:       QtGui-devel = %{version}-%{release}
210 Requires:       QtNetwork-devel = %{version}-%{release}
211 Requires:       QtSql-devel = %{version}-%{release}
212
213 %description -n Qt3Support-devel
214 Qt3 compatibility library - development files.
215
216 %description -n Qt3Support-devel -l pl.UTF-8
217 Biblioteka kompatybilności z Qt3 - pliki programistyczne.
218
219 %package -n Qt3Support-static
220 Summary:        Qt3 compatibility library - static libraries
221 Summary(pl.UTF-8):      Biblioteka kompatybilności z Qt3 - biblioteki statyczne
222 Group:          X11/Development/Libraries
223 Requires:       Qt3Support-devel = %{version}-%{release}
224
225 %description -n Qt3Support-static
226 Qt3 compatibility library - static libraries.
227
228 %description -n Qt3Support-static -l pl.UTF-8
229 Biblioteka kompatybilności z Qt3 - biblioteki statyczne.
230
231 %package -n QtCLucene
232 Summary:        QtCLucene full text search library wrapper
233 Summary(pl.UTF-8):      Interfejs QtCLucene do biblioteki wyszukiwania pełnotekstowego
234 Group:          X11/Libraries
235 Requires:       QtCore = %{version}-%{release}
236
237 %description -n QtCLucene
238 QtCLucene full text search library wrapper.
239
240 %description -n QtCLucene -l pl.UTF-8
241 Interfejs QtCLucene do biblioteki wyszukiwania pełnotekstowego.
242
243 %package -n QtCLucene-devel
244 Summary:        QtCLucene full text search library wrapper - development files
245 Summary(pl.UTF-8):      Interfejs QtCLucene do biblioteki wyszukiwania pełnotekstowego - pliki programistyczne
246 Group:          X11/Development/Libraries
247 Requires:       QtCLucene = %{version}-%{release}
248 Requires:       QtCore-devel = %{version}-%{release}
249
250 %description -n QtCLucene-devel
251 QtCLucene full text search library wrapper - development files.
252
253 %description -n QtCLucene-devel -l pl.UTF-8
254 Interfejs QtCLucene do biblioteki wyszukiwania pełnotekstowego - pliki
255 programistyczne.
256
257 %package -n QtCLucene-static
258 Summary:        QtCLucene full text search library wrapper - static library
259 Summary(pl.UTF-8):      Interfejs QtCLucene do biblioteki wyszukiwania pełnotekstowego - biblioteka statyczna
260 Group:          X11/Development/Libraries
261 Requires:       QtCLucene-devel = %{version}-%{release}
262
263 %description -n QtCLucene-static
264 QtCLucene full text search library wrapper - static library.
265
266 %description -n QtCLucene-static -l pl.UTF-8
267 Interfejs QtCLucene do biblioteki wyszukiwania pełnotekstowego -
268 biblioteka statyczna.
269
270 %package -n QtCore
271 Summary:        Qt core classes used by other modules
272 Summary(pl.UTF-8):      Podstawowe klasy Qt używane przez inne moduły
273 Group:          X11/Libraries
274 %requires_eq_to libicu libicu-devel
275 # be sure to depend on proper arch.
276 %ifarch %{x8664} ppc64 sparc64 s390x
277 Requires:       libicui18n.so.%{icu_abi}()(64bit)
278 %else
279 Requires:       libicui18n.so.%{icu_abi}
280 %endif
281 Obsoletes:      QtAssistant
282
283 %description -n QtCore
284 Qt core classes used by other modules.
285
286 %description -n QtCore -l pl.UTF-8
287 Podstawowe klasy Qt używane przez inne moduły.
288
289 %package -n QtCore-devel
290 Summary:        Qt core classes used by other modules - development files
291 Summary(pl.UTF-8):      Podstawowe klasy Qt używane przez inne moduły - pliki programistyczne
292 Group:          X11/Development/Libraries
293 Requires:       QtCore = %{version}-%{release}
294 Requires:       glib2-devel
295 Requires:       libstdc++-devel
296 Requires:       zlib-devel
297 Obsoletes:      QtAssistant-devel
298
299 %description -n QtCore-devel
300 Qt core classes used by other modules - development files.
301
302 %description -n QtCore-devel -l pl.UTF-8
303 Podstawowe klasy Qt używane przez inne moduły - pliki programistyczne.
304
305 %package -n QtCore-static
306 Summary:        Qt core classes used by other modules - static libraries
307 Summary(pl.UTF-8):      Podstawowe klasy Qt używane przez inne moduły - biblioteki statyczne
308 Group:          X11/Development/Libraries
309 Requires:       QtCore-devel = %{version}-%{release}
310 Obsoletes:      QtAssistant-static
311
312 %description -n QtCore-static
313 Qt core classes used by other modules - static libraries.
314
315 %description -n QtCore-static -l pl.UTF-8
316 Podstawowe klasy Qt używane przez inne moduły - biblioteki statyczne.
317
318 %package -n QtDBus
319 Summary:        Qt classes for D-BUS support
320 Summary(pl.UTF-8):      Klasy Qt do obsługi D-BUS
321 Group:          X11/Libraries
322 Requires:       QtCore = %{version}-%{release}
323 Requires:       QtXml = %{version}-%{release}
324 # only for libqtscriptdbus plugin
325 Requires:       QtGui = %{version}-%{release}
326 Requires:       QtScript = %{version}-%{release}
327
328 %description -n QtDBus
329 This module provides Qt classes for D-BUS support. D-BUS is an
330 Inter-Process Communication (IPC) and Remote Procedure Calling (RPC)
331 mechanism originally developed for Linux to replace existing and
332 competing IPC solutions with one unified protocol.
333
334 %description -n QtDBus -l pl.UTF-8
335 Ten moduł udostępnia klasy Qt do obsługi D-BUS. D-BUS to mechanizm
336 komunikacji między procesowej (IPC - Inter-Process Communication) i
337 zdalnego wywoływania procedur (RPC - Remote Procedure Calling)
338 stworzony początkowo dla Linuksa, aby zastąpić istniejące i
339 konkurujące ze sobą rozwiązania IPC jednym, ujednoliconym protokołem.
340
341 %package -n QtDBus-devel
342 Summary:        Qt classes for D-BUS support - development files
343 Summary(pl.UTF-8):      Klasy Qt do obsługi D-BUS - pliki programistyczne
344 Group:          X11/Development/Libraries
345 Requires:       QtDBus = %{version}-%{release}
346 Requires:       QtXml-devel = %{version}-%{release}
347
348 %description -n QtDBus-devel
349 Qt classes for D-BUS support - development files.
350
351 %description -n QtDBus-devel -l pl.UTF-8
352 Klasy Qt do obsługi D-BUS - pliki programistyczne.
353
354 %package -n QtDBus-static
355 Summary:        Qt classes for D-BUS support - static libraries
356 Summary(pl.UTF-8):      Klasy Qt do obsługi D-BUS - biblioteki statyczne
357 Group:          X11/Development/Libraries
358 Requires:       QtDBus-devel = %{version}-%{release}
359
360 %description -n QtDBus-static
361 Qt classes for D-BUS support - static libraries.
362
363 %description -n QtDBus-static -l pl.UTF-8
364 Klasy Qt do obsługi D-BUS - biblioteki statyczne.
365
366 %package -n QtDeclarative
367 Summary:        QtDeclarative - QML language engine library
368 Summary(pl.UTF-8):      QtDeclarative - biblioteka języka QML
369 Group:          X11/Libraries
370 Requires:       QtCore = %{version}-%{release}
371 Requires:       QtGui = %{version}-%{release}
372 Requires:       QtNetwork = %{version}-%{release}
373 Requires:       QtOpenGL = %{version}-%{release}
374 Requires:       QtScript = %{version}-%{release}
375 Requires:       QtSql = %{version}-%{release}
376 Requires:       QtSvg = %{version}-%{release}
377 Requires:       QtXmlPatterns = %{version}-%{release}
378 # for qmlwebkitplugin plugin
379 Requires:       QtWebKit = %{version}-%{release}
380
381 %description -n QtDeclarative
382 QtDeclarative is the QML language engine library. QML is a declarative
383 language oriented on JavaScript.
384
385 %description -n QtDeclarative -l pl.UTF-8
386 QtDeclarative to biblioteka języka QML. QML jest deklaratywnym
387 językiem zorientowanym na JavaScript.
388
389 %package -n QtDeclarative-devel
390 Summary:        Development files for QtDeclarative - QML language engine library
391 Summary(pl.UTF-8):      Pliki programistyczne QtDeclarative - biblioteki języka QML
392 Group:          X11/Development/Libraries
393 Requires:       QtDeclarative = %{version}-%{release}
394 Requires:       QtGui-devel = %{version}-%{release}
395 Requires:       QtNetwork-devel = %{version}-%{release}
396 Requires:       QtScript-devel = %{version}-%{release}
397
398 %description -n QtDeclarative-devel
399 Development files for QtDeclarative - QML language engine library.
400
401 %description -n QtDeclarative-devel -l pl.UTF-8
402 Pliki programistyczne QtDeclarative - biblioteki języka QML.
403
404 %package -n QtDeclarative-static
405 Summary:        Static version of QtDeclarative - QML language engine library
406 Summary(pl.UTF-8):      Statycza wersja QtDeclarative - biblioteki języka QML
407 Group:          X11/Development/Libraries
408 Requires:       QtDeclarative-devel = %{version}-%{release}
409
410 %description -n QtDeclarative-static
411 Static version of QtDeclarative - QML language engine library.
412
413 %description -n QtDeclarative-static -l pl.UTF-8
414 Statycza wersja QtDeclarative - biblioteki języka QML.
415
416 %package -n QtDesigner
417 Summary:        Classes for extending Qt Designer
418 Summary(pl.UTF-8):      Klasy do rozbudowy Qt Designera
419 Group:          X11/Libraries
420 Requires:       QtGui = %{version}-%{release}
421 Requires:       QtNetwork = %{version}-%{release}
422 Requires:       QtScript = %{version}-%{release}
423 Requires:       QtXml = %{version}-%{release}
424 # for plugins
425 Requires:       Qt3Support = %{version}-%{release}
426 Requires:       QtDBus = %{version}-%{release}
427 Requires:       QtDeclarative = %{version}-%{release}
428 Requires:       QtOpenGL = %{version}-%{release}
429 Requires:       QtSql = %{version}-%{release}
430 Requires:       QtSvg = %{version}-%{release}
431 Requires:       QtWebKit = %{version}-%{release}
432 Requires:       QtXmlPatterns = %{version}-%{release}
433 Obsoletes:      qt4-designer-libs
434
435 %description -n QtDesigner
436 This module provides classes that allow you to create your own custom
437 widget plugins for Qt Designer, and classes that enable you to access
438 Qt Designer's components.
439
440 %description -n QtDesigner -l pl.UTF-8
441 Ten moduł dostarcza klasy, które pozwalają tworzyć własne wtyczki dla
442 Qt Designera oraz klasy, które umożliwiają dostęp do jego komponentów.
443
444 %package -n QtDesigner-devel
445 Summary:        Classes for extending Qt Designer - development files
446 Summary(pl.UTF-8):      Klasy do rozbudowy Qt Designera - pliki programistyczne
447 Group:          X11/Development/Libraries
448 Requires:       QtDesigner = %{version}-%{release}
449 Requires:       QtGui-devel = %{version}-%{release}
450 Requires:       QtScript-devel = %{version}-%{release}
451 Requires:       QtXml-devel = %{version}-%{release}
452
453 %description -n QtDesigner-devel
454 Classes for extending Qt Designer - development files.
455
456 %description -n QtDesigner-devel -l pl.UTF-8
457 Klasy do rozbudowy Qt Designera - pliki programistyczne.
458
459 %package -n QtDesigner-static
460 Summary:        Classes for extending Qt Designer - static libraries
461 Summary(pl.UTF-8):      Klasy do rozbudowy Qt Designera - biblioteki statyczne
462 Group:          X11/Development/Libraries
463 Requires:       QtDesigner-devel = %{version}-%{release}
464
465 %description -n QtDesigner-static
466 Classes for extending Qt Designer - static libraries.
467
468 %description -n QtDesigner-static -l pl.UTF-8
469 Klasy do rozbudowy Qt Designera - biblioteki statyczne.
470
471 %package -n QtGui
472 Summary:        Qt Graphical User Interface components
473 Summary(pl.UTF-8):      Komponenty graficznego interfejsu użytkownika Qt
474 Group:          X11/Libraries
475 Requires:       QtCore = %{version}-%{release}
476 # for qtracegraphicssystem plugin
477 Requires:       QtNetwork = %{version}-%{release}
478
479 %description -n QtGui
480 Qt Graphical User Interface components.
481
482 %description -n QtGui -l pl.UTF-8
483 Komponenty graficznego interfejsu użytkownika Qt.
484
485 %package -n QtGui-devel
486 Summary:        Qt Graphical User Interface components - development files
487 Summary(pl.UTF-8):      Komponenty graficznego interfejsu użytkownika Qt - pliki programistyczne
488 Group:          X11/Development/Libraries
489 Requires:       QtCore-devel = %{version}-%{release}
490 Requires:       QtGui = %{version}-%{release}
491 Requires:       fontconfig-devel
492 Requires:       freetype-devel >= 2.1.3
493 Requires:       libpng-devel >= 2:1.0.8
494 Requires:       xorg-lib-libSM-devel
495 Requires:       xorg-lib-libXcursor-devel
496 Requires:       xorg-lib-libXext-devel
497 Requires:       xorg-lib-libXfixes-devel
498 Requires:       xorg-lib-libXi-devel
499 Requires:       xorg-lib-libXinerama-devel
500 Requires:       xorg-lib-libXrandr-devel
501 Requires:       xorg-lib-libXrender-devel
502
503 %description -n QtGui-devel
504 Qt Graphical User Interface components - development files.
505
506 %description -n QtGui-devel -l pl.UTF-8
507 Komponenty graficznego interfejsu użytkownika Qt - pliki
508 programistyczne.
509
510 %package -n QtGui-static
511 Summary:        Qt Graphical User Interface components - static libraries
512 Summary(pl.UTF-8):      Komponenty graficznego interfejsu użytkownika Qt - biblioteki statyczne
513 Group:          X11/Development/Libraries
514 Requires:       QtGui-devel = %{version}-%{release}
515
516 %description -n QtGui-static
517 Qt Graphical User Interface components - static libraries.
518
519 %description -n QtGui-static -l pl.UTF-8
520 Komponenty graficznego interfejsu użytkownika Qt - biblioteki
521 statyczne.
522
523 %package -n QtHelp
524 Summary:        Qt classes for integrating online documentation in applications
525 Summary(pl.UTF-8):      Klasy Qt do integracji dokumentacji w aplikacjach
526 Group:          X11/Libraries
527 Requires:       QtCLucene = %{version}-%{release}
528 Requires:       QtGui = %{version}-%{release}
529 Requires:       QtNetwork = %{version}-%{release}
530 Requires:       QtSql = %{version}-%{release}
531 Requires:       QtXml = %{version}-%{release}
532
533 %description -n QtHelp
534 QtHelp module includes tools for generating and viewing Qt help files.
535 In addition it provides classes for accessing help contents
536 programatically to be able to integrate online help into Qt
537 applications.
538
539 %description -n QtHelp -l pl.UTF-8
540 Moduł QtHelp zawiera narzędzia do generowania i przeglądania plików
541 pomocy Qt. Oprócz tego udostępnia klasy pozwalające na programowy
542 dostęp do zawartości dokumentacji w celu integracji pomocy w
543 aplikacjach Qt.
544
545 %package -n QtHelp-devel
546 Summary:        Qt classes for integrating online documentation in applications - development files
547 Summary(pl.UTF-8):      Klasy Qt do integracji dokumentacji w aplikacjach - pliki programistyczne
548 Group:          X11/Development/Libraries
549 Requires:       QtCLucene-devel = %{version}-%{release}
550 Requires:       QtGui-devel = %{version}-%{release}
551 Requires:       QtHelp = %{version}-%{release}
552 Requires:       QtSql-devel = %{version}-%{release}
553 Requires:       QtXml-devel = %{version}-%{release}
554
555 %description -n QtHelp-devel
556 Qt classes for integrating online documentation in applications -
557 development files.
558
559 %description -n QtHelp-devel -l pl.UTF-8
560 Klasy Qt do integracji dokumentacji w aplikacjach - pliki
561 programistyczne.
562
563 %package -n QtHelp-static
564 Summary:        Qt classes for integrating online documentation in applications - static library
565 Summary(pl.UTF-8):      Klasy Qt do integracji dokumentacji w aplikacjach - biblioteka statyczna
566 Group:          X11/Development/Libraries
567 Requires:       QtHelp-devel = %{version}-%{release}
568
569 %description -n QtHelp-static
570 Qt classes for integrating online documentation in applications -
571 static library.
572
573 %description -n QtHelp-static -l pl.UTF-8
574 Klasy Qt do integracji dokumentacji w aplikacjach - biblioteka
575 statyczna.
576
577 %package -n QtMultimedia
578 Summary:        Qt classes for multimedia programming
579 Summary(pl.UTF-8):      Klasy Qt do programowania multimediów
580 Group:          X11/Libraries
581 Requires:       QtCore = %{version}-%{release}
582 Requires:       QtGui = %{version}-%{release}
583
584 %description -n QtMultimedia
585 Qt classes for multimedia programming.
586
587 %description -n QtMultimedia -l pl.UTF-8
588 Klasy Qt do programowania multimediów.
589
590 %package -n QtMultimedia-devel
591 Summary:        Qt classes for multimedia programming - development files
592 Summary(pl.UTF-8):      Klasy Qt do programowania multimediów - pliki programistyczne
593 Group:          X11/Development/Libraries
594 Requires:       QtCore-devel = %{version}-%{release}
595 Requires:       QtMultimedia = %{version}-%{release}
596
597 %description -n QtMultimedia-devel
598 Qt classes for multimedia programming - development files.
599
600 %description -n QtMultimedia-devel -l pl.UTF-8
601 Klasy Qt do programowania multimediów - pliki programistyczne.
602
603 %package -n QtMultimedia-static
604 Summary:        Qt classes for multimedia programming - static libraries
605 Summary(pl.UTF-8):      Klasy Qt do programowania multimediów - biblioteki statyczne
606 Group:          X11/Development/Libraries
607 Requires:       QtMultimedia-devel = %{version}-%{release}
608
609 %description -n QtMultimedia-static
610 Qt classes for multimedia programming - static libraries.
611
612 %description -n QtMultimedia-static -l pl.UTF-8
613 Klasy Qt do programowania multimediów - biblioteki statyczne.
614
615 %package -n QtNetwork
616 Summary:        Qt classes for network programming
617 Summary(pl.UTF-8):      Klasy Qt do programowania sieciowego
618 Group:          X11/Libraries
619 Requires:       QtCore = %{version}-%{release}
620 # the rest for qnmbearer plugin
621 Requires:       QtDBus = %{version}-%{release}
622 Requires:       QtXml = %{version}-%{release}
623
624 %description -n QtNetwork
625 Qt classes for network programming.
626
627 %description -n QtNetwork -l pl.UTF-8
628 Klasy Qt do programowania sieciowego.
629
630 %package -n QtNetwork-devel
631 Summary:        Qt classes for network programming - development files
632 Summary(pl.UTF-8):      Klasy Qt do programowania sieciowego - pliki programistyczne
633 Group:          X11/Development/Libraries
634 Requires:       QtCore-devel = %{version}-%{release}
635 Requires:       QtNetwork = %{version}-%{release}
636
637 %description -n QtNetwork-devel
638 Qt classes for network programming - development files.
639
640 %description -n QtNetwork-devel -l pl.UTF-8
641 Klasy Qt do programowania sieciowego - pliki programistyczne.
642
643 %package -n QtNetwork-static
644 Summary:        Qt classes for network programming - static libraries
645 Summary(pl.UTF-8):      Klasy Qt do programowania sieciowego - biblioteki statyczne
646 Group:          X11/Development/Libraries
647 Requires:       QtNetwork-devel = %{version}-%{release}
648
649 %description -n QtNetwork-static
650 Qt classes for network programming - static libraries.
651
652 %description -n QtNetwork-static -l pl.UTF-8
653 Klasy Qt do programowania sieciowego - biblioteki statyczne.
654
655 %package -n QtOpenGL
656 Summary:        Qt OpenGL support classes
657 Summary(pl.UTF-8):      Klasy Qt wspomagające OpenGL
658 Group:          X11/Libraries
659 Requires:       QtCore = %{version}-%{release}
660 Requires:       QtGui = %{version}-%{release}
661
662 %description -n QtOpenGL
663 Qt OpenGL support classes.
664
665 %description -n QtOpenGL -l pl.UTF-8
666 Klasy Qt wspomagające OpenGL.
667
668 %package -n QtOpenGL-devel
669 Summary:        Qt OpenGL support classes - development files
670 Summary(pl.UTF-8):      Klasy Qt wspomagające OpenGL - pliki programistyczne
671 Group:          X11/Development/Libraries
672 Requires:       OpenGL-GLU-devel
673 Requires:       QtCore-devel = %{version}-%{release}
674 Requires:       QtGui-devel = %{version}-%{release}
675 Requires:       QtOpenGL = %{version}-%{release}
676
677 %description -n QtOpenGL-devel
678 Qt OpenGL support classes - development files.
679
680 %description -n QtOpenGL-devel -l pl.UTF-8
681 Klasy Qt wspomagające OpenGL - pliki programistyczne.
682
683 %package -n QtOpenGL-static
684 Summary:        Qt OpenGL support classes - static libraries
685 Summary(pl.UTF-8):      Klasy Qt wspomagające OpenGL - biblioteki statyczne
686 Group:          X11/Development/Libraries
687 Requires:       QtOpenGL-devel = %{version}-%{release}
688
689 %description -n QtOpenGL-static
690 Qt OpenGL support classes - static libraries.
691
692 %description -n QtOpenGL-static -l pl.UTF-8
693 Klasy Qt wspomagające OpenGL - biblioteki statyczne.
694
695 %package -n QtOpenVG
696 Summary:        Qt OpenVG support classes
697 Summary(pl.UTF-8):      Klasy Qt wspomagające OpenVG
698 Group:          X11/Libraries
699 Requires:       QtCore = %{version}-%{release}
700 Requires:       QtGui = %{version}-%{release}
701
702 %description -n QtOpenVG
703 Qt OpenVG support classes.
704
705 %description -n QtOpenVG -l pl.UTF-8
706 Klasy Qt wspomagające OpenVG.
707
708 %package -n QtOpenVG-devel
709 Summary:        Qt OpenVG support classes - development files
710 Summary(pl.UTF-8):      Klasy Qt wspomagające OpenVG - pliki programistyczne
711 Group:          X11/Development/Libraries
712 Requires:       Mesa-libOpenVG-devel
713 Requires:       QtCore-devel = %{version}-%{release}
714 Requires:       QtGui-devel = %{version}-%{release}
715
716 %description -n QtOpenVG-devel
717 Qt OpenVG support classes - development files.
718
719 %description -n QtOpenVG-devel -l pl.UTF-8
720 Klasy Qt wspomagające OpenVG - pliki programistyczne.
721
722 %package -n QtOpenVG-static
723 Summary:        Qt OpenVG support classes - static libraries
724 Summary(pl.UTF-8):      Klasy Qt wspomagające OpenVG - biblioteki statyczne
725 Group:          X11/Development/Libraries
726 Requires:       QtOpenVG-devel = %{version}-%{release}
727
728 %description -n QtOpenVG-static
729 Qt OpenVG support classes - static libraries.
730
731 %description -n QtOpenVG-static -l pl.UTF-8
732 Klasy Qt wspomagające OpenVG - biblioteki statyczne.
733
734 %package -n QtScript
735 Summary:        Qt classes for scripting applications
736 Summary(pl.UTF-8):      Klasy Qt pozwalające dodać obsługę skryptów w aplikacjach
737 Group:          X11/Development/Libraries
738 Requires:       QtCore = %{version}-%{release}
739
740 %description -n QtScript
741 The QtScript module provides Qt classes to handle scripts inside
742 applications.
743
744 %description -n QtScript -l pl.UTF-8
745 Ten moduł dostarcza klasy Qt obsługujące języki skryptowe wewnątrz
746 aplikacji.
747
748 %package -n QtScript-devel
749 Summary:        Qt classes for scripting applications - development files
750 Summary(pl.UTF-8):      Klasy Qt do obsługi skryptów wewnątrz aplikacji - pliki programistyczne
751 Group:          X11/Development/Libraries
752 Requires:       QtCore-devel = %{version}-%{release}
753 Requires:       QtScript = %{version}-%{release}
754
755 %description -n QtScript-devel
756 Qt classes for scriptin applications - development files.
757
758 %description -n QtScript-devel -l pl.UTF-8
759 Klasy Qt do obsługi skryptów wewnątrz aplikacji - pliki
760 programistyczne.
761
762 %package -n QtScript-static
763 Summary:        Qt classes for scripting applications - static library
764 Summary(pl.UTF-8):      Klasy Qt pozwalające dodać obsługę skryptów w aplikacjach - biblioteka statyczna
765 Group:          X11/Development/Libraries
766 Requires:       QtScript-devel = %{version}-%{release}
767
768 %description -n QtScript-static
769 Qt classes for scripting applications - static library.
770
771 %description -n QtScript-static -l pl.UTF-8
772 Klasy Qt pozwalające dodać obsługę skryptów w aplikacjach - biblioteka
773 statyczna.
774
775 %package -n QtScriptTools
776 Summary:        QtScriptTools - additional components for applications that use QtScript
777 Summary(pl.UTF-8):      QtScriptTools - dodatkowe komponenty dla aplikacji wykorzystujących QtScript
778 Group:          X11/Development/Libraries
779 Requires:       QtCore = %{version}-%{release}
780 Requires:       QtGui = %{version}-%{release}
781 Requires:       QtScript = %{version}-%{release}
782
783 %description -n QtScriptTools
784 The QtScriptTools module provides additional components for
785 applications that use QtScript.
786
787 %description -n QtScriptTools -l pl.UTF-8
788 Moduł QtScriptTools dostarcza dodatkowe komponenty dla aplikacji
789 wykorzystujących QtScript.
790
791 %package -n QtScriptTools-devel
792 Summary:        Development files for QtScriptTools components
793 Summary(pl.UTF-8):      Pliki programistyczne komponentów QtScriptTools
794 Group:          X11/Development/Libraries
795 Requires:       QtCore-devel = %{version}-%{release}
796 Requires:       QtGui-devel = %{version}-%{release}
797 Requires:       QtScript-devel = %{version}-%{release}
798 Requires:       QtScriptTools = %{version}-%{release}
799
800 %description -n QtScriptTools-devel
801 Development files for QtScriptTools components.
802
803 %description -n QtScriptTools-devel -l pl.UTF-8
804 Pliki programistyczne komponentów QtScriptTools.
805
806 %package -n QtScriptTools-static
807 Summary:        QtScriptTools components - static library
808 Summary(pl.UTF-8):      Komponenty QtScriptTools - biblioteka statyczna
809 Group:          X11/Development/Libraries
810 Requires:       QtScriptTools-devel = %{version}-%{release}
811
812 %description -n QtScriptTools-static
813 Static version of QtScriptTools library, providing additional
814 components for applications that use QtScript.
815
816 %description -n QtScriptTools-static -l pl.UTF-8
817 Statyczna biblioteka QtScriptTools, dostarczająca dodatkowe komponenty
818 dla aplikacji wykorzystujących QtScript.
819
820 %package -n QtSql
821 Summary:        Qt classes for database integration using SQL
822 Summary(pl.UTF-8):      Klasy Qt do integracji z bazami danych przy użyciu SQL
823 Group:          X11/Libraries
824 Requires:       QtCore = %{version}-%{release}
825
826 %description -n QtSql
827 Qt classes for database integration using SQL.
828
829 %description -n QtSql -l pl.UTF-8
830 Klasy Qt do integracji z bazami danych przy użyciu SQL.
831
832 %package -n QtSql-devel
833 Summary:        Qt classes for database integration using SQL - development files
834 Summary(pl.UTF-8):      Klasy Qt do integracji z bazami danych przy użyciu SQL - pliki programistyczne
835 Group:          X11/Development/Libraries
836 Requires:       QtCore-devel = %{version}-%{release}
837 Requires:       QtSql = %{version}-%{release}
838
839 %description -n QtSql-devel
840 Qt classes for database integration using SQL - development files.
841
842 %description -n QtSql-devel -l pl.UTF-8
843 Klasy Qt do integracji z bazami danych przy użyciu SQL - pliki
844 programistyczne.
845
846 %package -n QtSql-static
847 Summary:        Qt classes for database integration using SQL - static libraries
848 Summary(pl.UTF-8):      Klasy Qt do integracji z bazami danych przy użyciu SQL - biblioteki statyczne
849 Group:          X11/Development/Libraries
850 Requires:       QtSql-devel = %{version}-%{release}
851
852 %description -n QtSql-static
853 Qt classes for database integration using SQL - static libraries.
854
855 %description -n QtSql-static -l pl.UTF-8
856 Klasy Qt do integracji z bazami danych przy użyciu SQL - biblioteki
857 statyczne. programistyczne.
858
859 %package -n QtSql-ibase
860 Summary:        Database plugin for InterBase/Firebird Qt support
861 Summary(pl.UTF-8):      Wtyczka InterBase/Firebird do Qt
862 Summary(pt_BR.UTF-8):   Plugin de suporte a InterBase/Firebird para Qt
863 Group:          X11/Libraries
864 Requires:       QtSql = %{version}-%{release}
865 Provides:       QtSql-backend = %{version}-%{release}
866
867 %description -n QtSql-ibase
868 This package contains a plugin for accessing Interbase/Firebird
869 database via the QSql classes.
870
871 %description -n QtSql-ibase -l pl.UTF-8
872 Ten pakiet zawiera wtyczki do Qt umożliwiające korzystanie z baz
873 danych Interbase/Firebird poprzez klasy QSql.
874
875 %description -n QtSql-ibase -l pt_BR.UTF-8
876 Plugin de suporte a InterBase/Firebird para Qt.
877
878 %package -n QtSql-mysql
879 Summary:        Database plugin for MySQL Qt support
880 Summary(pl.UTF-8):      Wtyczka MySQL do Qt
881 Summary(pt_BR.UTF-8):   Plugin de suporte a MySQL para Qt
882 Group:          X11/Libraries
883 Requires:       QtSql = %{version}-%{release}
884 Provides:       QtSql-backend = %{version}-%{release}
885
886 %description -n QtSql-mysql
887 This package contains a plugin for accessing MySQL database via the
888 QSql classes.
889
890 %description -n QtSql-mysql -l pl.UTF-8
891 Ten pakiet zawiera wtyczki do Qt umożliwiające korzystanie z baz
892 danych MySQL poprzez klasy QSql.
893
894 %description -n QtSql-mysql -l pt_BR.UTF-8
895 Plugin de suporte a MySQL para Qt.
896
897 %package -n QtSql-odbc
898 Summary:        Database plugin for ODBC Qt support
899 Summary(pl.UTF-8):      Wtyczka ODBC do Qt
900 Summary(pt_BR.UTF-8):   Plugin de suporte a ODBC para Qt
901 Group:          X11/Libraries
902 Requires:       QtSql = %{version}-%{release}
903 Provides:       QtSql-backend = %{version}-%{release}
904
905 %description -n QtSql-odbc
906 This package contains a plugin for accessing unixODBC services via the
907 QSql classes.
908
909 %description -n QtSql-odbc -l pl.UTF-8
910 Ten pakiet zawiera wtyczki do Qt umożliwiające korzystanie z usług
911 unixODBC poprzez klasy QSql.
912
913 %description -n QtSql-odbc -l pt_BR.UTF-8
914 Plugin de suporte a ODBC para Qt.
915
916 %package -n QtSql-pgsql
917 Summary:        Database plugin for PostgreSQL Qt support
918 Summary(pl.UTF-8):      Wtyczka PostgreSQL do Qt
919 Summary(pt_BR.UTF-8):   Plugin de suporte a PostgreSQL para Qt
920 Group:          X11/Libraries
921 Requires:       QtSql = %{version}-%{release}
922 Provides:       QtSql-backend = %{version}-%{release}
923
924 %description -n QtSql-pgsql
925 This package contains a plugin for accessing PostgreSQL database via
926 the QSql classes.
927
928 %description -n QtSql-pgsql -l pl.UTF-8
929 Ten pakiet zawiera wtyczki do Qt umożliwiające korzystanie z baz
930 danych PostgreSQL poprzez klasy QSql.
931
932 %description -n QtSql-pgsql -l es.UTF-8
933 Plugin de suporte a PostgreSQL para Qt.
934
935 %package -n QtSql-sqlite
936 Summary:        Database plugin for SQLite 2.x Qt support
937 Summary(pl.UTF-8):      Wtyczka SQLite 2.x do Qt
938 Summary(pt_BR.UTF-8):   Plugin de suporte a SQLite 2.x para Qt
939 Group:          X11/Libraries
940 Requires:       QtSql = %{version}-%{release}
941 Provides:       QtSql-backend = %{version}-%{release}
942
943 %description -n QtSql-sqlite
944 This package contains a plugin for using the SQLite 2.x library (which
945 allows to acces virtually any SQL database) via the QSql classes.
946
947 %description -n QtSql-sqlite -l pl.UTF-8
948 Ten pakiet zawiera wtyczki do Qt umożliwiające korzystanie z baz
949 danych SQLite 2.x poprzez klasy QSql.
950
951 %description -n QtSql-sqlite -l pt_BR.UTF-8
952 Plugin de suporte a SQLite 2.x para Qt.
953
954 %package -n QtSql-sqlite3
955 Summary:        Database plugin for SQLite3 Qt support
956 Summary(pl.UTF-8):      Wtyczka SQLite3 do Qt
957 Summary(pt_BR.UTF-8):   Plugin de suporte a SQLite3 para Qt
958 Group:          X11/Libraries
959 Requires:       QtSql = %{version}-%{release}
960 Provides:       QtSql-backend = %{version}-%{release}
961
962 %description -n QtSql-sqlite3
963 This package contains a plugin for using the SQLite3 library (which
964 allows to acces virtually any SQL database) via the QSql classes.
965
966 %description -n QtSql-sqlite3 -l pl.UTF-8
967 Ten pakiet zawiera wtyczki do Qt umożliwiające korzystanie z baz
968 danych SQLite3 poprzez klasy QSql.
969
970 %description -n QtSql-sqlite3 -l pt_BR.UTF-8
971 Plugin de suporte a SQLite3 para Qt.
972
973 %package -n QtSql-tds
974 Summary:        Database plugin for TDS Qt support
975 Summary(pl.UTF-8):      Wtyczka TDS do Qt
976 Summary(pt_BR.UTF-8):   Plugin de suporte a TDS para Qt
977 Group:          X11/Libraries
978 Requires:       QtSql = %{version}-%{release}
979 Provides:       QtSql-backend = %{version}-%{release}
980
981 %description -n QtSql-tds
982 This package contains a plugin for accessing TDS database via the QSql
983 classes.
984
985 %description -n QtSql-tds -l pl.UTF-8
986 Ten pakiet zawiera wtyczki do Qt umożliwiające korzystanie z baz
987 danych TDS poprzez klasy QSql.
988
989 %description -n QtSql-tds -l pt_BR.UTF-8
990 Plugin de suporte a TDS para Qt.
991
992 %package -n QtSvg
993 Summary:        Qt SVG support
994 Summary(pl.UTF-8):      Wsparcie Qt dla SVG
995 Group:          X11/Libraries
996 Requires:       QtCore = %{version}-%{release}
997 Requires:       QtGui = %{version}-%{release}
998 # for svg plugins
999 Requires:       QtXml = %{version}-%{release}
1000
1001 %description -n QtSvg
1002 Qt SVG support.
1003
1004 %description -n QtSvg -l pl.UTF-8
1005 Wsparcie Qt dla SVG.
1006
1007 %package -n QtSvg-devel
1008 Summary:        Qt SVG support - development files
1009 Summary(pl.UTF-8):      Wsparcie Qt dla SVG - pliki programistyczne
1010 Group:          X11/Development/Libraries
1011 Requires:       QtGui-devel = %{version}-%{release}
1012 Requires:       QtSvg = %{version}-%{release}
1013
1014 %description -n QtSvg-devel
1015 Qt SVG support - development files.
1016
1017 %description -n QtSvg-devel -l pl.UTF-8
1018 Wsparcie Qt dla SVG - pliki programistyczne.
1019
1020 %package -n QtSvg-static
1021 Summary:        Qt SVG support - static libraries
1022 Summary(pl.UTF-8):      Wsparcie Qt dla SVG - biblioteki statyczne
1023 Group:          X11/Development/Libraries
1024 Requires:       QtSvg-devel = %{version}-%{release}
1025
1026 %description -n QtSvg-static
1027 Qt SVG support - static libraries.
1028
1029 %description -n QtSvg-static -l pl.UTF-8
1030 Wsparcie Qt dla SVG - biblioteki statyczne.
1031
1032 %package -n QtTest
1033 Summary:        Qt test framework
1034 Summary(pl.UTF-8):      Szkielet testów Qt
1035 Group:          X11/Libraries
1036 Requires:       QtCore = %{version}-%{release}
1037
1038 %description -n QtTest
1039 Qt test framework.
1040
1041 %description -n QtTest -l pl.UTF-8
1042 Szkielet testów Qt.
1043
1044 %package -n QtTest-devel
1045 Summary:        Qt test framework - development files
1046 Summary(pl.UTF-8):      Szkielet testów Qt - pliki programistyczne
1047 Group:          X11/Development/Libraries
1048 Requires:       QtCore-devel = %{version}-%{release}
1049 Requires:       QtTest = %{version}-%{release}
1050
1051 %description -n QtTest-devel
1052 Qt test framework - development files.
1053
1054 %description -n QtTest-devel -l pl.UTF-8
1055 Szkielet testów Qt - pliki programistyczne.
1056
1057 %package -n QtTest-static
1058 Summary:        Qt test framework - static libraries
1059 Summary(pl.UTF-8):      Szkielet testów Qt - biblioteki statyczne
1060 Group:          X11/Development/Libraries
1061 Requires:       QtTest-devel = %{version}-%{release}
1062
1063 %description -n QtTest-static
1064 Qt test framework - static libraries.
1065
1066 %description -n QtTest-static -l pl.UTF-8
1067 Szkielet testów Qt - biblioteki statyczne.
1068
1069 %package -n QtUiTools
1070 Summary:        Classes for handling Qt Designer forms in applications
1071 Summary(pl.UTF-8):      Klasy do obsługi formularzy Qt Designera w aplikacjach
1072 Group:          X11/Libraries
1073 Requires:       QtGui = %{version}-%{release}
1074 Requires:       QtXml = %{version}-%{release}
1075
1076 %description -n QtUiTools
1077 The QtUiTools module provides classes to handle forms created with Qt
1078 Designer.
1079
1080 %description -n QtUiTools -l pl.UTF-8
1081 Moduł QtUiTools udostępnia klasy do obsługi formularzy tworzonych przy
1082 użyciu Qt Designera.
1083
1084 %package -n QtUiTools-devel
1085 Summary:        Classes for handling Qt Designer forms in applications - development files
1086 Summary(pl.UTF-8):      Klasy do obsługi formularzy Qt Designera w aplikacjach - pliki programistyczne
1087 Group:          X11/Development/Libraries
1088 Requires:       QtGui-devel = %{version}-%{release}
1089 Requires:       QtUiTools = %{version}-%{release}
1090 Requires:       QtXml-devel = %{version}-%{release}
1091
1092 %description -n QtUiTools-devel
1093 Classes for handling Qt Designer forms in applications - development
1094 files.
1095
1096 %description -n QtUiTools-devel -l pl.UTF-8
1097 Klasy do obsługi formularzy Qt Designera w aplikacjach - pliki
1098 programistyczne.
1099
1100 %package -n QtUiTools-static
1101 Summary:        Classes for handling Qt Designer forms in applications - static library
1102 Summary(pl.UTF-8):      Klasy do obsługi formularzy Qt Designera w aplikacjach - biblioteka statyczna
1103 Group:          X11/Development/Libraries
1104 Requires:       QtUiTools-devel = %{version}-%{release}
1105
1106 %description -n QtUiTools-static
1107 Classes for handling Qt Designer forms in applications - static
1108 library.
1109
1110 %description -n QtUiTools-static -l pl.UTF-8
1111 Klasy do obsługi formularzy Qt Designera w aplikacjach - biblioteka
1112 statyczna.
1113
1114 %package -n QtWebKit
1115 Summary:        Qt classes for rendering HTML, XHTML and SVG documents
1116 Summary(pl.UTF-8):      Klasy Qt do renderowania dokumentów HTML, XHTML i SVG
1117 Group:          X11/Libraries
1118 Requires:       QtDBus = %{version}-%{release}
1119 Requires:       QtGui = %{version}-%{release}
1120 Requires:       QtNetwork = %{version}-%{release}
1121 Requires:       QtXml = %{version}-%{release}
1122
1123 %description -n QtWebKit
1124 QtWebKit provides a Web browser engine that makes it easy to embed
1125 content from the World Wide Web into your Qt application. At the same
1126 time Web content can be enhanced with native controls. QtWebKit
1127 provides facilities for rendering of HyperText Markup Language (HTML),
1128 Extensible HyperText Markup Language (XHTML) and Scalable Vector
1129 Graphics (SVG) documents, styled using Cascading Style Sheets (CSS)
1130 and scripted with JavaScript.
1131
1132 %description -n QtWebKit -l pl.UTF-8
1133 QtWebKit udostępnia silnik przeglądarki WWW ułatwiający osadzanie
1134 treści ze stron WWW w aplikacjach Qt. Jednocześnie treść WWW może być
1135 rozszerzana o natywne kontrolki. QtWebKit zapewnia renderowanie
1136 dokumentów w językach HTML (HyperText Markup Language), XHTML
1137 (Extensible HyperText Markup Language) i SVG (Scalable Vector
1138 Graphics) z obsługą styli CSS (Cascading Style Sheets) i skryptów w
1139 języku JavaScript.
1140
1141 %package -n QtWebKit-devel
1142 Summary:        Qt classes for rendering HTML, XHTML and SVG documents - development files
1143 Summary(pl.UTF-8):      Klasy Qt do renderowania dokumentów HTML, XHTML i SVG - pliki programistyczne
1144 Group:          X11/Development/Libraries
1145 Requires:       QtGui-devel = %{version}-%{release}
1146 Requires:       QtNetwork-devel = %{version}-%{release}
1147 Requires:       QtScript-devel = %{version}-%{release}
1148 Requires:       QtWebKit = %{version}-%{release}
1149 %if %{with system_phonon}
1150 Requires:       phonon-devel
1151 %else
1152 Requires:       qt4-phonon-devel = %{version}-%{release}
1153 %endif
1154
1155 %description -n QtWebKit-devel
1156 Qt classes for rendering HTML, XHTML and SVG documents - development
1157 files.
1158
1159 %description -n QtWebKit-devel -l pl.UTF-8
1160 Klasy Qt do renderowania dokumentów HTML, XHTML i SVG - pliki
1161 programistyczne.
1162
1163 %package -n QtWebKit-static
1164 Summary:        Qt classes for rendering HTML, XHTML and SVG documents - static library
1165 Summary(pl.UTF-8):      Klasy Qt do renderowania dokumentów HTML, XHTML i SVG - biblioteka statyczna
1166 Group:          X11/Development/Libraries
1167 Requires:       QtWebKit-devel = %{version}-%{release}
1168
1169 %description -n QtWebKit-static
1170 Qt classes for rendering HTML, XHTML and SVG documents - static
1171 library.
1172
1173 %description -n QtWebKit-static -l pl.UTF-8
1174 Klasy Qt do renderowania dokumentów HTML, XHTML i SVG - biblioteka
1175 statyczna.
1176
1177 %package -n QtXml
1178 Summary:        Qt classes for handling XML
1179 Summary(pl.UTF-8):      Klasy Qt do obsługi XML-a
1180 Group:          X11/Libraries
1181 Requires:       QtCore = %{version}-%{release}
1182
1183 %description -n QtXml
1184 Qt classes for handling XML.
1185
1186 %description -n QtXml -l pl.UTF-8
1187 Klasy Qt do obsługi XML-a.
1188
1189 %package -n QtXml-devel
1190 Summary:        Qt classes for handling XML - development files
1191 Summary(pl.UTF-8):      Klasy Qt do obsługi XML-a - pliki programistyczne
1192 Group:          X11/Development/Libraries
1193 Requires:       QtCore-devel = %{version}-%{release}
1194 Requires:       QtXml = %{version}-%{release}
1195
1196 %description -n QtXml-devel
1197 Qt classes for handling XML - development files.
1198
1199 %description -n QtXml-devel -l pl.UTF-8
1200 Klasy Qt do obsługi XML-a - pliki programistyczne.
1201
1202 %package -n QtXml-static
1203 Summary:        Qt classes for handling XML - static libraries
1204 Summary(pl.UTF-8):      Klasy Qt do obsługi XML-a - biblioteki statyczne
1205 Group:          X11/Development/Libraries
1206 Requires:       QtXml-devel = %{version}-%{release}
1207
1208 %description -n QtXml-static
1209 Qt classes for handling XML - static libraries.
1210
1211 %description -n QtXml-static -l pl.UTF-8
1212 Klasy Qt do obsługi XML-a - biblioteki statyczne.
1213
1214 %package -n QtXmlPatterns
1215 Summary:        QtXmlPatterns XQuery engine
1216 Summary(pl.UTF-8):      Silnik zapytań XQuery QtXmlPatterns
1217 Group:          X11/Libraries
1218 Requires:       QtCore = %{version}-%{release}
1219 Requires:       QtNetwork = %{version}-%{release}
1220
1221 %description -n QtXmlPatterns
1222 QtXmlPatterns XQuery engine.
1223
1224 %description -n QtXmlPatterns -l pl.UTF-8
1225 Silnik zapytań XQuery QtXmlPatterns.
1226
1227 %package -n QtXmlPatterns-devel
1228 Summary:        QtXmlPatterns XQuery engine - development files
1229 Summary(pl.UTF-8):      Silnik zapytań XQuery QtXmlPatterns - pliki programistyczne
1230 Group:          X11/Development/Libraries
1231 Requires:       QtNetwork-devel = %{version}-%{release}
1232 Requires:       QtXmlPatterns = %{version}-%{release}
1233
1234 %description -n QtXmlPatterns-devel
1235 QtXmlPatterns XQuery engine - development files.
1236
1237 %description -n QtXmlPatterns-devel -l pl.UTF-8
1238 Silnik zapytań XQuery QtXmlPatterns - pliki programistyczne.
1239
1240 %package -n QtXmlPatterns-static
1241 Summary:        QtXmlPatterns XQuery engine - static library
1242 Summary(pl.UTF-8):      Silnik zapytań XQuery QtXmlPatterns - biblioteka statyczna
1243 Group:          X11/Development/Libraries
1244 Requires:       QtXmlPatterns-devel = %{version}-%{release}
1245
1246 %description -n QtXmlPatterns-static
1247 QtXmlPatterns XQuery engine - static library.
1248
1249 %description -n QtXmlPatterns-static -l pl.UTF-8
1250 Silnik zapytań XQuery QtXmlPatterns - biblioteka statyczna.
1251
1252 %package assistant
1253 Summary:        Qt documentation browser
1254 Summary(pl.UTF-8):      Przeglądarka dokumentacji Qt
1255 Group:          X11/Development/Tools
1256 Requires:       QtGui = %{version}-%{release}
1257 Requires:       QtHelp = %{version}-%{release}
1258 Requires:       QtNetwork = %{version}-%{release}
1259 Requires:       QtSql = %{version}-%{release}
1260 Requires:       QtSql-sqlite3 = %{version}-%{release}
1261 Requires:       QtWebKit = %{version}-%{release}
1262 Requires:       QtXml = %{version}-%{release}
1263 Requires:       hicolor-icon-theme
1264
1265 %description assistant
1266 Qt Assistant is a tool for browsing on-line documentation with
1267 indexing, bookmarks and full-text search.
1268
1269 %description assistant -l pl.UTF-8
1270 Qt Assistant to narzędzie do przeglądania dokumentacji z możliwością
1271 indeksowania, dodawania zakładek i pełnotekstowego wyszukiwania.
1272
1273 %package build
1274 Summary:        Build tools for Qt4
1275 Summary(pl.UTF-8):      Narzędzia do budowania dla Qt4
1276 Group:          X11/Development/Tools
1277 Requires:       QtCore = %{version}-%{release}
1278 Requires:       QtGui = %{version}-%{release}
1279 Requires:       QtXml = %{version}-%{release}
1280
1281 %description build
1282 This package includes the Qt resource compiler (rcc), meta objects
1283 compiler (moc), user interface compiler (uic) and qt3to4 include names
1284 converter.
1285
1286 %description build -l pl.UTF-8
1287 Ten pakiet zawiera kompilator zasobów Qt (rcc), kompilator
1288 metaobiektów (moc), kompilator interfejsów użytkownika (uic) oraz
1289 konwerter nazw plików nagłówkowych qt3to4.
1290
1291 %package designer
1292 Summary:        IDE used for GUI designing with Qt library
1293 Summary(pl.UTF-8):      IDE służące do projektowania GUI za pomocą biblioteki Qt
1294 Group:          X11/Applications
1295 Requires:       QtDesigner = %{version}-%{release}
1296
1297 %description designer
1298 An advanced tool used for GUI designing with Qt library.
1299
1300 %description designer -l pl.UTF-8
1301 Zaawansowane narzędzie służące do projektowania interfejsu graficznego
1302 za pomocą biblioteki Qt.
1303
1304 %package devel-private
1305 Summary:        Private Qt headers files
1306 Group:          X11/Development/Libraries
1307 Requires:       QtCore-devel = %{version}-%{release}
1308 Requires:       QtDeclarative-devel = %{version}-%{release}
1309 Requires:       QtGui-devel = %{version}-%{release}
1310 Requires:       QtScript-devel = %{version}-%{release}
1311
1312 %description devel-private
1313 Private Qt headers files - for calibre
1314
1315 %package linguist
1316 Summary:        Translation helper for Qt
1317 Summary(pl.UTF-8):      Aplikacja ułatwiająca tłumaczenie aplikacji opartych o Qt
1318 Group:          X11/Development/Tools
1319 Requires:       QtUiTools = %{version}-%{release}
1320 Requires:       hicolor-icon-theme
1321
1322 %description linguist
1323 This program provides an interface that shortens and helps systematize
1324 the process of translating GUIs. Qt Linguist takes all of the text of
1325 a UI that will be shown to the user, and presents it to a human
1326 translator in a simple window. When one UI text is translated, the
1327 program automatically progresses to the next, until they are all
1328 completed.
1329
1330 %description linguist -l pl.UTF-8
1331 Ten program oferuje interfejs znacznie przyśpieszający proces
1332 tłumaczenia interfejsu użytkownika. Zbiera wszystkie teksty
1333 przeznaczone do tłumaczenia i przedstawia w łatwym w obsłudze oknie.
1334 Gdy jeden z nich jest już przetłumaczony, automatycznie przechodzi do
1335 następnego, aż wszystkie będą przetłumaczone.
1336
1337 %package phonon
1338 Summary:        Cross-platform multimedia framework
1339 Summary(pl.UTF-8):      Wieloplatformowy szkielet multimedialny
1340 Group:          X11/Development/Tools
1341 Obsoletes:      phonon
1342
1343 %description phonon
1344 Phonon is a cross-platform multimedia framework that enables the use
1345 of audio and video content in Qt applications.
1346
1347 %description phonon -l pl.UTF-8
1348 Phonon to wieloplatformowy szkielet multimedialny pozwalający na
1349 wykorzystywanie treści dźwiękowych i filmowych w aplikacjach Qt.
1350
1351 %package phonon-devel
1352 Summary:        Cross-platform multimedia framework - development files
1353 Summary(pl.UTF-8):      Wieloplatformowy szkielet multimedialny - pliki programistyczne
1354 Group:          X11/Development/Libraries
1355 Requires:       QtCore-devel = %{version}-%{release}
1356 Requires:       QtDBus-devel = %{version}-%{release}
1357 Requires:       QtGui-devel = %{version}-%{release}
1358 Requires:       qt4-phonon = %{version}-%{release}
1359 Obsoletes:      phonon-devel
1360
1361 %description phonon-devel
1362 Cross-platform multimedia framework - development files.
1363
1364 %description phonon-devel -l pl.UTF-8
1365 Wieloplatformowy szkielet multimedialny - pliki programistyczne.
1366
1367 %package qmake
1368 Summary:        Qt makefile generator
1369 Summary(pl.UTF-8):      Generator plików makefile dla aplikacji Qt
1370 Group:          X11/Development/Tools
1371
1372 %description qmake
1373 A powerful makefile generator. It can create makefiles on any platform
1374 from a simple .pro definitions file.
1375
1376 %description qmake -l pl.UTF-8
1377 Rozbudowany generator plików makefile. Potrafi tworzyć pliki makefile
1378 na każdej platformi na podstawie łatwego w przygotowaniu pliku .pro.
1379
1380 %package qtconfig
1381 Summary:        Qt widgets configuration tool
1382 Summary(pl.UTF-8):      Narzędzie do konfigurowania widgetów Qt
1383 Group:          X11/Applications
1384 Requires:       Qt3Support = %{version}-%{release}
1385 Requires:       QtDBus = %{version}-%{release}
1386 Requires:       QtGui = %{version}-%{release}
1387 Requires:       QtNetwork = %{version}-%{release}
1388 Requires:       QtSql = %{version}-%{release}
1389 Requires:       QtXml = %{version}-%{release}
1390 Requires:       desktop-file-utils
1391
1392 %description qtconfig
1393 A tool for configuring look and behavior of Qt widgets.
1394
1395 %description qtconfig -l pl.UTF-8
1396 Narzędie do konfiguracji wyglądu i zachowania widgetów Qt.
1397
1398 %package -n qvfb
1399 Summary:        Qt Virtual framebuffer
1400 Summary(pl.UTF-8):      Wirtualny framebuffer dla Qt
1401 Group:          X11/Development/Libraries
1402 Requires:       QtGui = %{version}-%{release}
1403 Requires:       QtOpenGL = %{version}-%{release}
1404
1405 %description -n qvfb
1406 Qt Virtual framebuffer allows you to run Qt/Embedded applications in X
1407 window.
1408
1409 %description -n qvfb -l pl.UTF-8
1410 Qt Virtual framebuffer pozwala na uruchamianie aplikacji Qt/Embedded w
1411 okienku X.
1412
1413 %package demos
1414 Summary:        Demos of new Qt4 features
1415 Summary(pl.UTF-8):      Programy demonstrujące nowe możliwości Qt4
1416 Group:          X11/Development/Libraries
1417 Requires:       QtDeclarative = %{version}-%{release}
1418 Requires:       QtGui = %{version}-%{release}
1419 Requires:       QtHelp = %{version}-%{release}
1420 Requires:       QtNetwork = %{version}-%{release}
1421 Requires:       QtOpenGL = %{version}-%{release}
1422 Requires:       QtScript = %{version}-%{release}
1423 Requires:       QtSql = %{version}-%{release}
1424 Requires:       QtSvg = %{version}-%{release}
1425 Requires:       QtXml = %{version}-%{release}
1426 Requires:       QtXmlPatterns = %{version}-%{release}
1427
1428 %description demos
1429 Demos are spiders that fly.
1430
1431 %description demos -l pl.UTF-8
1432 Dema to latające pająki.
1433
1434 %package doc
1435 Summary:        Qt Documentation in HTML format
1436 Summary(pl.UTF-8):      Dokumentacja Qt w formacie HTML
1437 Group:          X11/Development/Libraries
1438 Suggests:       %{name}-assistant = %{version}-%{release}
1439 %if "%{_rpmversion}" >= "5"
1440 BuildArch:      noarch
1441 %endif
1442
1443 %description doc
1444 Qt documentation in HTML format.
1445
1446 %description doc -l pl.UTF-8
1447 Dokumentacja qt w formacie HTML.
1448
1449 %package examples
1450 Summary:        Example programs bundled with Qt
1451 Summary(pl.UTF-8):      Ćwiczenia i przykłady do Qt
1452 Summary(pt_BR.UTF-8):   Programas exemplo desenvolvidos com o Qt
1453 Group:          X11/Development/Libraries
1454 # no *-devel deps, allow to look at the examples without compiling
1455
1456 %description examples
1457 Example programs bundled with Qt version.
1458
1459 %description examples -l pl.UTF-8
1460 Ćwiczenia/przykłady dołączone do Qt.
1461
1462 %description examples -l pt_BR.UTF-8
1463 Programas exemplo para o Qt versão.
1464
1465 %prep
1466 %setup -q -n qt-everywhere-opensource-src-%{version}
1467
1468 %patch100 -p1
1469
1470 %patch0 -p1
1471 %patch1 -p0
1472 %patch2 -p1
1473 %patch3 -p1
1474 %patch5 -p1
1475 %patch6 -p1
1476 %patch7 -p1
1477 %patch8 -p1
1478 %patch9 -p1
1479 %patch10 -p1
1480 %{?with_wkhtml:%patch11 -p1}
1481 %patch12 -p1
1482 %patch13 -p1
1483
1484 %patch15 -p1
1485 %patch16 -p1
1486
1487 %patch17 -p0
1488 %patch18 -p0
1489 %patch19 -p1
1490
1491 %{__sed} -i -e 's,usr/X11R6/,usr/g,' mkspecs/linux-g++-64/qmake.conf \
1492         mkspecs/common/linux.conf
1493
1494 # change QMAKE FLAGS to build
1495 %{__sed} -i -e '
1496         s|QMAKE_CC.*=.*gcc|QMAKE_CC\t\t= %{__cc}|;
1497         s|QMAKE_CXX.*=.*g++|QMAKE_CXX\t\t= %{__cxx}|;
1498         s|QMAKE_LINK.*=.*g++|QMAKE_LINK\t\t= %{__cxx}|;
1499         s|QMAKE_LINK_SHLIB.*=.*g++|QMAKE_LINK_SHLIB\t= %{__cxx}|;
1500         s|QMAKE_CFLAGS_RELEASE.*|QMAKE_CFLAGS_RELEASE\t+= %{rpmcppflags} %{rpmcflags}|;
1501         s|QMAKE_CXXFLAGS_RELEASE.*|QMAKE_CXXFLAGS_RELEASE\t+= %{rpmcppflags} %{rpmcxxflags}|;
1502         s|QMAKE_CFLAGS_DEBUG.*|QMAKE_CFLAGS_DEBUG\t+= %{debugcflags}|;
1503         s|QMAKE_CXXFLAGS_DEBUG.*|QMAKE_CXXFLAGS_DEBUG\t+= %{debugcflags}|;
1504         ' mkspecs/common/g++-base.conf
1505
1506 %{__sed} -i -e '
1507         s|QMAKE_INCDIR_QT.*|QMAKE_INCDIR_QT       = %{_includedir}/qt4|;
1508         ' mkspecs/common/linux.conf
1509
1510 # No -L/usr/lib.
1511 %{__sed} -i -e '
1512         s|^QMAKE_LIBDIR_QT.*=.*|QMAKE_LIBDIR_QT       =|;
1513         ' mkspecs/common/linux.conf
1514
1515 # undefine QMAKE_STRIP, so we get useful -debuginfo pkgs
1516 %{__sed} -i -e '
1517         s|^QMAKE_STRIP.*=.*|QMAKE_STRIP             =|;
1518         ' mkspecs/common/linux.conf
1519
1520 # disable webkit tests, broken build
1521 rm -r src/3rdparty/webkit/Source/WebKit/qt/tests
1522
1523 %build
1524 # pass OPTFLAGS to build qmake itself with optimization
1525 export OPTFLAGS="%{rpmcflags}"
1526 export PATH=$PWD/bin:$PATH
1527
1528 ##################################
1529 # DEFAULT OPTIONS FOR ALL BUILDS #
1530 ##################################
1531
1532 COMMONOPT=" \
1533         -confirm-license \
1534         -opensource \
1535         -buildkey pld \
1536         -verbose \
1537         -prefix %{_qtdir} \
1538         -bindir %{_qtdir}/bin \
1539         -docdir %{_docdir}/%{name}-doc \
1540         -headerdir %{_includedir}/qt4 \
1541         -libdir %{_libdir} \
1542         -plugindir %{_qtdir}/plugins \
1543         -datadir %{_datadir}/qt4 \
1544         -translationdir %{_localedir}/ \
1545         -sysconfdir %{_sysconfdir}/qt4 \
1546         -examplesdir %{_examplesdir}/qt4 \
1547         -demosdir %{_examplesdir}/qt4-demos \
1548         -optimized-qmake \
1549         -fast \
1550         -glib \
1551         %{!?with_gtk:-no-gtkstyle} \
1552         -%{!?with_pch:no-}pch \
1553         -no-rpath \
1554         %{!?with_mmx:-no-mmx} \
1555         %{!?with_3dnow:-no-3dnow} \
1556         %{!?with_sse:-no-sse} \
1557         %{!?with_sse2:-no-sse2} \
1558         %{!?with_sse3:-no-sse3} \
1559         %{!?with_ssse3:-no-ssse3} \
1560         %{!?with_sse41:-no-sse4.1} \
1561         %{!?with_sse42:-no-sse4.2} \
1562         %{!?with_avx:-no-avx} \
1563         -qdbus \
1564         -dbus-linked \
1565         -reduce-relocations \
1566         -system-libjpeg \
1567         -system-libmng \
1568         -system-libpng \
1569         -system-libtiff \
1570         -system-zlib \
1571         -openssl-linked \
1572         -exceptions \
1573         -largefile \
1574         -I/usr/include/postgresql/server \
1575         -I/usr/include/mysql \
1576         %{?with_cups:-cups} \
1577         %{?with_nas:-system-nas-sound} \
1578         %{?debug:-debug} \
1579         %{!?debug:-release} \
1580         -qt3support \
1581         -fontconfig \
1582         -largefile \
1583         -iconv \
1584         -icu \
1585         -no-separate-debug-info \
1586         -xfixes \
1587         -nis \
1588         -sm \
1589         -stl \
1590         -xcursor \
1591         -xinput \
1592         -xinerama \
1593         -xrandr \
1594         -xkb \
1595         -xrender \
1596         -xshape \
1597         -xmlpatterns \
1598         -continue"
1599
1600 ##################################
1601 #       STATIC MULTI-THREAD      #
1602 ##################################
1603
1604 %if %{with static_libs}
1605 OPT=" \
1606         -%{!?with_mysql:no}%{?with_mysql:qt}-sql-mysql \
1607         -%{!?with_odbc:no}%{?with_odbc:qt}-sql-odbc \
1608         -%{!?with_pgsql:no}%{?with_pgsql:qt}-sql-psql \
1609         -%{!?with_sqlite3:no}%{?with_sqlite3:qt}-sql-sqlite \
1610         -%{!?with_sqlite:no}%{?with_sqlite:qt}-sql-sqlite2 \
1611         -%{!?with_ibase:no}%{?with_ibase:qt}-sql-ibase \
1612         -static"
1613
1614 ./configure $COMMONOPT $OPT
1615
1616 %{__make} -C src
1617 %{__make} -C tools/assistant/lib
1618 %{__make} -C tools/designer
1619 if [ ! -d staticlib ]; then
1620         mkdir staticlib
1621         cp -a lib/*.a staticlib
1622 fi
1623 %{__make} distclean
1624 %endif
1625
1626 ##################################
1627 #       SHARED MULTI-THREAD      #
1628 ##################################
1629
1630 OPT=" \
1631         -%{!?with_mysql:no}%{?with_mysql:plugin}-sql-mysql \
1632         -%{!?with_odbc:no}%{?with_odbc:plugin}-sql-odbc \
1633         -%{!?with_pgsql:no}%{?with_pgsql:plugin}-sql-psql \
1634         -%{!?with_sqlite3:no}%{?with_sqlite3:plugin}-sql-sqlite \
1635         -%{!?with_sqlite:no}%{?with_sqlite:plugin}-sql-sqlite2 \
1636         -%{!?with_ibase:no}%{?with_ibase:plugin}-sql-ibase \
1637         -shared"
1638
1639 ./configure $COMMONOPT $OPT
1640
1641 %{__make}
1642 %{__make} \
1643         sub-tools-all-ordered \
1644         sub-demos-all-ordered \
1645         sub-examples-all-ordered
1646
1647 %install
1648 rm -rf $RPM_BUILD_ROOT
1649 install -d $RPM_BUILD_ROOT{/etc/{env.d,qt4},%{_bindir},%{_desktopdir},%{_pixmapsdir},%{_pkgconfigdir}}
1650 install -d $RPM_BUILD_ROOT%{_qtdir}/plugins/{crypto,network}
1651 install -d $RPM_BUILD_ROOT%{_qtdir}/imports/org
1652
1653 echo '#QT_GRAPHICSSYSTEM=raster' > $RPM_BUILD_ROOT/etc/env.d/QT_GRAPHICSSYSTEM
1654
1655 %{__make} install \
1656         INSTALL_ROOT=$RPM_BUILD_ROOT
1657
1658 # for qt-creator sth is messed up in the Makefile, nothing for make install
1659 install bin/qdoc3 $RPM_BUILD_ROOT%{_qtdir}/bin/qdoc3
1660
1661 # kill -L/inside/builddir from *.la and *.pc (bug #77152)
1662 %{__sed} -i -e "s,-L$PWD/lib,,g" $RPM_BUILD_ROOT%{_libdir}/*.{la,prl}
1663 %{__sed} -i -e "s,-L$PWD/lib,,g" $RPM_BUILD_ROOT%{_pkgconfigdir}/*.pc
1664 %{__sed} -i -e '
1665         s|moc_location=.*|moc_location=%{_bindir}/moc-qt4|;
1666         s|uic_location=.*|uic_location=%{_bindir}/uic-qt4|;
1667         ' $RPM_BUILD_ROOT%{_pkgconfigdir}/*.pc
1668
1669 # libQtWebKit.la contains '-ljscore' and '-lwebcore', they come
1670 # from src/3rdparty/webkit/{JavaScriptCore,WebCore}} but those libs aren't installed
1671 %{__sed} -i -e "s,-lwebcore,,g;s,-ljscore,,g;" $RPM_BUILD_ROOT%{_libdir}/libQtWebKit.la
1672
1673 # install tools
1674 install bin/findtr      $RPM_BUILD_ROOT%{_qtdir}/bin
1675
1676 cd $RPM_BUILD_ROOT%{_bindir}
1677 ln -sf ../%{_lib}/qt4/bin/assistant assistant-qt4
1678 ln -sf ../%{_lib}/qt4/bin/designer designer-qt4
1679 ln -sf ../%{_lib}/qt4/bin/findtr findtr-qt4
1680 ln -sf ../%{_lib}/qt4/bin/linguist linguist-qt4
1681 ln -sf ../%{_lib}/qt4/bin/lrelease lrelease-qt4
1682 ln -sf ../%{_lib}/qt4/bin/lupdate lupdate-qt4
1683 ln -sf ../%{_lib}/qt4/bin/moc moc-qt4
1684 ln -sf ../%{_lib}/qt4/bin/qmake qmake-qt4
1685 ln -sf ../%{_lib}/qt4/bin/qtconfig qtconfig-qt4
1686 ln -sf ../%{_lib}/qt4/bin/uic uic-qt4
1687 ln -sf ../%{_lib}/qt4/bin/qdoc3 .
1688 ln -sf ../%{_lib}/qt4/bin/qt3to4 .
1689 ln -sf ../%{_lib}/qt4/bin/rcc .
1690 ln -sf ../%{_lib}/qt4/bin/uic3 .
1691 ln -sf ../%{_lib}/qt4/bin/pixeltool .
1692 ln -sf ../%{_lib}/qt4/bin/qcollectiongenerator .
1693 ln -sf ../%{_lib}/qt4/bin/qdbuscpp2xml .
1694 ln -sf ../%{_lib}/qt4/bin/qdbusxml2cpp .
1695 ln -sf ../%{_lib}/qt4/bin/qhelpconverter .
1696 ln -sf ../%{_lib}/qt4/bin/qhelpgenerator .
1697 ln -sf ../%{_lib}/qt4/bin/qmlviewer .
1698 ln -sf ../%{_lib}/qt4/bin/qmlplugindump .
1699 ln -sf ../%{_lib}/qt4/bin/qttracereplay .
1700 ln -sf ../%{_lib}/qt4/bin/qvfb .
1701 ln -sf ../%{_lib}/qt4/bin/xmlpatternsvalidator .
1702 cd -
1703
1704 # multilib
1705 mv $RPM_BUILD_ROOT%{_qtdir}/bin/{qdbus,qdbusviewer} $RPM_BUILD_ROOT%{_bindir}
1706 ln -sf %{_bindir}/qdbus $RPM_BUILD_ROOT%{_qtdir}/bin/qdbus
1707 ln -sf %{_bindir}/qdbusviewer $RPM_BUILD_ROOT%{_qtdir}/bin/qdbusviewer
1708
1709 install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}/qtconfig-qt4.desktop
1710 install tools/qtconfig/images/appicon.png \
1711         $RPM_BUILD_ROOT%{_pixmapsdir}/qtconfig-qt4.png
1712
1713 install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}/linguist-qt4.desktop
1714 for f in tools/linguist/linguist/images/icons/linguist-*-32.png; do
1715         size=$(echo $(basename ${f}) | cut -d- -f2)
1716         install -D $f $RPM_BUILD_ROOT%{_iconsdir}/hicolor/${size}x${size}/apps/linguist-qt4.png
1717 done
1718
1719 install %{SOURCE4} $RPM_BUILD_ROOT%{_desktopdir}/assistant-qt4.desktop
1720 install -D tools/assistant/tools/assistant/images/assistant.png \
1721         $RPM_BUILD_ROOT%{_iconsdir}/hicolor/32x32/apps/assistant-qt4.png
1722 install -D tools/assistant/tools/assistant/images/assistant-128.png \
1723         $RPM_BUILD_ROOT%{_iconsdir}/hicolor/128x128/apps/assistant-qt4.png
1724
1725 install %{SOURCE3} $RPM_BUILD_ROOT%{_desktopdir}/designer-qt4.desktop
1726 install tools/designer/src/designer/images/designer.png \
1727         $RPM_BUILD_ROOT%{_pixmapsdir}/designer-qt4.png
1728
1729 %if %{with static_libs}
1730 install staticlib/*.a $RPM_BUILD_ROOT%{_libdir}
1731 %endif
1732
1733 #
1734 # Locale
1735 #
1736 for f in translations/*.ts ; do
1737         LD_LIBRARY_PATH=lib bin/lrelease $f -qm translations/$(basename $f .ts).qm
1738 done
1739
1740 %{__rm} $RPM_BUILD_ROOT%{_localedir}/*.qm
1741 for file in translations/*.qm tools/assistant/*.qm tools/designer/designer/*.qm tools/linguist/linguist/*.qm; do
1742         [ ! -f $file ] && continue
1743         case "$file" in
1744                 *untranslated*)
1745                         continue;
1746                         ;;
1747         esac
1748         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:'`"
1749         [ "$lang" == "iw" ] && lang=he
1750         MOD=qt4-$MOD
1751         [ "$MOD" == "qt4-qt" ] && MOD=qt4
1752         install -d $RPM_BUILD_ROOT%{_localedir}/$lang/LC_MESSAGES
1753         cp $file $RPM_BUILD_ROOT%{_localedir}/$lang/LC_MESSAGES/$MOD.qm
1754 done
1755
1756 cd $RPM_BUILD_ROOT%{_includedir}/qt4/Qt
1757 # QtCore must be the last
1758 for f in ../Qt{3Support,DBus,Declarative,Designer,Gui,Help,Network,OpenGL,Script,Sql,Svg,Test,UiTools,WebKit,Xml,XmlPatterns,Core}/*; do
1759         if [ ! -d $f ]; then
1760                 ln -sf $f `basename $f`
1761         fi
1762 done
1763 cd -
1764
1765 # Ship doc & qmake stuff
1766 ln -s %{_datadir}/qt4/mkspecs $RPM_BUILD_ROOT%{_qtdir}/mkspecs
1767
1768 for f in $RPM_BUILD_ROOT%{_pkgconfigdir}/*.pc; do
1769         HAVEDEBUG=`echo $f | grep _debug | wc -l`
1770         MODULE=`echo $f | basename $f | cut -d. -f1 | cut -d_ -f1`
1771         MODULE2=`echo $MODULE | tr a-z A-Z | sed s:QT::`
1772         DEFS="-D_REENTRANT"
1773
1774         if [ "$MODULE2" == "3SUPPORT" ]; then
1775                 DEFS="$DEFS -DQT3_SUPPORT -DQT_QT3SUPPORT_LIB"
1776         else
1777                 DEFS="$DEFS -DQT_"$MODULE2"_LIB"
1778         fi
1779         [ "$HAVEDEBUG" -eq 0 ] && DEFS="$DEFS -DQT_NO_DEBUG"
1780
1781         sed -i -e "s:-DQT_SHARED:-DQT_SHARED $DEFS:" $f
1782 done
1783
1784 # Ship private headers - ugly hack to build calibre
1785 install -d $RPM_BUILD_ROOT%{_includedir}/qt4/private
1786 rsync -aR include/QtCore/private \
1787           include/QtDeclarative/private \
1788           include/QtGui/private \
1789           include/QtScript/private \
1790           $RPM_BUILD_ROOT%{_includedir}/qt4/private
1791 rsync -aR src/corelib/*/*_p.h \
1792           src/declarative/*/*_p.h \
1793           src/gui/*/*_p.h \
1794           src/script/*/*_p.h \
1795           $RPM_BUILD_ROOT%{_includedir}/qt4/private
1796
1797
1798 # Prepare some files list
1799 ifecho() {
1800         RESULT=`echo $RPM_BUILD_ROOT$2 2>/dev/null`
1801         [ "$RESULT" == "" ] && return # XXX this is never true due $RPM_BUILD_ROOT being set
1802         r=`echo $RESULT | awk '{ print $1 }'`
1803
1804         if [ -d "$r" ]; then
1805                 echo "%%dir $2" >> $1.files
1806         elif [ -x "$r" ] ; then
1807                 echo "%%attr(755,root,root) $2" >> $1.files
1808         elif [ -f "$r" ]; then
1809                 echo "$2" >> $1.files
1810         else
1811                 echo "Error generation $1 files list!"
1812                 echo "$r: no such file or direcotry!"
1813                 return 1
1814         fi
1815 }
1816
1817 mkdevfl() {
1818         set -x
1819         MODULE=$1; shift
1820         echo "%%defattr(644,root,root,755)" > $MODULE-devel.files
1821         ifecho $MODULE-devel "%{_libdir}/lib$MODULE*.so"
1822         ifecho $MODULE-devel "%{_libdir}/lib$MODULE*.la"
1823         ifecho $MODULE-devel "%{_libdir}/lib$MODULE*.prl"
1824         ifecho $MODULE-devel "%{_pkgconfigdir}/$MODULE*.pc"
1825         if [ -d "$RPM_BUILD_ROOT%{_includedir}/qt4/$MODULE" ]; then
1826                 ifecho $MODULE-devel %{_includedir}/qt4/$MODULE
1827         fi
1828         for f in `find $RPM_BUILD_ROOT%{_includedir}/qt4/$MODULE -printf "%%P "`; do
1829                 ifecho $MODULE-devel %{_includedir}/qt4/$MODULE/$f
1830                 if [ -a "$RPM_BUILD_ROOT%{_includedir}/qt4/Qt/$f" ]; then
1831                         ifecho $MODULE-devel %{_includedir}/qt4/Qt/$f
1832                 fi
1833         done
1834         for f in $@; do ifecho $MODULE-devel $f; done
1835 }
1836
1837 mkdevfl QtCore %{_includedir}/qt4 %{_includedir}/qt4/Qt
1838 mkdevfl QtDBus %{_qtdir}/bin/qdbuscpp2xml %{_qtdir}/bin/qdbusxml2cpp %{_bindir}/qdbuscpp2xml %{_bindir}/qdbusxml2cpp
1839 mkdevfl QtDeclarative
1840 mkdevfl QtGui
1841 mkdevfl QtMultimedia
1842 mkdevfl QtNetwork
1843 mkdevfl QtOpenGL
1844 mkdevfl QtOpenVG
1845 mkdevfl QtScript
1846 mkdevfl QtScriptTools
1847 mkdevfl QtSql
1848 mkdevfl QtSvg
1849 mkdevfl QtTest
1850 mkdevfl QtHelp
1851 mkdevfl QtWebKit
1852 mkdevfl QtCLucene
1853 mkdevfl QtXml
1854 mkdevfl QtXmlPatterns
1855 mkdevfl Qt3Support
1856 mkdevfl phonon
1857
1858 # without *.la *.pc etc.
1859 mkdevfl QtDesigner || /bin/true
1860 mkdevfl QtUiTools || /bin/true
1861
1862 # without glob (exclude QtScriptTools* QtXmlPatterns*)
1863 %{__sed} -i 's,QtScript\*,QtScript,g' QtScript-devel.files
1864 %{__sed} -i 's,QtXml\*,QtXml,g' QtXml-devel.files
1865 # no duplication between QtCore-devel and QtXml-devel
1866 %{__sed} -i 's,%{_includedir}/qt4/Qt/QXmlStream.*,,g' QtCore-devel.files
1867 %{__sed} -i 's,%{_includedir}/qt4/Qt/qxmlstream\.h,,g' QtCore-devel.files
1868
1869 echo "%defattr(644,root,root,755)" > examples.files
1870 ifecho examples %{_examplesdir}/qt4
1871 for f in `find $RPM_BUILD_ROOT%{_examplesdir}/qt4 -printf "%%P "`; do
1872         ifecho examples %{_examplesdir}/qt4/$f
1873 done
1874
1875 echo "%defattr(644,root,root,755)" > demos.files
1876 ifecho demos "%{_examplesdir}/qt4-demos"
1877 ifecho demos "%{_qtdir}/bin/qtdemo"
1878 for f in `find $RPM_BUILD_ROOT%{_examplesdir}/qt4-demos -printf "%%P "`; do
1879         ifecho demos %{_examplesdir}/qt4-demos/$f
1880 done
1881
1882 %if %{with system_phonon}
1883 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libphonon.so* \
1884         $RPM_BUILD_ROOT%{_libdir}/libphonon.{la,prl} \
1885         $RPM_BUILD_ROOT%{_libdir}/qt4/plugins/phonon_backend/libphonon_gstreamer.so \
1886         $RPM_BUILD_ROOT%{_pkgconfigdir}/phonon.pc
1887 %{__rm} -r $RPM_BUILD_ROOT%{_includedir}/qt4/phonon
1888 %if %{with static_libs}
1889 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libphonon.a
1890 %endif
1891 %endif
1892
1893 %clean
1894 rm -rf $RPM_BUILD_ROOT
1895
1896 %post   -n Qt3Support   -p /sbin/ldconfig
1897 %postun -n Qt3Support   -p /sbin/ldconfig
1898
1899 %post   -n QtCLucene    -p /sbin/ldconfig
1900 %postun -n QtCLucene    -p /sbin/ldconfig
1901
1902 %post   -n QtCore       -p /sbin/ldconfig
1903 %postun -n QtCore       -p /sbin/ldconfig
1904
1905 %post   -n QtDBus       -p /sbin/ldconfig
1906 %postun -n QtDBus       -p /sbin/ldconfig
1907
1908 %post   -n QtDeclarative        -p /sbin/ldconfig
1909 %postun -n QtDeclarative        -p /sbin/ldconfig
1910
1911 %post   -n QtDesigner   -p /sbin/ldconfig
1912 %postun -n QtDesigner   -p /sbin/ldconfig
1913
1914 %post   -n QtGui        -p /sbin/ldconfig
1915 %postun -n QtGui        -p /sbin/ldconfig
1916
1917 %post   -n QtHelp       -p /sbin/ldconfig
1918 %postun -n QtHelp       -p /sbin/ldconfig
1919
1920 %post   -n QtMultimedia -p /sbin/ldconfig
1921 %postun -n QtMultimedia -p /sbin/ldconfig
1922
1923 %post   -n QtNetwork    -p /sbin/ldconfig
1924 %postun -n QtNetwork    -p /sbin/ldconfig
1925
1926 %post   -n QtOpenGL     -p /sbin/ldconfig
1927 %postun -n QtOpenGL     -p /sbin/ldconfig
1928
1929 %post   -n QtOpenVG     -p /sbin/ldconfig
1930 %postun -n QtOpenVG     -p /sbin/ldconfig
1931
1932 %post   -n QtScript     -p /sbin/ldconfig
1933 %postun -n QtScript     -p /sbin/ldconfig
1934
1935 %post   -n QtScriptTools        -p /sbin/ldconfig
1936 %postun -n QtScriptTools        -p /sbin/ldconfig
1937
1938 %post   -n QtSql        -p /sbin/ldconfig
1939 %postun -n QtSql        -p /sbin/ldconfig
1940
1941 %post   -n QtSvg        -p /sbin/ldconfig
1942 %postun -n QtSvg        -p /sbin/ldconfig
1943
1944 %post   -n QtTest       -p /sbin/ldconfig
1945 %postun -n QtTest       -p /sbin/ldconfig
1946
1947 %post   -n QtUiTools    -p /sbin/ldconfig
1948 %postun -n QtUiTools    -p /sbin/ldconfig
1949
1950 %post   -n QtWebKit     -p /sbin/ldconfig
1951 %postun -n QtWebKit     -p /sbin/ldconfig
1952
1953 %post   -n QtXml        -p /sbin/ldconfig
1954 %postun -n QtXml        -p /sbin/ldconfig
1955
1956 %post   -n QtXmlPatterns        -p /sbin/ldconfig
1957 %postun -n QtXmlPatterns        -p /sbin/ldconfig
1958
1959 %post assistant
1960 %update_icon_cache hicolor
1961
1962 %postun assistant
1963 %update_icon_cache hicolor
1964
1965 %post linguist
1966 %update_icon_cache hicolor
1967
1968 %postun linguist
1969 %update_icon_cache hicolor
1970
1971 %post   phonon          -p /sbin/ldconfig
1972 %postun phonon          -p /sbin/ldconfig
1973
1974 %post qtconfig
1975 %update_desktop_database
1976
1977 %files -n Qt3Support
1978 %defattr(644,root,root,755)
1979 %attr(755,root,root) %{_libdir}/libQt3Support.so.*.*
1980 %attr(755,root,root) %ghost %{_libdir}/libQt3Support.so.4
1981 %attr(755,root,root) %{_qtdir}/plugins/accessible/libqtaccessiblecompatwidgets.so
1982
1983 %files -n QtCLucene
1984 %defattr(644,root,root,755)
1985 %attr(755,root,root) %{_libdir}/libQtCLucene.so.*.*
1986 %attr(755,root,root) %ghost %{_libdir}/libQtCLucene.so.4
1987
1988 %files -n QtCore
1989 %defattr(644,root,root,755)
1990 %attr(755,root,root) %{_libdir}/libQtCore.so.*.*
1991 %attr(755,root,root) %ghost %{_libdir}/libQtCore.so.4
1992 %dir /etc/qt4
1993 %dir %{_qtdir}
1994 %dir %{_qtdir}/bin
1995 %dir %{_qtdir}/plugins
1996 %dir %{_qtdir}/plugins/codecs
1997 %attr(755,root,root) %{_qtdir}/plugins/codecs/*.so
1998 # two following are used only by foreign packages, not QtCore
1999 %dir %{_qtdir}/plugins/crypto
2000 %dir %{_qtdir}/plugins/network
2001 %dir %{_datadir}/qt4
2002 %lang(ar) %{_localedir}/ar/LC_MESSAGES/qt4.qm
2003 %lang(cs) %{_localedir}/cs/LC_MESSAGES/qt4.qm
2004 %lang(da) %{_localedir}/da/LC_MESSAGES/qt4.qm
2005 %lang(de) %{_localedir}/de/LC_MESSAGES/qt4.qm
2006 %lang(es) %{_localedir}/es/LC_MESSAGES/qt4.qm
2007 %lang(fa) %{_localedir}/fa/LC_MESSAGES/qt4.qm
2008 %lang(fr) %{_localedir}/fr/LC_MESSAGES/qt4.qm
2009 %lang(gl) %{_localedir}/gl/LC_MESSAGES/qt4.qm
2010 %lang(he) %{_localedir}/he/LC_MESSAGES/qt4.qm
2011 %lang(hu) %{_localedir}/hu/LC_MESSAGES/qt4.qm
2012 %lang(ja) %{_localedir}/ja/LC_MESSAGES/qt4.qm
2013 %lang(ko) %{_localedir}/ko/LC_MESSAGES/qt4.qm
2014 %lang(lt) %{_localedir}/lt/LC_MESSAGES/qt4.qm
2015 %lang(pl) %{_localedir}/pl/LC_MESSAGES/qt4.qm
2016 %lang(pt) %{_localedir}/pt/LC_MESSAGES/qt4.qm
2017 %lang(ru) %{_localedir}/ru/LC_MESSAGES/qt4.qm
2018 %lang(sk) %{_localedir}/sk/LC_MESSAGES/qt4.qm
2019 %lang(sl) %{_localedir}/sl/LC_MESSAGES/qt4.qm
2020 %lang(sv) %{_localedir}/sv/LC_MESSAGES/qt4.qm
2021 %lang(uk) %{_localedir}/uk/LC_MESSAGES/qt4.qm
2022 %lang(zh_CN) %{_localedir}/zh_CN/LC_MESSAGES/qt4.qm
2023 %lang(zh_TW) %{_localedir}/zh_TW/LC_MESSAGES/qt4.qm
2024
2025 %files -n QtDBus
2026 %defattr(644,root,root,755)
2027 %attr(755,root,root) %{_bindir}/qdbus
2028 %attr(755,root,root) %{_bindir}/qdbusviewer
2029 %attr(755,root,root) %{_libdir}/libQtDBus.so.*.*
2030 %attr(755,root,root) %ghost %{_libdir}/libQtDBus.so.4
2031 %attr(755,root,root) %{_qtdir}/bin/qdbus
2032 %attr(755,root,root) %{_qtdir}/bin/qdbusviewer
2033 # ?? is this the proper place?
2034 %attr(755,root,root) %{_qtdir}/plugins/script/libqtscriptdbus.so
2035
2036 %files -n QtDeclarative
2037 %defattr(644,root,root,755)
2038 %attr(755,root,root) %{_bindir}/qmlviewer
2039 %attr(755,root,root) %{_bindir}/qmlplugindump
2040 %attr(755,root,root) %{_qtdir}/bin/qmlviewer
2041 %attr(755,root,root) %{_qtdir}/bin/qmlplugindump
2042 %attr(755,root,root) %{_libdir}/libQtDeclarative.so.*.*
2043 %attr(755,root,root) %ghost %{_libdir}/libQtDeclarative.so.4
2044 %dir %{_qtdir}/imports
2045 %dir %{_qtdir}/imports/Qt
2046 %dir %{_qtdir}/imports/Qt/labs
2047 %dir %{_qtdir}/imports/Qt/labs/folderlistmodel
2048 %dir %{_qtdir}/imports/Qt/labs/gestures
2049 %dir %{_qtdir}/imports/Qt/labs/particles
2050 %dir %{_qtdir}/imports/Qt/labs/shaders
2051 %attr(755,root,root) %{_qtdir}/imports/Qt/labs/*/*.so
2052 %{_qtdir}/imports/Qt/labs/*/qmldir
2053 %dir %{_qtdir}/imports/QtWebKit
2054 %attr(755,root,root) %{_qtdir}/imports/QtWebKit/*.so
2055 %{_qtdir}/imports/QtWebKit/qmldir
2056 %dir %{_qtdir}/imports/org
2057 %dir %{_qtdir}/plugins/qmltooling
2058 %attr(755,root,root) %{_qtdir}/plugins/qmltooling/libqmldbg_tcp.so
2059 %attr(755,root,root) %{_qtdir}/plugins/qmltooling/libqmldbg_inspector.so
2060
2061 %files -n QtDesigner
2062 %defattr(644,root,root,755)
2063 %attr(755,root,root) %{_libdir}/libQtDesigner.so.*.*
2064 %attr(755,root,root) %ghost %{_libdir}/libQtDesigner.so.4
2065 %attr(755,root,root) %{_libdir}/libQtDesignerComponents.so.*.*
2066 %attr(755,root,root) %ghost %{_libdir}/libQtDesignerComponents.so.4
2067 %dir %{_qtdir}/plugins/designer
2068 %attr(755,root,root) %{_qtdir}/plugins/designer/*.so
2069
2070 %files -n QtGui
2071 %defattr(644,root,root,755)
2072 %config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/QT_GRAPHICSSYSTEM
2073 %attr(755,root,root) %{_libdir}/libQtGui.so.*.*
2074 %attr(755,root,root) %ghost %{_libdir}/libQtGui.so.4
2075 %dir %{_qtdir}/plugins/accessible
2076 %attr(755,root,root) %{_qtdir}/plugins/accessible/libqtaccessiblewidgets.so
2077 %dir %{_qtdir}/plugins/graphicssystems
2078 %attr(755,root,root) %{_qtdir}/plugins/graphicssystems/libqtracegraphicssystem.so
2079 %dir %{_qtdir}/plugins/iconengines
2080 %dir %{_qtdir}/plugins/imageformats
2081 %attr(755,root,root) %{_qtdir}/plugins/imageformats/libqgif.so
2082 %attr(755,root,root) %{_qtdir}/plugins/imageformats/libqico.so
2083 %attr(755,root,root) %{_qtdir}/plugins/imageformats/libqjpeg.so
2084 %attr(755,root,root) %{_qtdir}/plugins/imageformats/libqmng.so
2085 %attr(755,root,root) %{_qtdir}/plugins/imageformats/libqtga.so
2086 %attr(755,root,root) %{_qtdir}/plugins/imageformats/libqtiff.so
2087 %dir %{_qtdir}/plugins/inputmethods
2088 %attr(755,root,root) %{_qtdir}/plugins/inputmethods/*.so
2089
2090 %files -n QtHelp
2091 %defattr(644,root,root,755)
2092 %attr(755,root,root) %{_bindir}/qhelpconverter
2093 %attr(755,root,root) %{_bindir}/qhelpgenerator
2094 %attr(755,root,root) %{_libdir}/libQtHelp.so.*.*
2095 %attr(755,root,root) %ghost %{_libdir}/libQtHelp.so.4
2096 %attr(755,root,root) %{_qtdir}/bin/qhelpconverter
2097 %attr(755,root,root) %{_qtdir}/bin/qhelpgenerator
2098 %lang(cs) %{_localedir}/cs/LC_MESSAGES/qt4-qt_help.qm
2099 %lang(da) %{_localedir}/da/LC_MESSAGES/qt4-qt_help.qm
2100 %lang(de) %{_localedir}/de/LC_MESSAGES/qt4-qt_help.qm
2101 %lang(fr) %{_localedir}/fr/LC_MESSAGES/qt4-qt_help.qm
2102 %lang(gl) %{_localedir}/gl/LC_MESSAGES/qt4-qt_help.qm
2103 %lang(hu) %{_localedir}/hu/LC_MESSAGES/qt4-qt_help.qm
2104 %lang(ja) %{_localedir}/ja/LC_MESSAGES/qt4-qt_help.qm
2105 %lang(ko) %{_localedir}/ko/LC_MESSAGES/qt4-qt_help.qm
2106 %lang(pl) %{_localedir}/pl/LC_MESSAGES/qt4-qt_help.qm
2107 %lang(ru) %{_localedir}/ru/LC_MESSAGES/qt4-qt_help.qm
2108 %lang(sl) %{_localedir}/sl/LC_MESSAGES/qt4-qt_help.qm
2109 %lang(uk) %{_localedir}/uk/LC_MESSAGES/qt4-qt_help.qm
2110 %lang(zh_CN) %{_localedir}/zh_CN/LC_MESSAGES/qt4-qt_help.qm
2111 %lang(zh_TW) %{_localedir}/zh_TW/LC_MESSAGES/qt4-qt_help.qm
2112
2113 %files -n QtMultimedia
2114 %defattr(644,root,root,755)
2115 %attr(755,root,root) %{_libdir}/libQtMultimedia.so.*.*
2116 %attr(755,root,root) %ghost %{_libdir}/libQtMultimedia.so.4
2117
2118 %files -n QtNetwork
2119 %defattr(644,root,root,755)
2120 %attr(755,root,root) %{_libdir}/libQtNetwork.so.*.*
2121 %attr(755,root,root) %ghost %{_libdir}/libQtNetwork.so.4
2122 %dir %{_qtdir}/plugins/bearer
2123 %attr(755,root,root) %{_qtdir}/plugins/bearer/*.so
2124
2125 %files -n QtOpenGL
2126 %defattr(644,root,root,755)
2127 %attr(755,root,root) %{_libdir}/libQtOpenGL.so.*.*
2128 %attr(755,root,root) %ghost %{_libdir}/libQtOpenGL.so.4
2129 %attr(755,root,root) %{_qtdir}/plugins/graphicssystems/libqglgraphicssystem.so
2130
2131 %files -n QtOpenVG
2132 %defattr(644,root,root,755)
2133 %attr(755,root,root) %{_libdir}/libQtOpenVG.so.*.*
2134 %attr(755,root,root) %ghost %{_libdir}/libQtOpenVG.so.4
2135
2136 %files -n QtScript
2137 %defattr(644,root,root,755)
2138 %attr(755,root,root) %{_libdir}/libQtScript.so.*.*
2139 %attr(755,root,root) %ghost %{_libdir}/libQtScript.so.4
2140 %dir %{_qtdir}/plugins/script
2141
2142 %files -n QtScriptTools
2143 %defattr(644,root,root,755)
2144 %attr(755,root,root) %{_libdir}/libQtScriptTools.so.*.*
2145 %attr(755,root,root) %ghost %{_libdir}/libQtScriptTools.so.4
2146
2147 %files -n QtSql
2148 %defattr(644,root,root,755)
2149 %attr(755,root,root) %{_libdir}/libQtSql.so.*.*
2150 %attr(755,root,root) %ghost %{_libdir}/libQtSql.so.4
2151 %dir %{_qtdir}/plugins/sqldrivers
2152
2153 %if %{with mysql}
2154 %files -n QtSql-mysql
2155 %defattr(644,root,root,755)
2156 %attr(755,root,root) %{_qtdir}/plugins/sqldrivers/libqsqlmysql.so
2157 %endif
2158
2159 %if %{with pgsql}
2160 %files -n QtSql-pgsql
2161 %defattr(644,root,root,755)
2162 %attr(755,root,root) %{_qtdir}/plugins/sqldrivers/libqsqlpsql.so
2163 %endif
2164
2165 %if %{with sqlite}
2166 %files -n QtSql-sqlite
2167 %defattr(644,root,root,755)
2168 %attr(755,root,root) %{_qtdir}/plugins/sqldrivers/libqsqlite2.so
2169 %endif
2170
2171 %if %{with sqlite3}
2172 %files -n QtSql-sqlite3
2173 %defattr(644,root,root,755)
2174 %attr(755,root,root) %{_qtdir}/plugins/sqldrivers/libqsqlite.so
2175 %endif
2176
2177 %if %{with ibase}
2178 %files -n QtSql-ibase
2179 %defattr(644,root,root,755)
2180 %attr(755,root,root) %{_qtdir}/plugins/sqldrivers/libqsqlibase.so
2181 %endif
2182
2183 %if %{with odbc}
2184 %files -n QtSql-odbc
2185 %defattr(644,root,root,755)
2186 %attr(755,root,root) %{_qtdir}/plugins/sqldrivers/libqsqlodbc.so
2187 %endif
2188
2189 %files -n QtSql-tds
2190 %defattr(644,root,root,755)
2191 %attr(755,root,root) %{_qtdir}/plugins/sqldrivers/libqsqltds.so
2192
2193 %files -n QtSvg
2194 %defattr(644,root,root,755)
2195 %attr(755,root,root) %{_libdir}/libQtSvg.so.*.*
2196 %attr(755,root,root) %ghost %{_libdir}/libQtSvg.so.4
2197 %attr(755,root,root) %{_qtdir}/plugins/iconengines/libqsvgicon.so
2198 %attr(755,root,root) %{_qtdir}/plugins/imageformats/libqsvg.so
2199
2200 %files -n QtTest
2201 %defattr(644,root,root,755)
2202 %attr(755,root,root) %{_libdir}/libQtTest.so.*.*
2203 %attr(755,root,root) %ghost %{_libdir}/libQtTest.so.4
2204
2205 %files -n QtUiTools
2206 %defattr(644,root,root,755)
2207 %attr(755,root,root) %{_libdir}/libQtUiTools.so.*.*
2208 %attr(755,root,root) %ghost %{_libdir}/libQtUiTools.so.4
2209
2210 %files -n QtWebKit
2211 %defattr(644,root,root,755)
2212 %attr(755,root,root) %{_libdir}/libQtWebKit.so.*.*
2213 %attr(755,root,root) %ghost %{_libdir}/libQtWebKit.so.4
2214
2215 %files -n QtXml
2216 %defattr(644,root,root,755)
2217 %attr(755,root,root) %{_libdir}/libQtXml.so.*.*
2218 %attr(755,root,root) %ghost %{_libdir}/libQtXml.so.4
2219
2220 %files -n QtXmlPatterns
2221 %defattr(644,root,root,755)
2222 %attr(755,root,root) %{_qtdir}/bin/xmlpatterns
2223 %attr(755,root,root) %{_qtdir}/bin/xmlpatternsvalidator
2224 %attr(755,root,root) %{_bindir}/xmlpatternsvalidator
2225 %attr(755,root,root) %{_libdir}/libQtXmlPatterns.so.*.*
2226 %attr(755,root,root) %ghost %{_libdir}/libQtXmlPatterns.so.4
2227
2228 %files assistant
2229 %defattr(644,root,root,755)
2230 %attr(755,root,root) %{_bindir}/assistant-qt4
2231 %attr(755,root,root) %{_bindir}/pixeltool
2232 %attr(755,root,root) %{_bindir}/qcollectiongenerator
2233 %attr(755,root,root) %{_qtdir}/bin/assistant
2234 %attr(755,root,root) %{_qtdir}/bin/pixeltool
2235 %attr(755,root,root) %{_qtdir}/bin/qcollectiongenerator
2236 %lang(cs) %{_localedir}/cs/LC_MESSAGES/qt4-assistant.qm
2237 %lang(da) %{_localedir}/da/LC_MESSAGES/qt4-assistant.qm
2238 %lang(de) %{_localedir}/de/LC_MESSAGES/qt4-assistant.qm
2239 %lang(fr) %{_localedir}/fr/LC_MESSAGES/qt4-assistant.qm
2240 %lang(hu) %{_localedir}/hu/LC_MESSAGES/qt4-assistant.qm
2241 %lang(ja) %{_localedir}/ja/LC_MESSAGES/qt4-assistant.qm
2242 %lang(ko) %{_localedir}/ko/LC_MESSAGES/qt4-assistant.qm
2243 %lang(pl) %{_localedir}/pl/LC_MESSAGES/qt4-assistant.qm
2244 %lang(ru) %{_localedir}/ru/LC_MESSAGES/qt4-assistant.qm
2245 %lang(sl) %{_localedir}/sl/LC_MESSAGES/qt4-assistant.qm
2246 %lang(uk) %{_localedir}/uk/LC_MESSAGES/qt4-assistant.qm
2247 %lang(zh_CN) %{_localedir}/zh_CN/LC_MESSAGES/qt4-assistant.qm
2248 %lang(zh_TW) %{_localedir}/zh_TW/LC_MESSAGES/qt4-assistant.qm
2249 %{_desktopdir}/assistant-qt4.desktop
2250 %{_iconsdir}/hicolor/*/apps/assistant-qt4.png
2251
2252 %files build
2253 %defattr(644,root,root,755)
2254 %attr(755,root,root) %{_bindir}/moc-qt4
2255 %attr(755,root,root) %{_bindir}/qdoc3
2256 %attr(755,root,root) %{_bindir}/qt3to4
2257 %attr(755,root,root) %{_bindir}/rcc
2258 %attr(755,root,root) %{_bindir}/uic-qt4
2259 %attr(755,root,root) %{_qtdir}/bin/moc
2260 %attr(755,root,root) %{_qtdir}/bin/qdoc3
2261 %attr(755,root,root) %{_qtdir}/bin/qt3to4
2262 %attr(755,root,root) %{_qtdir}/bin/rcc
2263 %attr(755,root,root) %{_qtdir}/bin/uic
2264 #find better place?
2265 %attr(755,root,root) %{_bindir}/qttracereplay
2266 %attr(755,root,root) %{_qtdir}/bin/qttracereplay
2267 %{_datadir}/qt4/q3porting.xml
2268
2269 %files designer
2270 %defattr(644,root,root,755)
2271 %attr(755,root,root) %{_bindir}/designer-qt4
2272 %attr(755,root,root) %{_qtdir}/bin/designer
2273 %lang(cs) %{_localedir}/cs/LC_MESSAGES/qt4-designer.qm
2274 %lang(de) %{_localedir}/de/LC_MESSAGES/qt4-designer.qm
2275 %lang(fr) %{_localedir}/fr/LC_MESSAGES/qt4-designer.qm
2276 %lang(hu) %{_localedir}/hu/LC_MESSAGES/qt4-designer.qm
2277 %lang(ja) %{_localedir}/ja/LC_MESSAGES/qt4-designer.qm
2278 %lang(ko) %{_localedir}/ko/LC_MESSAGES/qt4-designer.qm
2279 %lang(pl) %{_localedir}/pl/LC_MESSAGES/qt4-designer.qm
2280 %lang(ru) %{_localedir}/ru/LC_MESSAGES/qt4-designer.qm
2281 %lang(sl) %{_localedir}/sl/LC_MESSAGES/qt4-designer.qm
2282 %lang(uk) %{_localedir}/uk/LC_MESSAGES/qt4-designer.qm
2283 %lang(zh_CN) %{_localedir}/zh_CN/LC_MESSAGES/qt4-designer.qm
2284 %lang(zh_TW) %{_localedir}/zh_TW/LC_MESSAGES/qt4-designer.qm
2285 %{_desktopdir}/designer-qt4.desktop
2286 %{_pixmapsdir}/designer-qt4.png
2287
2288 %files devel-private
2289 %defattr(644,root,root,755)
2290 %{_includedir}/qt4/private
2291
2292 %files linguist
2293 %defattr(644,root,root,755)
2294 %attr(755,root,root) %{_bindir}/findtr-qt4
2295 %attr(755,root,root) %{_bindir}/linguist-qt4
2296 %attr(755,root,root) %{_bindir}/lrelease-qt4
2297 %attr(755,root,root) %{_bindir}/lupdate-qt4
2298 %attr(755,root,root) %{_qtdir}/bin/findtr
2299 %attr(755,root,root) %{_qtdir}/bin/linguist
2300 %attr(755,root,root) %{_qtdir}/bin/lconvert
2301 %attr(755,root,root) %{_qtdir}/bin/lrelease
2302 %attr(755,root,root) %{_qtdir}/bin/lupdate
2303 %lang(cs) %{_localedir}/cs/LC_MESSAGES/qt4-linguist.qm
2304 %lang(de) %{_localedir}/de/LC_MESSAGES/qt4-linguist.qm
2305 %lang(fr) %{_localedir}/fr/LC_MESSAGES/qt4-linguist.qm
2306 %lang(hu) %{_localedir}/hu/LC_MESSAGES/qt4-linguist.qm
2307 %lang(ja) %{_localedir}/ja/LC_MESSAGES/qt4-linguist.qm
2308 %lang(ko) %{_localedir}/ko/LC_MESSAGES/qt4-linguist.qm
2309 %lang(pl) %{_localedir}/pl/LC_MESSAGES/qt4-linguist.qm
2310 %lang(ru) %{_localedir}/ru/LC_MESSAGES/qt4-linguist.qm
2311 %lang(sl) %{_localedir}/sl/LC_MESSAGES/qt4-linguist.qm
2312 %lang(uk) %{_localedir}/uk/LC_MESSAGES/qt4-linguist.qm
2313 %lang(zh_CN) %{_localedir}/zh_CN/LC_MESSAGES/qt4-linguist.qm
2314 %lang(zh_TW) %{_localedir}/zh_TW/LC_MESSAGES/qt4-linguist.qm
2315 %{_datadir}/qt4/phrasebooks
2316 %{_desktopdir}/linguist-qt4.desktop
2317 %{_iconsdir}/hicolor/*/apps/linguist-qt4.png
2318
2319 %if %{without system_phonon}
2320 %files phonon
2321 %defattr(644,root,root,755)
2322 %attr(755,root,root) %{_libdir}/libphonon.so.*.*
2323 %attr(755,root,root) %ghost %{_libdir}/libphonon.so.4
2324 %dir %{_qtdir}/plugins/phonon_backend
2325 %attr(755,root,root) %{_qtdir}/plugins/phonon_backend/libphonon_gstreamer.so
2326 %endif
2327
2328 %files qmake
2329 %defattr(644,root,root,755)
2330 %attr(755,root,root) %{_bindir}/qmake-qt4
2331 %attr(755,root,root) %{_qtdir}/bin/qmake
2332 %{_datadir}/qt4/mkspecs
2333 %{_qtdir}/mkspecs
2334
2335 %files qtconfig
2336 %defattr(644,root,root,755)
2337 %attr(755,root,root) %{_bindir}/qtconfig-qt4
2338 %attr(755,root,root) %{_qtdir}/bin/qtconfig
2339 %lang(hu) %{_localedir}/hu/LC_MESSAGES/qt4-qtconfig.qm
2340 %lang(ja) %{_localedir}/ja/LC_MESSAGES/qt4-qtconfig.qm
2341 %lang(ko) %{_localedir}/ko/LC_MESSAGES/qt4-qtconfig.qm
2342 %lang(pl) %{_localedir}/pl/LC_MESSAGES/qt4-qtconfig.qm
2343 %lang(ru) %{_localedir}/ru/LC_MESSAGES/qt4-qtconfig.qm
2344 %lang(sl) %{_localedir}/sl/LC_MESSAGES/qt4-qtconfig.qm
2345 %lang(uk) %{_localedir}/uk/LC_MESSAGES/qt4-qtconfig.qm
2346 %lang(zh_CN) %{_localedir}/zh_CN/LC_MESSAGES/qt4-qtconfig.qm
2347 %lang(zh_TW) %{_localedir}/zh_TW/LC_MESSAGES/qt4-qtconfig.qm
2348 %{_desktopdir}/qtconfig-qt4.desktop
2349 %{_pixmapsdir}/qtconfig-qt4.png
2350
2351 %files -n qvfb
2352 %defattr(644,root,root,755)
2353 %attr(755,root,root) %{_bindir}/qvfb
2354 %attr(755,root,root) %{_qtdir}/bin/qvfb
2355 %lang(hu) %{_localedir}/hu/LC_MESSAGES/qt4-qvfb.qm
2356 %lang(ja) %{_localedir}/ja/LC_MESSAGES/qt4-qvfb.qm
2357 %lang(ko) %{_localedir}/ko/LC_MESSAGES/qt4-qvfb.qm
2358 %lang(pl) %{_localedir}/pl/LC_MESSAGES/qt4-qvfb.qm
2359 %lang(ru) %{_localedir}/ru/LC_MESSAGES/qt4-qvfb.qm
2360 %lang(sl) %{_localedir}/sl/LC_MESSAGES/qt4-qvfb.qm
2361 %lang(uk) %{_localedir}/uk/LC_MESSAGES/qt4-qvfb.qm
2362 %lang(zh_CN) %{_localedir}/zh_CN/LC_MESSAGES/qt4-qvfb.qm
2363 %lang(zh_TW) %{_localedir}/zh_TW/LC_MESSAGES/qt4-qvfb.qm
2364
2365 %files doc
2366 %defattr(644,root,root,755)
2367 %{_docdir}/%{name}-doc
2368
2369 %files -n QtCLucene-devel -f QtCLucene-devel.files
2370 %defattr(644,root,root,755)
2371
2372 %files -n Qt3Support-devel -f Qt3Support-devel.files
2373 %defattr(644,root,root,755)
2374 %attr(755,root,root) %{_bindir}/uic3
2375 %attr(755,root,root) %{_qtdir}/bin/uic3
2376
2377 %files -n QtCore-devel -f QtCore-devel.files
2378 %defattr(644,root,root,755)
2379
2380 %files -n QtDBus-devel -f QtDBus-devel.files
2381 %defattr(644,root,root,755)
2382
2383 %files -n QtDeclarative-devel -f QtDeclarative-devel.files
2384 %defattr(644,root,root,755)
2385
2386 %files -n QtDesigner-devel -f QtDesigner-devel.files
2387 %defattr(644,root,root,755)
2388
2389 %files -n QtGui-devel -f QtGui-devel.files
2390 %defattr(644,root,root,755)
2391
2392 %files -n QtHelp-devel -f QtHelp-devel.files
2393 %defattr(644,root,root,755)
2394
2395 %files -n QtMultimedia-devel -f QtMultimedia-devel.files
2396 %defattr(644,root,root,755)
2397
2398 %files -n QtNetwork-devel -f QtNetwork-devel.files
2399 %defattr(644,root,root,755)
2400
2401 %files -n QtOpenGL-devel -f QtOpenGL-devel.files
2402 %defattr(644,root,root,755)
2403
2404 %files -n QtOpenVG-devel -f QtOpenVG-devel.files
2405 %defattr(644,root,root,755)
2406
2407 %files -n QtScript-devel -f QtScript-devel.files
2408 %defattr(644,root,root,755)
2409
2410 %files -n QtScriptTools-devel -f QtScriptTools-devel.files
2411 %defattr(644,root,root,755)
2412
2413 %files -n QtSql-devel -f QtSql-devel.files
2414 %defattr(644,root,root,755)
2415
2416 %files -n QtSvg-devel -f QtSvg-devel.files
2417 %defattr(644,root,root,755)
2418
2419 %files -n QtTest-devel -f QtTest-devel.files
2420 %defattr(644,root,root,755)
2421
2422 %files -n QtUiTools-devel -f QtUiTools-devel.files
2423 %defattr(644,root,root,755)
2424
2425 %files -n QtWebKit-devel -f QtWebKit-devel.files
2426 %defattr(644,root,root,755)
2427
2428 %files -n QtXml-devel -f QtXml-devel.files
2429 %defattr(644,root,root,755)
2430
2431 %files -n QtXmlPatterns-devel -f QtXmlPatterns-devel.files
2432 %defattr(644,root,root,755)
2433
2434 %if %{without system_phonon}
2435 %files phonon-devel -f phonon-devel.files
2436 %defattr(644,root,root,755)
2437 %endif
2438
2439 %if %{with static_libs}
2440 %files -n Qt3Support-static
2441 %defattr(644,root,root,755)
2442 %{_libdir}/libQt3Support.a
2443
2444 #%files -n QtCLucene-static
2445 #%defattr(644,root,root,755)
2446 #%{_libdir}/libQtCLucene.a
2447
2448 %files -n QtCore-static
2449 %defattr(644,root,root,755)
2450 %{_libdir}/libQtCore.a
2451
2452 %files -n QtDBus-static
2453 %defattr(644,root,root,755)
2454 %{_libdir}/libQtDBus.a
2455
2456 %files -n QtDesigner-static
2457 %defattr(644,root,root,755)
2458 %{_libdir}/libQtDesigner.a
2459 %{_libdir}/libQtDesignerComponents.a
2460
2461 %files -n QtGui-static
2462 %defattr(644,root,root,755)
2463 %{_libdir}/libQtGui.a
2464
2465 %files -n QtHelp-static
2466 %defattr(644,root,root,755)
2467 %{_libdir}/libQtHelp.a
2468
2469 %files -n QtMultimedia-static
2470 %defattr(644,root,root,755)
2471 %{_libdir}/libQtMultimedia.a
2472
2473 %files -n QtNetwork-static
2474 %defattr(644,root,root,755)
2475 %{_libdir}/libQtNetwork.a
2476
2477 %files -n QtOpenGL-static
2478 %defattr(644,root,root,755)
2479 %{_libdir}/libQtOpenGL.a
2480
2481 %files -n QtOpenVG-static
2482 %defattr(644,root,root,755)
2483 %{_libdir}/libQtOpenVG.a
2484
2485 %files -n QtScript-static
2486 %defattr(644,root,root,755)
2487 %{_libdir}/libQtScript.a
2488
2489 %files -n QtScriptTools-static
2490 %defattr(644,root,root,755)
2491 %{_libdir}/libQtScriptTools.a
2492
2493 %files -n QtSql-static
2494 %defattr(644,root,root,755)
2495 %{_libdir}/libQtSql.a
2496
2497 %files -n QtSvg-static
2498 %defattr(644,root,root,755)
2499 %{_libdir}/libQtSvg.a
2500
2501 %files -n QtTest-static
2502 %defattr(644,root,root,755)
2503 %{_libdir}/libQtTest.a
2504
2505 %files -n QtUiTools-static
2506 %defattr(644,root,root,755)
2507 %{_libdir}/libQtUiTools.a
2508
2509 %files -n QtWebKit-static
2510 %defattr(644,root,root,755)
2511 %{_libdir}/libQtWebKit.a
2512
2513 %files -n QtDeclarative-static
2514 %defattr(644,root,root,755)
2515 %{_libdir}/libQtDeclarative.a
2516
2517 %files -n QtXml-static
2518 %defattr(644,root,root,755)
2519 %{_libdir}/libQtXml.a
2520
2521 %files -n QtXmlPatterns-static
2522 %defattr(644,root,root,755)
2523 %{_libdir}/libQtXmlPatterns.a
2524 %endif
2525
2526 %files demos -f demos.files
2527 %defattr(644,root,root,755)
2528
2529 %files examples -f examples.files
2530 %defattr(644,root,root,755)
This page took 0.230912 seconds and 4 git commands to generate.