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