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