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