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