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