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