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