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