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