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