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