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