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