]> git.pld-linux.org Git - packages/qt4.git/blame - qt4.spec
- release 4 (by relup.sh)
[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
59890b0b 58Release: 4
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}
2ba826cf
ER
1421%if "%{_rpmversion}" >= "5"
1422BuildArch: noarch
1423%endif
642df674 1424
cc6d9c76 1425%description doc
1426Qt documentation in HTML format.
642df674 1427
02520e74 1428%description doc -l pl.UTF-8
cc6d9c76 1429Dokumentacja qt w formacie HTML.
642df674 1430
cc6d9c76 1431%package examples
1432Summary: Example programs bundled with Qt
4c66dee3
ER
1433Summary(pl.UTF-8): Ćwiczenia i przykłady do Qt
1434Summary(pt_BR.UTF-8): Programas exemplo desenvolvidos com o Qt
cc6d9c76 1435Group: X11/Development/Libraries
f4a8d9ab 1436# no *-devel deps, allow to look at the examples without compiling
642df674 1437
cc6d9c76 1438%description examples
1439Example programs bundled with Qt version.
642df674 1440
02520e74
JR
1441%description examples -l pl.UTF-8
1442Ćwiczenia/przykłady dołączone do Qt.
642df674 1443
02520e74
JR
1444%description examples -l pt_BR.UTF-8
1445Programas exemplo para o Qt versão.
642df674 1446
bc7da990 1447%prep
c57a122a 1448%setup -q -n qt-everywhere-opensource-src-%{version}
386aaea5 1449
53372821 1450%patch100 -p1
733122b3 1451
2d2db419 1452%patch0 -p1
da64c649 1453%patch1 -p0
2d2db419 1454%patch2 -p1
1455%patch3 -p1
7f2b2b26 1456%patch5 -p1
2d2db419 1457%patch6 -p1
1458%patch7 -p1
5ae5ff3f 1459%patch8 -p1
b8213f1f 1460%patch9 -p1
192f85ce 1461%patch10 -p1
f1853c34 1462%patch11 -p1
a3ed32b9
AM
1463%patch12 -p1
1464%patch13 -p1
39a3f2e1 1465%patch14 -p1
3329512c 1466%patch15 -p1
da9887f2 1467%patch16 -p1
bc7da990 1468
f7c07b4b
KK
1469%{__sed} -i -e 's,usr/X11R6/,usr/g,' mkspecs/linux-g++-64/qmake.conf \
1470 mkspecs/common/linux.conf
1471
1472# change QMAKE FLAGS to build
1473%{__sed} -i -e '
1474 s|QMAKE_CC.*=.*gcc|QMAKE_CC\t\t= %{__cc}|;
1475 s|QMAKE_CXX.*=.*g++|QMAKE_CXX\t\t= %{__cxx}|;
1476 s|QMAKE_LINK.*=.*g++|QMAKE_LINK\t\t= %{__cxx}|;
1477 s|QMAKE_LINK_SHLIB.*=.*g++|QMAKE_LINK_SHLIB\t= %{__cxx}|;
5244c434
AM
1478 s|QMAKE_CFLAGS_RELEASE.*|QMAKE_CFLAGS_RELEASE\t+= %{rpmcppflags} %{rpmcflags}|;
1479 s|QMAKE_CXXFLAGS_RELEASE.*|QMAKE_CXXFLAGS_RELEASE\t+= %{rpmcppflags} %{rpmcxxflags}|;
f7c07b4b
KK
1480 s|QMAKE_CFLAGS_DEBUG.*|QMAKE_CFLAGS_DEBUG\t+= %{debugcflags}|;
1481 s|QMAKE_CXXFLAGS_DEBUG.*|QMAKE_CXXFLAGS_DEBUG\t+= %{debugcflags}|;
f82cc94d 1482 ' mkspecs/common/g++-base.conf
f7c07b4b
KK
1483
1484%{__sed} -i -e '
1485 s|QMAKE_INCDIR_QT.*|QMAKE_INCDIR_QT = %{_includedir}/qt4|;
1486 ' mkspecs/common/linux.conf
bc7da990 1487
22d82912
AM
1488# No -L/usr/lib.
1489%{__sed} -i -e '
1490 s|^QMAKE_LIBDIR_QT.*=.*|QMAKE_LIBDIR_QT =|;
1491 ' mkspecs/common/linux.conf
1492
1493# undefine QMAKE_STRIP, so we get useful -debuginfo pkgs
1494%{__sed} -i -e '
1495 s|^QMAKE_STRIP.*=.*|QMAKE_STRIP =|;
1496 ' mkspecs/common/linux.conf
1497
f05158ee
AM
1498# disable webkit tests, broken build
1499rm -r src/3rdparty/webkit/Source/WebKit/qt/tests
1500
bc7da990 1501%build
bc7da990 1502# pass OPTFLAGS to build qmake itself with optimization
71d7c231
KK
1503export OPTFLAGS="%{rpmcflags}"
1504export PATH=$PWD/bin:$PATH
bc7da990 1505
1506##################################
1507# DEFAULT OPTIONS FOR ALL BUILDS #
1508##################################
1509
8b4e0403 1510COMMONOPT=" \
57c46085
JR
1511 -confirm-license \
1512 -opensource \
02a20ba3 1513 -buildkey pld \
bc7da990 1514 -verbose \
df71e198 1515 -prefix %{_qtdir} \
1516 -bindir %{_qtdir}/bin \
642df674 1517 -docdir %{_docdir}/%{name}-doc \
1620d5ef 1518 -headerdir %{_includedir}/qt4 \
1519 -libdir %{_libdir} \
df71e198 1520 -plugindir %{_qtdir}/plugins \
1620d5ef 1521 -datadir %{_datadir}/qt4 \
00c63022 1522 -translationdir %{_localedir}/ \
1620d5ef 1523 -sysconfdir %{_sysconfdir}/qt4 \
1524 -examplesdir %{_examplesdir}/qt4 \
1525 -demosdir %{_examplesdir}/qt4-demos \
f05158ee 1526 -optimized-qmake \
bc7da990 1527 -fast \
0b457108 1528 -glib \
453c0fda 1529 %{!?with_gtk:-no-gtkstyle} \
889daba4 1530 -%{!?with_pch:no-}pch \
8ffe6e07 1531 -no-rpath \
efdb310b
AM
1532 %{!?with_mmx:-no-mmx} \
1533 %{!?with_3dnow:-no-3dnow} \
814195ab
JB
1534 %{!?with_sse:-no-sse} \
1535 %{!?with_sse2:-no-sse2} \
efdb310b
AM
1536 %{!?with_sse3:-no-sse3} \
1537 %{!?with_ssse3:-no-ssse3} \
78bdf650
AM
1538 %{!?with_sse41:-no-sse4.1} \
1539 %{!?with_sse42:-no-sse4.2} \
efdb310b 1540 %{!?with_avx:-no-avx} \
3f80fcc7 1541 -qdbus \
f05158ee 1542 -dbus-linked \
cf2f7435 1543 -reduce-relocations \
bc7da990 1544 -system-libjpeg \
d5160e56 1545 -system-libmng \
bc7da990 1546 -system-libpng \
f05158ee 1547 -system-libtiff \
bc7da990 1548 -system-zlib \
f05158ee 1549 -openssl-linked \
45e8c637 1550 -exceptions \
d5160e56 1551 -largefile \
45e8c637
AM
1552 -I/usr/include/postgresql/server \
1553 -I/usr/include/mysql \
bf216b9f 1554 %{?with_cups:-cups} \
bc7da990 1555 %{?with_nas:-system-nas-sound} \
bc7da990 1556 %{?debug:-debug} \
71d7c231 1557 %{!?debug:-release} \
30f8468c 1558 -qt3support \
cc6d9c76 1559 -fontconfig \
f05158ee 1560 -largefile \
47e29d34 1561 -iconv \
f05158ee 1562 -icu \
47e29d34 1563 -no-separate-debug-info \
d5160e56 1564 -xfixes \
c8537603 1565 -nis \
cc6d9c76 1566 -sm \
57c46085 1567 -stl \
c8537603 1568 -xcursor \
cf2f7435 1569 -xinput \
f05158ee
AM
1570 -xinerama \
1571 -xrandr \
c8537603
JB
1572 -xkb \
1573 -xrender \
45e8c637
AM
1574 -xshape \
1575 -xmlpatterns \
1576 -continue"
bc7da990 1577
1578##################################
f4a8d9ab 1579# STATIC MULTI-THREAD #
bc7da990 1580##################################
1581
1582%if %{with static_libs}
fee487b9 1583OPT=" \
d5160e56 1584 -%{!?with_mysql:no}%{?with_mysql:qt}-sql-mysql \
1585 -%{!?with_odbc:no}%{?with_odbc:qt}-sql-odbc \
1586 -%{!?with_pgsql:no}%{?with_pgsql:qt}-sql-psql \
1587 -%{!?with_sqlite3:no}%{?with_sqlite3:qt}-sql-sqlite \
1588 -%{!?with_sqlite:no}%{?with_sqlite:qt}-sql-sqlite2 \
1589 -%{!?with_ibase:no}%{?with_ibase:qt}-sql-ibase \
bc7da990 1590 -static"
8b4e0403 1591
de34d48b 1592./configure $COMMONOPT $OPT
953dfb92 1593
71d7c231
KK
1594%{__make} -C src
1595%{__make} -C tools/assistant/lib
a8088d24 1596%{__make} -C tools/designer
6f1b9278
1597if [ ! -d staticlib ]; then
1598 mkdir staticlib
1599 cp -a lib/*.a staticlib
1600fi
1594e7d6 1601%{__make} distclean
bc7da990 1602%endif
1603
1604##################################
f4a8d9ab 1605# SHARED MULTI-THREAD #
bc7da990 1606##################################
1607
fee487b9 1608OPT=" \
d5160e56 1609 -%{!?with_mysql:no}%{?with_mysql:plugin}-sql-mysql \
1610 -%{!?with_odbc:no}%{?with_odbc:plugin}-sql-odbc \
1611 -%{!?with_pgsql:no}%{?with_pgsql:plugin}-sql-psql \
1612 -%{!?with_sqlite3:no}%{?with_sqlite3:plugin}-sql-sqlite \
1613 -%{!?with_sqlite:no}%{?with_sqlite:plugin}-sql-sqlite2 \
30c26529 1614 -%{!?with_ibase:no}%{?with_ibase:plugin}-sql-ibase \
314b167d 1615 -shared"
642df674 1616
57c46085 1617./configure $COMMONOPT $OPT
de67b966 1618
8b4e0403 1619%{__make}
1620d5ef 1620%{__make} \
1621 sub-tools-all-ordered \
1622 sub-demos-all-ordered \
1623 sub-examples-all-ordered
2ba913fc 1624
bc7da990 1625%install
1626rm -rf $RPM_BUILD_ROOT
b6c478e6 1627install -d $RPM_BUILD_ROOT{/etc/env.d,%{_bindir},%{_desktopdir},%{_pixmapsdir},%{_pkgconfigdir}}
df71e198 1628install -d $RPM_BUILD_ROOT%{_qtdir}/plugins/{crypto,network}
bc7da990 1629
b6c478e6
TP
1630echo '#QT_GRAPHICSSYSTEM=raster' > $RPM_BUILD_ROOT/etc/env.d/QT_GRAPHICSSYSTEM
1631
bc7da990 1632%{__make} install \
1633 INSTALL_ROOT=$RPM_BUILD_ROOT
1634
d2cd9642 1635# for qt-creator sth is messed up in the Makefile, nothing for make install
ef690830 1636install bin/qdoc3 $RPM_BUILD_ROOT%{_qtdir}/bin/qdoc3
d2cd9642 1637
a8088d24 1638# kill -L/inside/builddir from *.la and *.pc (bug #77152)
da64c649 1639%{__sed} -i -e "s,-L$PWD/lib,,g" $RPM_BUILD_ROOT%{_libdir}/*.{la,prl}
e7ec9abb 1640%{__sed} -i -e "s,-L$PWD/lib,,g" $RPM_BUILD_ROOT%{_pkgconfigdir}/*.pc
5bda0943 1641%{__sed} -i -e '
3a869664
JB
1642 s|moc_location=.*|moc_location=%{_bindir}/moc-qt4|;
1643 s|uic_location=.*|uic_location=%{_bindir}/uic-qt4|;
e7ec9abb 1644 ' $RPM_BUILD_ROOT%{_pkgconfigdir}/*.pc
a8088d24 1645
9324edb7
JR
1646# libQtWebKit.la contains '-ljscore' and '-lwebcore', they come
1647# from src/3rdparty/webkit/{JavaScriptCore,WebCore}} but those libs aren't installed
1648%{__sed} -i -e "s,-lwebcore,,g;s,-ljscore,,g;" $RPM_BUILD_ROOT%{_libdir}/libQtWebKit.la
1649
df71e198 1650# install tools
1651install bin/findtr $RPM_BUILD_ROOT%{_qtdir}/bin
df71e198 1652
1653cd $RPM_BUILD_ROOT%{_bindir}
3a869664
JB
1654ln -sf ../%{_lib}/qt4/bin/assistant assistant-qt4
1655ln -sf ../%{_lib}/qt4/bin/designer designer-qt4
1656ln -sf ../%{_lib}/qt4/bin/findtr findtr-qt4
1657ln -sf ../%{_lib}/qt4/bin/linguist linguist-qt4
1658ln -sf ../%{_lib}/qt4/bin/lrelease lrelease-qt4
1659ln -sf ../%{_lib}/qt4/bin/lupdate lupdate-qt4
1660ln -sf ../%{_lib}/qt4/bin/moc moc-qt4
1661ln -sf ../%{_lib}/qt4/bin/qmake qmake-qt4
1662ln -sf ../%{_lib}/qt4/bin/qtconfig qtconfig-qt4
1663ln -sf ../%{_lib}/qt4/bin/uic uic-qt4
ef690830 1664ln -sf ../%{_lib}/qt4/bin/qdoc3 .
764b5458 1665ln -sf ../%{_lib}/qt4/bin/qt3to4 .
764b5458 1666ln -sf ../%{_lib}/qt4/bin/rcc .
764b5458 1667ln -sf ../%{_lib}/qt4/bin/uic3 .
da64c649 1668ln -sf ../%{_lib}/qt4/bin/pixeltool .
50cc8f55 1669ln -sf ../%{_lib}/qt4/bin/qcollectiongenerator .
da64c649 1670ln -sf ../%{_lib}/qt4/bin/qdbuscpp2xml .
1671ln -sf ../%{_lib}/qt4/bin/qdbusxml2cpp .
3a587fda
KK
1672ln -sf ../%{_lib}/qt4/bin/qhelpconverter .
1673ln -sf ../%{_lib}/qt4/bin/qhelpgenerator .
62cbc7a3 1674ln -sf ../%{_lib}/qt4/bin/qmlviewer .
f05158ee 1675ln -sf ../%{_lib}/qt4/bin/qmlplugindump .
c57a122a 1676ln -sf ../%{_lib}/qt4/bin/qttracereplay .
da64c649 1677ln -sf ../%{_lib}/qt4/bin/qvfb .
c57a122a 1678ln -sf ../%{_lib}/qt4/bin/xmlpatternsvalidator .
df71e198 1679cd -
bc7da990 1680
da84a3d5
JR
1681# multilib
1682mv $RPM_BUILD_ROOT%{_qtdir}/bin/{qdbus,qdbusviewer} $RPM_BUILD_ROOT%{_bindir}
1683ln -sf %{_bindir}/qdbus $RPM_BUILD_ROOT%{_qtdir}/bin/qdbus
1684ln -sf %{_bindir}/qdbusviewer $RPM_BUILD_ROOT%{_qtdir}/bin/qdbusviewer
1685
3a869664 1686install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}/qtconfig-qt4.desktop
642df674 1687install tools/qtconfig/images/appicon.png \
3a869664 1688 $RPM_BUILD_ROOT%{_pixmapsdir}/qtconfig-qt4.png
bc7da990 1689
3a869664 1690install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}/linguist-qt4.desktop
a74ec80e
MB
1691for f in tools/linguist/linguist/images/icons/linguist-*-32.png; do
1692 size=$(echo $(basename ${f}) | cut -d- -f2)
1693 install -D $f $RPM_BUILD_ROOT%{_iconsdir}/hicolor/${size}x${size}/apps/linguist-qt4.png
1694done
bc7da990 1695
3a869664 1696install %{SOURCE4} $RPM_BUILD_ROOT%{_desktopdir}/assistant-qt4.desktop
a74ec80e
MB
1697install -D tools/assistant/tools/assistant/images/assistant.png \
1698 $RPM_BUILD_ROOT%{_iconsdir}/hicolor/32x32/apps/assistant-qt4.png
1699install -D tools/assistant/tools/assistant/images/assistant-128.png \
1700 $RPM_BUILD_ROOT%{_iconsdir}/hicolor/128x128/apps/assistant-qt4.png
bc7da990 1701
3a869664 1702install %{SOURCE3} $RPM_BUILD_ROOT%{_desktopdir}/designer-qt4.desktop
642df674 1703install tools/designer/src/designer/images/designer.png \
3a869664 1704 $RPM_BUILD_ROOT%{_pixmapsdir}/designer-qt4.png
bc7da990 1705
642df674 1706%if %{with static_libs}
8b4e0403 1707install staticlib/*.a $RPM_BUILD_ROOT%{_libdir}
642df674 1708%endif
bc7da990 1709
d96b2ef5 1710#
1711# Locale
1712#
77bd5ca5 1713for f in translations/*.ts ; do
a3799dc0
JB
1714 LD_LIBRARY_PATH=lib bin/lrelease $f -qm translations/$(basename $f .ts).qm
1715done
49c5b19e 1716
00c63022 1717%{__rm} $RPM_BUILD_ROOT%{_localedir}/*.qm
e5a89f18
ER
1718for file in translations/*.qm tools/assistant/*.qm tools/designer/designer/*.qm tools/linguist/linguist/*.qm; do
1719 [ ! -f $file ] && continue
832145fd
AM
1720 case "$file" in
1721 *untranslated*)
1722 continue;
1723 ;;
1724 esac
45e8c637 1725 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
1726 [ "$lang" == "iw" ] && lang=he
1727 MOD=qt4-$MOD
1728 [ "$MOD" == "qt4-qt" ] && MOD=qt4
00c63022
ER
1729 install -d $RPM_BUILD_ROOT%{_localedir}/$lang/LC_MESSAGES
1730 cp $file $RPM_BUILD_ROOT%{_localedir}/$lang/LC_MESSAGES/$MOD.qm
d96b2ef5 1731done
bc7da990 1732
1620d5ef 1733cd $RPM_BUILD_ROOT%{_includedir}/qt4/Qt
017da8d6 1734# QtCore must be the last
bb9e140f 1735for f in ../Qt{3Support,DBus,Declarative,Designer,Gui,Help,Network,OpenGL,Script,Sql,Svg,Test,UiTools,WebKit,Xml,XmlPatterns,Core}/*; do
1620d5ef 1736 if [ ! -d $f ]; then
1737 ln -sf $f `basename $f`
1738 fi
bc7da990 1739done
1620d5ef 1740cd -
bc7da990 1741
df71e198 1742# Ship doc & qmake stuff
a8088d24
JB
1743ln -s %{_docdir}/%{name}-doc $RPM_BUILD_ROOT%{_qtdir}/doc
1744ln -s %{_datadir}/qt4/mkspecs $RPM_BUILD_ROOT%{_qtdir}/mkspecs
df71e198 1745
5bda0943 1746for f in $RPM_BUILD_ROOT%{_pkgconfigdir}/*.pc; do
1747 HAVEDEBUG=`echo $f | grep _debug | wc -l`
1748 MODULE=`echo $f | basename $f | cut -d. -f1 | cut -d_ -f1`
1749 MODULE2=`echo $MODULE | tr a-z A-Z | sed s:QT::`
1750 DEFS="-D_REENTRANT"
1751
1752 if [ "$MODULE2" == "3SUPPORT" ]; then
1753 DEFS="$DEFS -DQT3_SUPPORT -DQT_QT3SUPPORT_LIB"
1754 else
1755 DEFS="$DEFS -DQT_"$MODULE2"_LIB"
1756 fi
1757 [ "$HAVEDEBUG" -eq 0 ] && DEFS="$DEFS -DQT_NO_DEBUG"
1758
1759 sed -i -e "s:-DQT_SHARED:-DQT_SHARED $DEFS:" $f
1760done
af36e151 1761
1620d5ef 1762# Prepare some files list
afda8c46 1763ifecho() {
83908296 1764 RESULT=`echo $RPM_BUILD_ROOT$2 2>/dev/null`
e5a89f18 1765 [ "$RESULT" == "" ] && return # XXX this is never true due $RPM_BUILD_ROOT being set
83908296 1766 r=`echo $RESULT | awk '{ print $1 }'`
1767
1768 if [ -d "$r" ]; then
1769 echo "%%dir $2" >> $1.files
1770 elif [ -x "$r" ] ; then
1771 echo "%%attr(755,root,root) $2" >> $1.files
1772 elif [ -f "$r" ]; then
1773 echo "$2" >> $1.files
1620d5ef 1774 else
151e5443 1775 echo "Error generation $1 files list!"
83908296 1776 echo "$r: no such file or direcotry!"
8f22d351 1777 return 1
1620d5ef 1778 fi
83908296 1779}
1780
afda8c46 1781mkdevfl() {
45e8c637 1782 set -x
83908296 1783 MODULE=$1; shift
1784 echo "%%defattr(644,root,root,755)" > $MODULE-devel.files
1785 ifecho $MODULE-devel "%{_libdir}/lib$MODULE*.so"
bcbcae98 1786 ifecho $MODULE-devel "%{_libdir}/lib$MODULE*.la"
83908296 1787 ifecho $MODULE-devel "%{_libdir}/lib$MODULE*.prl"
5bda0943 1788 ifecho $MODULE-devel "%{_pkgconfigdir}/$MODULE*.pc"
4d335555
KK
1789 if [ -d "$RPM_BUILD_ROOT%{_includedir}/qt4/$MODULE" ]; then
1790 ifecho $MODULE-devel %{_includedir}/qt4/$MODULE
1791 fi
bfd2dfad 1792 for f in `find $RPM_BUILD_ROOT%{_includedir}/qt4/$MODULE -printf "%%P "`; do
83908296 1793 ifecho $MODULE-devel %{_includedir}/qt4/$MODULE/$f
45e8c637
AM
1794 if [ -a "$RPM_BUILD_ROOT%{_includedir}/qt4/Qt/$f" ]; then
1795 ifecho $MODULE-devel %{_includedir}/qt4/Qt/$f
1796 fi
83908296 1797 done
1798 for f in $@; do ifecho $MODULE-devel $f; done
1799}
1800
71d7c231 1801mkdevfl QtCore %{_includedir}/qt4 %{_includedir}/qt4/Qt
e7ec9abb 1802mkdevfl QtDBus %{_qtdir}/bin/qdbuscpp2xml %{_qtdir}/bin/qdbusxml2cpp %{_bindir}/qdbuscpp2xml %{_bindir}/qdbusxml2cpp
bb9e140f 1803mkdevfl QtDeclarative
83908296 1804mkdevfl QtGui
c57a122a 1805mkdevfl QtMultimedia
83908296 1806mkdevfl QtNetwork
1807mkdevfl QtOpenGL
59ee1196 1808mkdevfl QtOpenVG
da64c649 1809mkdevfl QtScript
4c411420 1810mkdevfl QtScriptTools
83908296 1811mkdevfl QtSql
8b4e0403 1812mkdevfl QtSvg
1813mkdevfl QtTest
a087ea09
JB
1814mkdevfl QtHelp
1815mkdevfl QtWebKit
1816mkdevfl QtCLucene
83908296 1817mkdevfl QtXml
45e8c637 1818mkdevfl QtXmlPatterns
83908296 1819mkdevfl Qt3Support
45e8c637 1820mkdevfl phonon
71d7c231
KK
1821
1822# without *.la *.pc etc.
71d7c231 1823mkdevfl QtDesigner || /bin/true
a8088d24 1824mkdevfl QtUiTools || /bin/true
83908296 1825
cff93854
KK
1826# without glob (exclude QtScriptTools* QtXmlPatterns*)
1827%{__sed} -i 's,QtScript\*,QtScript,g' QtScript-devel.files
017da8d6 1828%{__sed} -i 's,QtXml\*,QtXml,g' QtXml-devel.files
f57ef868 1829# no duplication between QtCore-devel and QtXml-devel
a4617837 1830%{__sed} -i 's,%{_includedir}/qt4/Qt/QXmlStream.*,,g' QtCore-devel.files
e37d7ac8 1831%{__sed} -i 's,%{_includedir}/qt4/Qt/qxmlstream\.h,,g' QtCore-devel.files
017da8d6 1832
83908296 1833echo "%defattr(644,root,root,755)" > examples.files
1834ifecho examples %{_examplesdir}/qt4
e5a89f18 1835for f in `find $RPM_BUILD_ROOT%{_examplesdir}/qt4 -printf "%%P "`; do
83908296 1836 ifecho examples %{_examplesdir}/qt4/$f
bc7da990 1837done
642df674 1838
1620d5ef 1839echo "%defattr(644,root,root,755)" > demos.files
83908296 1840ifecho demos "%{_examplesdir}/qt4-demos"
df71e198 1841ifecho demos "%{_qtdir}/bin/qtdemo"
e5a89f18 1842for f in `find $RPM_BUILD_ROOT%{_examplesdir}/qt4-demos -printf "%%P "`; do
83908296 1843 ifecho demos %{_examplesdir}/qt4-demos/$f
1620d5ef 1844done
bc7da990 1845
314b167d 1846%if %{with system_phonon}
d9fb1564
JB
1847%{__rm} $RPM_BUILD_ROOT%{_libdir}/libphonon.so* \
1848 $RPM_BUILD_ROOT%{_libdir}/libphonon.{la,prl} \
1849 $RPM_BUILD_ROOT%{_libdir}/qt4/plugins/phonon_backend/libphonon_gstreamer.so \
1850 $RPM_BUILD_ROOT%{_pkgconfigdir}/phonon.pc
1851%{__rm} -r $RPM_BUILD_ROOT%{_includedir}/qt4/phonon
8f4dabdd 1852%if %{with static_libs}
6737ea8f 1853%{__rm} $RPM_BUILD_ROOT%{_libdir}/libphonon.a
8f4dabdd 1854%endif
314b167d
ER
1855%endif
1856
bc7da990 1857%clean
1858rm -rf $RPM_BUILD_ROOT
1859
94751df7
KK
1860%post -n Qt3Support -p /sbin/ldconfig
1861%postun -n Qt3Support -p /sbin/ldconfig
1862
94751df7
KK
1863%post -n QtCLucene -p /sbin/ldconfig
1864%postun -n QtCLucene -p /sbin/ldconfig
1865
8e768dcf 1866%post -n QtCore -p /sbin/ldconfig
08506906 1867%postun -n QtCore -p /sbin/ldconfig
bc7da990 1868
0b457108 1869%post -n QtDBus -p /sbin/ldconfig
1870%postun -n QtDBus -p /sbin/ldconfig
1871
bb9e140f 1872%post -n QtDeclarative -p /sbin/ldconfig
1873%postun -n QtDeclarative -p /sbin/ldconfig
1874
94751df7
KK
1875%post -n QtDesigner -p /sbin/ldconfig
1876%postun -n QtDesigner -p /sbin/ldconfig
1877
08506906
PS
1878%post -n QtGui -p /sbin/ldconfig
1879%postun -n QtGui -p /sbin/ldconfig
bc7da990 1880
94751df7
KK
1881%post -n QtHelp -p /sbin/ldconfig
1882%postun -n QtHelp -p /sbin/ldconfig
1883
c57a122a
AM
1884%post -n QtMultimedia -p /sbin/ldconfig
1885%postun -n QtMultimedia -p /sbin/ldconfig
1886
08506906
PS
1887%post -n QtNetwork -p /sbin/ldconfig
1888%postun -n QtNetwork -p /sbin/ldconfig
cc6d9c76 1889
08506906
PS
1890%post -n QtOpenGL -p /sbin/ldconfig
1891%postun -n QtOpenGL -p /sbin/ldconfig
cc6d9c76 1892
59ee1196
JR
1893%post -n QtOpenVG -p /sbin/ldconfig
1894%postun -n QtOpenVG -p /sbin/ldconfig
1895
da64c649 1896%post -n QtScript -p /sbin/ldconfig
1897%postun -n QtScript -p /sbin/ldconfig
1898
4c411420
AM
1899%post -n QtScriptTools -p /sbin/ldconfig
1900%postun -n QtScriptTools -p /sbin/ldconfig
1901
08506906
PS
1902%post -n QtSql -p /sbin/ldconfig
1903%postun -n QtSql -p /sbin/ldconfig
642df674 1904
8b4e0403 1905%post -n QtSvg -p /sbin/ldconfig
1906%postun -n QtSvg -p /sbin/ldconfig
1907
1908%post -n QtTest -p /sbin/ldconfig
1909%postun -n QtTest -p /sbin/ldconfig
1910
94751df7
KK
1911%post -n QtUiTools -p /sbin/ldconfig
1912%postun -n QtUiTools -p /sbin/ldconfig
45e8c637
AM
1913
1914%post -n QtWebKit -p /sbin/ldconfig
1915%postun -n QtWebKit -p /sbin/ldconfig
1916
08506906
PS
1917%post -n QtXml -p /sbin/ldconfig
1918%postun -n QtXml -p /sbin/ldconfig
1919
45e8c637
AM
1920%post -n QtXmlPatterns -p /sbin/ldconfig
1921%postun -n QtXmlPatterns -p /sbin/ldconfig
1922
a74ec80e
MB
1923%post assistant
1924%update_icon_cache hicolor
1925
1926%postun assistant
1927%update_icon_cache hicolor
1928
1929%post linguist
1930%update_icon_cache hicolor
1931
1932%postun linguist
1933%update_icon_cache hicolor
1934
94751df7
KK
1935%post phonon -p /sbin/ldconfig
1936%postun phonon -p /sbin/ldconfig
08506906 1937
47a7f2b8
ER
1938%post qtconfig
1939%update_desktop_database
1940
94751df7
KK
1941%files -n Qt3Support
1942%defattr(644,root,root,755)
1943%attr(755,root,root) %{_libdir}/libQt3Support.so.*.*
109e28b4
JB
1944%attr(755,root,root) %ghost %{_libdir}/libQt3Support.so.4
1945%attr(755,root,root) %{_qtdir}/plugins/accessible/libqtaccessiblecompatwidgets.so
a8088d24 1946
94751df7
KK
1947%files -n QtCLucene
1948%defattr(644,root,root,755)
1949%attr(755,root,root) %{_libdir}/libQtCLucene.so.*.*
109e28b4 1950%attr(755,root,root) %ghost %{_libdir}/libQtCLucene.so.4
45e8c637 1951
642df674 1952%files -n QtCore
1953%defattr(644,root,root,755)
396c20bd 1954%attr(755,root,root) %{_libdir}/libQtCore.so.*.*
109e28b4 1955%attr(755,root,root) %ghost %{_libdir}/libQtCore.so.4
df71e198 1956%dir %{_qtdir}
a8088d24 1957%dir %{_qtdir}/bin
df71e198 1958%dir %{_qtdir}/plugins
0e559634 1959%dir %{_qtdir}/plugins/codecs
21d9e8e6
JB
1960%attr(755,root,root) %{_qtdir}/plugins/codecs/*.so
1961# two following are used only by foreign packages, not QtCore
df71e198 1962%dir %{_qtdir}/plugins/crypto
df71e198 1963%dir %{_qtdir}/plugins/network
642df674 1964%dir %{_datadir}/qt4
00c63022
ER
1965%lang(ar) %{_localedir}/ar/LC_MESSAGES/qt4.qm
1966%lang(cs) %{_localedir}/cs/LC_MESSAGES/qt4.qm
1967%lang(da) %{_localedir}/da/LC_MESSAGES/qt4.qm
1968%lang(de) %{_localedir}/de/LC_MESSAGES/qt4.qm
1969%lang(es) %{_localedir}/es/LC_MESSAGES/qt4.qm
1970%lang(fa) %{_localedir}/fa/LC_MESSAGES/qt4.qm
1971%lang(fr) %{_localedir}/fr/LC_MESSAGES/qt4.qm
1972%lang(gl) %{_localedir}/gl/LC_MESSAGES/qt4.qm
1973%lang(he) %{_localedir}/he/LC_MESSAGES/qt4.qm
1974%lang(hu) %{_localedir}/hu/LC_MESSAGES/qt4.qm
1975%lang(ja) %{_localedir}/ja/LC_MESSAGES/qt4.qm
1976%lang(ko) %{_localedir}/ko/LC_MESSAGES/qt4.qm
1977%lang(lt) %{_localedir}/lt/LC_MESSAGES/qt4.qm
1978%lang(pl) %{_localedir}/pl/LC_MESSAGES/qt4.qm
1979%lang(pt) %{_localedir}/pt/LC_MESSAGES/qt4.qm
1980%lang(ru) %{_localedir}/ru/LC_MESSAGES/qt4.qm
1981%lang(sk) %{_localedir}/sk/LC_MESSAGES/qt4.qm
1982%lang(sl) %{_localedir}/sl/LC_MESSAGES/qt4.qm
1983%lang(sv) %{_localedir}/sv/LC_MESSAGES/qt4.qm
1984%lang(uk) %{_localedir}/uk/LC_MESSAGES/qt4.qm
1985%lang(zh_CN) %{_localedir}/zh_CN/LC_MESSAGES/qt4.qm
1986%lang(zh_TW) %{_localedir}/zh_TW/LC_MESSAGES/qt4.qm
642df674 1987
0b457108 1988%files -n QtDBus
1989%defattr(644,root,root,755)
e7ec9abb
JB
1990%attr(755,root,root) %{_bindir}/qdbus
1991%attr(755,root,root) %{_bindir}/qdbusviewer
0b457108 1992%attr(755,root,root) %{_libdir}/libQtDBus.so.*.*
109e28b4 1993%attr(755,root,root) %ghost %{_libdir}/libQtDBus.so.4
3a869664
JB
1994%attr(755,root,root) %{_qtdir}/bin/qdbus
1995%attr(755,root,root) %{_qtdir}/bin/qdbusviewer
45e8c637
AM
1996# ?? is this the proper place?
1997%attr(755,root,root) %{_qtdir}/plugins/script/libqtscriptdbus.so
0b457108 1998
bb9e140f 1999%files -n QtDeclarative
2000%defattr(644,root,root,755)
b85dcbc1 2001%attr(755,root,root) %{_bindir}/qmlviewer
f05158ee 2002%attr(755,root,root) %{_bindir}/qmlplugindump
62cbc7a3 2003%attr(755,root,root) %{_qtdir}/bin/qmlviewer
f05158ee 2004%attr(755,root,root) %{_qtdir}/bin/qmlplugindump
bb9e140f 2005%attr(755,root,root) %{_libdir}/libQtDeclarative.so.*.*
109e28b4 2006%attr(755,root,root) %ghost %{_libdir}/libQtDeclarative.so.4
b85dcbc1
AM
2007%dir %{_qtdir}/imports
2008%dir %{_qtdir}/imports/Qt
2009%dir %{_qtdir}/imports/Qt/labs
2010%dir %{_qtdir}/imports/Qt/labs/folderlistmodel
2011%dir %{_qtdir}/imports/Qt/labs/gestures
2012%dir %{_qtdir}/imports/Qt/labs/particles
249b5f92 2013%dir %{_qtdir}/imports/Qt/labs/shaders
b85dcbc1
AM
2014%attr(755,root,root) %{_qtdir}/imports/Qt/labs/*/*.so
2015%{_qtdir}/imports/Qt/labs/*/qmldir
e3a1fb00
AM
2016%dir %{_qtdir}/imports/QtWebKit
2017%attr(755,root,root) %{_qtdir}/imports/QtWebKit/*.so
2018%{_qtdir}/imports/QtWebKit/qmldir
3f644d2e 2019%dir %{_qtdir}/plugins/qmltooling
540f315e 2020%attr(755,root,root) %{_qtdir}/plugins/qmltooling/libqmldbg_tcp.so
f05158ee 2021%attr(755,root,root) %{_qtdir}/plugins/qmltooling/libqmldbg_inspector.so
bb9e140f 2022
94751df7
KK
2023%files -n QtDesigner
2024%defattr(644,root,root,755)
2025%attr(755,root,root) %{_libdir}/libQtDesigner.so.*.*
109e28b4 2026%attr(755,root,root) %ghost %{_libdir}/libQtDesigner.so.4
94751df7 2027%attr(755,root,root) %{_libdir}/libQtDesignerComponents.so.*.*
109e28b4 2028%attr(755,root,root) %ghost %{_libdir}/libQtDesignerComponents.so.4
94751df7
KK
2029%dir %{_qtdir}/plugins/designer
2030%attr(755,root,root) %{_qtdir}/plugins/designer/*.so
2031
cc6d9c76 2032%files -n QtGui
642df674 2033%defattr(644,root,root,755)
b6c478e6 2034%config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/QT_GRAPHICSSYSTEM
396c20bd 2035%attr(755,root,root) %{_libdir}/libQtGui.so.*.*
109e28b4 2036%attr(755,root,root) %ghost %{_libdir}/libQtGui.so.4
21d9e8e6 2037%dir %{_qtdir}/plugins/accessible
109e28b4 2038%attr(755,root,root) %{_qtdir}/plugins/accessible/libqtaccessiblewidgets.so
21d9e8e6 2039%dir %{_qtdir}/plugins/graphicssystems
109e28b4 2040%attr(755,root,root) %{_qtdir}/plugins/graphicssystems/libqtracegraphicssystem.so
21d9e8e6
JB
2041%dir %{_qtdir}/plugins/iconengines
2042%dir %{_qtdir}/plugins/imageformats
109e28b4
JB
2043%attr(755,root,root) %{_qtdir}/plugins/imageformats/libqgif.so
2044%attr(755,root,root) %{_qtdir}/plugins/imageformats/libqico.so
2045%attr(755,root,root) %{_qtdir}/plugins/imageformats/libqjpeg.so
2046%attr(755,root,root) %{_qtdir}/plugins/imageformats/libqmng.so
f05158ee 2047%attr(755,root,root) %{_qtdir}/plugins/imageformats/libqtga.so
109e28b4 2048%attr(755,root,root) %{_qtdir}/plugins/imageformats/libqtiff.so
21d9e8e6 2049%dir %{_qtdir}/plugins/inputmethods
0e559634 2050%attr(755,root,root) %{_qtdir}/plugins/inputmethods/*.so
642df674 2051
94751df7
KK
2052%files -n QtHelp
2053%defattr(644,root,root,755)
3d716401
KK
2054%attr(755,root,root) %{_bindir}/qhelpconverter
2055%attr(755,root,root) %{_bindir}/qhelpgenerator
94751df7 2056%attr(755,root,root) %{_libdir}/libQtHelp.so.*.*
109e28b4 2057%attr(755,root,root) %ghost %{_libdir}/libQtHelp.so.4
94751df7
KK
2058%attr(755,root,root) %{_qtdir}/bin/qhelpconverter
2059%attr(755,root,root) %{_qtdir}/bin/qhelpgenerator
00c63022
ER
2060%lang(cs) %{_localedir}/cs/LC_MESSAGES/qt4-qt_help.qm
2061%lang(da) %{_localedir}/da/LC_MESSAGES/qt4-qt_help.qm
2062%lang(de) %{_localedir}/de/LC_MESSAGES/qt4-qt_help.qm
2063%lang(fr) %{_localedir}/fr/LC_MESSAGES/qt4-qt_help.qm
2064%lang(gl) %{_localedir}/gl/LC_MESSAGES/qt4-qt_help.qm
2065%lang(hu) %{_localedir}/hu/LC_MESSAGES/qt4-qt_help.qm
2066%lang(ja) %{_localedir}/ja/LC_MESSAGES/qt4-qt_help.qm
2067%lang(ko) %{_localedir}/ko/LC_MESSAGES/qt4-qt_help.qm
2068%lang(pl) %{_localedir}/pl/LC_MESSAGES/qt4-qt_help.qm
2069%lang(ru) %{_localedir}/ru/LC_MESSAGES/qt4-qt_help.qm
2070%lang(sl) %{_localedir}/sl/LC_MESSAGES/qt4-qt_help.qm
2071%lang(uk) %{_localedir}/uk/LC_MESSAGES/qt4-qt_help.qm
2072%lang(zh_CN) %{_localedir}/zh_CN/LC_MESSAGES/qt4-qt_help.qm
2073%lang(zh_TW) %{_localedir}/zh_TW/LC_MESSAGES/qt4-qt_help.qm
c57a122a
AM
2074
2075%files -n QtMultimedia
2076%defattr(644,root,root,755)
2077%attr(755,root,root) %{_libdir}/libQtMultimedia.so.*.*
109e28b4 2078%attr(755,root,root) %ghost %{_libdir}/libQtMultimedia.so.4
94751df7 2079
642df674 2080%files -n QtNetwork
2081%defattr(644,root,root,755)
396c20bd 2082%attr(755,root,root) %{_libdir}/libQtNetwork.so.*.*
109e28b4 2083%attr(755,root,root) %ghost %{_libdir}/libQtNetwork.so.4
21d9e8e6 2084%dir %{_qtdir}/plugins/bearer
503ba0a4 2085%attr(755,root,root) %{_qtdir}/plugins/bearer/*.so
642df674 2086
cc6d9c76 2087%files -n QtOpenGL
642df674 2088%defattr(644,root,root,755)
396c20bd 2089%attr(755,root,root) %{_libdir}/libQtOpenGL.so.*.*
109e28b4
JB
2090%attr(755,root,root) %ghost %{_libdir}/libQtOpenGL.so.4
2091%attr(755,root,root) %{_qtdir}/plugins/graphicssystems/libqglgraphicssystem.so
cc6d9c76 2092
59ee1196
JR
2093%files -n QtOpenVG
2094%defattr(644,root,root,755)
2095%attr(755,root,root) %{_libdir}/libQtOpenVG.so.*.*
2096%attr(755,root,root) %ghost %{_libdir}/libQtOpenVG.so.4
2097
da64c649 2098%files -n QtScript
2099%defattr(644,root,root,755)
2100%attr(755,root,root) %{_libdir}/libQtScript.so.*.*
109e28b4 2101%attr(755,root,root) %ghost %{_libdir}/libQtScript.so.4
21d9e8e6 2102%dir %{_qtdir}/plugins/script
da64c649 2103
4c411420
AM
2104%files -n QtScriptTools
2105%defattr(644,root,root,755)
2106%attr(755,root,root) %{_libdir}/libQtScriptTools.so.*.*
109e28b4 2107%attr(755,root,root) %ghost %{_libdir}/libQtScriptTools.so.4
4c411420 2108
cc6d9c76 2109%files -n QtSql
2110%defattr(644,root,root,755)
396c20bd 2111%attr(755,root,root) %{_libdir}/libQtSql.so.*.*
109e28b4 2112%attr(755,root,root) %ghost %{_libdir}/libQtSql.so.4
21d9e8e6 2113%dir %{_qtdir}/plugins/sqldrivers
cc6d9c76 2114
642df674 2115%if %{with mysql}
cc6d9c76 2116%files -n QtSql-mysql
642df674 2117%defattr(644,root,root,755)
3a869664 2118%attr(755,root,root) %{_qtdir}/plugins/sqldrivers/libqsqlmysql.so
642df674 2119%endif
2120
2121%if %{with pgsql}
cc6d9c76 2122%files -n QtSql-pgsql
642df674 2123%defattr(644,root,root,755)
3a869664 2124%attr(755,root,root) %{_qtdir}/plugins/sqldrivers/libqsqlpsql.so
642df674 2125%endif
2126
2127%if %{with sqlite}
cc6d9c76 2128%files -n QtSql-sqlite
642df674 2129%defattr(644,root,root,755)
3a869664 2130%attr(755,root,root) %{_qtdir}/plugins/sqldrivers/libqsqlite2.so
642df674 2131%endif
2132
2133%if %{with sqlite3}
cc6d9c76 2134%files -n QtSql-sqlite3
642df674 2135%defattr(644,root,root,755)
3a869664 2136%attr(755,root,root) %{_qtdir}/plugins/sqldrivers/libqsqlite.so
36f74d13 2137%endif
642df674 2138
2139%if %{with ibase}
cc6d9c76 2140%files -n QtSql-ibase
642df674 2141%defattr(644,root,root,755)
3a869664 2142%attr(755,root,root) %{_qtdir}/plugins/sqldrivers/libqsqlibase.so
642df674 2143%endif
2144
2145%if %{with odbc}
cc6d9c76 2146%files -n QtSql-odbc
642df674 2147%defattr(644,root,root,755)
3a869664 2148%attr(755,root,root) %{_qtdir}/plugins/sqldrivers/libqsqlodbc.so
642df674 2149%endif
2150
4c411420
AM
2151%files -n QtSql-tds
2152%defattr(644,root,root,755)
2153%attr(755,root,root) %{_qtdir}/plugins/sqldrivers/libqsqltds.so
2154
07b2fa37
JB
2155%files -n QtSvg
2156%defattr(644,root,root,755)
396c20bd 2157%attr(755,root,root) %{_libdir}/libQtSvg.so.*.*
109e28b4
JB
2158%attr(755,root,root) %ghost %{_libdir}/libQtSvg.so.4
2159%attr(755,root,root) %{_qtdir}/plugins/iconengines/libqsvgicon.so
2160%attr(755,root,root) %{_qtdir}/plugins/imageformats/libqsvg.so
07b2fa37 2161
8b4e0403 2162%files -n QtTest
2163%defattr(644,root,root,755)
396c20bd 2164%attr(755,root,root) %{_libdir}/libQtTest.so.*.*
109e28b4 2165%attr(755,root,root) %ghost %{_libdir}/libQtTest.so.4
8b4e0403 2166
a8088d24
JB
2167%files -n QtUiTools
2168%defattr(644,root,root,755)
2d2db419 2169%attr(755,root,root) %{_libdir}/libQtUiTools.so.*.*
109e28b4 2170%attr(755,root,root) %ghost %{_libdir}/libQtUiTools.so.4
a8088d24 2171
94751df7 2172%files -n QtWebKit
45e8c637 2173%defattr(644,root,root,755)
94751df7 2174%attr(755,root,root) %{_libdir}/libQtWebKit.so.*.*
109e28b4 2175%attr(755,root,root) %ghost %{_libdir}/libQtWebKit.so.4
45e8c637 2176
94751df7 2177%files -n QtXml
45e8c637 2178%defattr(644,root,root,755)
94751df7 2179%attr(755,root,root) %{_libdir}/libQtXml.so.*.*
109e28b4 2180%attr(755,root,root) %ghost %{_libdir}/libQtXml.so.4
45e8c637 2181
94751df7 2182%files -n QtXmlPatterns
45e8c637 2183%defattr(644,root,root,755)
94751df7 2184%attr(755,root,root) %{_qtdir}/bin/xmlpatterns
c57a122a
AM
2185%attr(755,root,root) %{_qtdir}/bin/xmlpatternsvalidator
2186%attr(755,root,root) %{_bindir}/xmlpatternsvalidator
94751df7 2187%attr(755,root,root) %{_libdir}/libQtXmlPatterns.so.*.*
109e28b4 2188%attr(755,root,root) %ghost %{_libdir}/libQtXmlPatterns.so.4
45e8c637 2189
cc6d9c76 2190%files assistant
642df674 2191%defattr(644,root,root,755)
3a869664 2192%attr(755,root,root) %{_bindir}/assistant-qt4
50cc8f55
JB
2193%attr(755,root,root) %{_bindir}/pixeltool
2194%attr(755,root,root) %{_bindir}/qcollectiongenerator
2195%attr(755,root,root) %{_qtdir}/bin/assistant
da64c649 2196%attr(755,root,root) %{_qtdir}/bin/pixeltool
45e8c637 2197%attr(755,root,root) %{_qtdir}/bin/qcollectiongenerator
00c63022
ER
2198%lang(cs) %{_localedir}/cs/LC_MESSAGES/qt4-assistant.qm
2199%lang(da) %{_localedir}/da/LC_MESSAGES/qt4-assistant.qm
2200%lang(de) %{_localedir}/de/LC_MESSAGES/qt4-assistant.qm
2201%lang(fr) %{_localedir}/fr/LC_MESSAGES/qt4-assistant.qm
2202%lang(hu) %{_localedir}/hu/LC_MESSAGES/qt4-assistant.qm
2203%lang(ja) %{_localedir}/ja/LC_MESSAGES/qt4-assistant.qm
2204%lang(ko) %{_localedir}/ko/LC_MESSAGES/qt4-assistant.qm
2205%lang(pl) %{_localedir}/pl/LC_MESSAGES/qt4-assistant.qm
2206%lang(ru) %{_localedir}/ru/LC_MESSAGES/qt4-assistant.qm
2207%lang(sl) %{_localedir}/sl/LC_MESSAGES/qt4-assistant.qm
2208%lang(uk) %{_localedir}/uk/LC_MESSAGES/qt4-assistant.qm
2209%lang(zh_CN) %{_localedir}/zh_CN/LC_MESSAGES/qt4-assistant.qm
2210%lang(zh_TW) %{_localedir}/zh_TW/LC_MESSAGES/qt4-assistant.qm
3a869664 2211%{_desktopdir}/assistant-qt4.desktop
a74ec80e 2212%{_iconsdir}/hicolor/*/apps/assistant-qt4.png
642df674 2213
08506906 2214%files build
642df674 2215%defattr(644,root,root,755)
3a869664 2216%attr(755,root,root) %{_bindir}/moc-qt4
ef690830 2217%attr(755,root,root) %{_bindir}/qdoc3
764b5458 2218%attr(755,root,root) %{_bindir}/qt3to4
ef690830 2219%attr(755,root,root) %{_bindir}/rcc
3a869664 2220%attr(755,root,root) %{_bindir}/uic-qt4
df71e198 2221%attr(755,root,root) %{_qtdir}/bin/moc
ef690830 2222%attr(755,root,root) %{_qtdir}/bin/qdoc3
df71e198 2223%attr(755,root,root) %{_qtdir}/bin/qt3to4
ef690830 2224%attr(755,root,root) %{_qtdir}/bin/rcc
df71e198 2225%attr(755,root,root) %{_qtdir}/bin/uic
c57a122a
AM
2226#find better place?
2227%attr(755,root,root) %{_bindir}/qttracereplay
2228%attr(755,root,root) %{_qtdir}/bin/qttracereplay
cc6d9c76 2229%{_datadir}/qt4/q3porting.xml
642df674 2230
642df674 2231%files designer
2232%defattr(644,root,root,755)
3a869664 2233%attr(755,root,root) %{_bindir}/designer-qt4
df71e198 2234%attr(755,root,root) %{_qtdir}/bin/designer
00c63022
ER
2235%lang(cs) %{_localedir}/cs/LC_MESSAGES/qt4-designer.qm
2236%lang(de) %{_localedir}/de/LC_MESSAGES/qt4-designer.qm
2237%lang(fr) %{_localedir}/fr/LC_MESSAGES/qt4-designer.qm
2238%lang(hu) %{_localedir}/hu/LC_MESSAGES/qt4-designer.qm
2239%lang(ja) %{_localedir}/ja/LC_MESSAGES/qt4-designer.qm
2240%lang(ko) %{_localedir}/ko/LC_MESSAGES/qt4-designer.qm
2241%lang(pl) %{_localedir}/pl/LC_MESSAGES/qt4-designer.qm
2242%lang(ru) %{_localedir}/ru/LC_MESSAGES/qt4-designer.qm
2243%lang(sl) %{_localedir}/sl/LC_MESSAGES/qt4-designer.qm
2244%lang(uk) %{_localedir}/uk/LC_MESSAGES/qt4-designer.qm
2245%lang(zh_CN) %{_localedir}/zh_CN/LC_MESSAGES/qt4-designer.qm
2246%lang(zh_TW) %{_localedir}/zh_TW/LC_MESSAGES/qt4-designer.qm
3a869664
JB
2247%{_desktopdir}/designer-qt4.desktop
2248%{_pixmapsdir}/designer-qt4.png
71d7c231 2249
cc6d9c76 2250%files linguist
2251%defattr(644,root,root,755)
3a869664
JB
2252%attr(755,root,root) %{_bindir}/findtr-qt4
2253%attr(755,root,root) %{_bindir}/linguist-qt4
2254%attr(755,root,root) %{_bindir}/lrelease-qt4
2255%attr(755,root,root) %{_bindir}/lupdate-qt4
df71e198 2256%attr(755,root,root) %{_qtdir}/bin/findtr
a8088d24 2257%attr(755,root,root) %{_qtdir}/bin/linguist
4c411420 2258%attr(755,root,root) %{_qtdir}/bin/lconvert
df71e198 2259%attr(755,root,root) %{_qtdir}/bin/lrelease
2260%attr(755,root,root) %{_qtdir}/bin/lupdate
00c63022
ER
2261%lang(cs) %{_localedir}/cs/LC_MESSAGES/qt4-linguist.qm
2262%lang(de) %{_localedir}/de/LC_MESSAGES/qt4-linguist.qm
2263%lang(fr) %{_localedir}/fr/LC_MESSAGES/qt4-linguist.qm
2264%lang(hu) %{_localedir}/hu/LC_MESSAGES/qt4-linguist.qm
2265%lang(ja) %{_localedir}/ja/LC_MESSAGES/qt4-linguist.qm
2266%lang(ko) %{_localedir}/ko/LC_MESSAGES/qt4-linguist.qm
2267%lang(pl) %{_localedir}/pl/LC_MESSAGES/qt4-linguist.qm
2268%lang(ru) %{_localedir}/ru/LC_MESSAGES/qt4-linguist.qm
2269%lang(sl) %{_localedir}/sl/LC_MESSAGES/qt4-linguist.qm
2270%lang(uk) %{_localedir}/uk/LC_MESSAGES/qt4-linguist.qm
2271%lang(zh_CN) %{_localedir}/zh_CN/LC_MESSAGES/qt4-linguist.qm
2272%lang(zh_TW) %{_localedir}/zh_TW/LC_MESSAGES/qt4-linguist.qm
cc6d9c76 2273%{_datadir}/qt4/phrasebooks
3a869664 2274%{_desktopdir}/linguist-qt4.desktop
a74ec80e 2275%{_iconsdir}/hicolor/*/apps/linguist-qt4.png
cc6d9c76 2276
7a71b587 2277%if %{without system_phonon}
45e8c637
AM
2278%files phonon
2279%defattr(644,root,root,755)
2280%attr(755,root,root) %{_libdir}/libphonon.so.*.*
109e28b4 2281%attr(755,root,root) %ghost %{_libdir}/libphonon.so.4
45e8c637
AM
2282%dir %{_qtdir}/plugins/phonon_backend
2283%attr(755,root,root) %{_qtdir}/plugins/phonon_backend/libphonon_gstreamer.so
4b4603b7 2284%endif
45e8c637 2285
71d7c231 2286%files qmake
cc6d9c76 2287%defattr(644,root,root,755)
3a869664 2288%attr(755,root,root) %{_bindir}/qmake-qt4
df71e198 2289%attr(755,root,root) %{_qtdir}/bin/qmake
cc6d9c76 2290%{_datadir}/qt4/mkspecs
a8088d24 2291%{_qtdir}/mkspecs
cc6d9c76 2292
71d7c231 2293%files qtconfig
cc6d9c76 2294%defattr(644,root,root,755)
3a869664 2295%attr(755,root,root) %{_bindir}/qtconfig-qt4
df71e198 2296%attr(755,root,root) %{_qtdir}/bin/qtconfig
00c63022
ER
2297%lang(hu) %{_localedir}/hu/LC_MESSAGES/qt4-qtconfig.qm
2298%lang(ja) %{_localedir}/ja/LC_MESSAGES/qt4-qtconfig.qm
2299%lang(ko) %{_localedir}/ko/LC_MESSAGES/qt4-qtconfig.qm
2300%lang(pl) %{_localedir}/pl/LC_MESSAGES/qt4-qtconfig.qm
2301%lang(ru) %{_localedir}/ru/LC_MESSAGES/qt4-qtconfig.qm
2302%lang(sl) %{_localedir}/sl/LC_MESSAGES/qt4-qtconfig.qm
2303%lang(uk) %{_localedir}/uk/LC_MESSAGES/qt4-qtconfig.qm
2304%lang(zh_CN) %{_localedir}/zh_CN/LC_MESSAGES/qt4-qtconfig.qm
2305%lang(zh_TW) %{_localedir}/zh_TW/LC_MESSAGES/qt4-qtconfig.qm
3a869664
JB
2306%{_desktopdir}/qtconfig-qt4.desktop
2307%{_pixmapsdir}/qtconfig-qt4.png
cc6d9c76 2308
2d2db419 2309%files -n qvfb
2310%defattr(644,root,root,755)
2311%attr(755,root,root) %{_bindir}/qvfb
da64c649 2312%attr(755,root,root) %{_qtdir}/bin/qvfb
00c63022
ER
2313%lang(hu) %{_localedir}/hu/LC_MESSAGES/qt4-qvfb.qm
2314%lang(ja) %{_localedir}/ja/LC_MESSAGES/qt4-qvfb.qm
2315%lang(ko) %{_localedir}/ko/LC_MESSAGES/qt4-qvfb.qm
2316%lang(pl) %{_localedir}/pl/LC_MESSAGES/qt4-qvfb.qm
2317%lang(ru) %{_localedir}/ru/LC_MESSAGES/qt4-qvfb.qm
2318%lang(sl) %{_localedir}/sl/LC_MESSAGES/qt4-qvfb.qm
2319%lang(uk) %{_localedir}/uk/LC_MESSAGES/qt4-qvfb.qm
2320%lang(zh_CN) %{_localedir}/zh_CN/LC_MESSAGES/qt4-qvfb.qm
2321%lang(zh_TW) %{_localedir}/zh_TW/LC_MESSAGES/qt4-qvfb.qm
cc6d9c76 2322
cc6d9c76 2323%files doc
2324%defattr(644,root,root,755)
2325%{_docdir}/%{name}-doc
a8088d24 2326%{_qtdir}/doc
cc6d9c76 2327
94751df7
KK
2328%files -n QtCLucene-devel -f QtCLucene-devel.files
2329%defattr(644,root,root,755)
2330
2331%files -n Qt3Support-devel -f Qt3Support-devel.files
2332%defattr(644,root,root,755)
2333%attr(755,root,root) %{_bindir}/uic3
2334%attr(755,root,root) %{_qtdir}/bin/uic3
2335
83908296 2336%files -n QtCore-devel -f QtCore-devel.files
edf01045 2337%defattr(644,root,root,755)
b9a68d22 2338
0b457108 2339%files -n QtDBus-devel -f QtDBus-devel.files
edf01045 2340%defattr(644,root,root,755)
b9a68d22 2341
bb9e140f 2342%files -n QtDeclarative-devel -f QtDeclarative-devel.files
2343%defattr(644,root,root,755)
2344
8f22d351 2345%files -n QtDesigner-devel -f QtDesigner-devel.files
edf01045 2346%defattr(644,root,root,755)
b9a68d22 2347
83908296 2348%files -n QtGui-devel -f QtGui-devel.files
edf01045 2349%defattr(644,root,root,755)
b9a68d22 2350
94751df7
KK
2351%files -n QtHelp-devel -f QtHelp-devel.files
2352%defattr(644,root,root,755)
2353
c57a122a
AM
2354%files -n QtMultimedia-devel -f QtMultimedia-devel.files
2355%defattr(644,root,root,755)
2356
83908296 2357%files -n QtNetwork-devel -f QtNetwork-devel.files
edf01045 2358%defattr(644,root,root,755)
b9a68d22 2359
83908296 2360%files -n QtOpenGL-devel -f QtOpenGL-devel.files
edf01045 2361%defattr(644,root,root,755)
b9a68d22 2362
59ee1196
JR
2363%files -n QtOpenVG-devel -f QtOpenVG-devel.files
2364%defattr(644,root,root,755)
2365
da64c649 2366%files -n QtScript-devel -f QtScript-devel.files
edf01045 2367%defattr(644,root,root,755)
b9a68d22 2368
4c411420
AM
2369%files -n QtScriptTools-devel -f QtScriptTools-devel.files
2370%defattr(644,root,root,755)
2371
83908296 2372%files -n QtSql-devel -f QtSql-devel.files
edf01045 2373%defattr(644,root,root,755)
b9a68d22 2374
8b4e0403 2375%files -n QtSvg-devel -f QtSvg-devel.files
edf01045 2376%defattr(644,root,root,755)
b9a68d22 2377
8b4e0403 2378%files -n QtTest-devel -f QtTest-devel.files
edf01045 2379%defattr(644,root,root,755)
b9a68d22 2380
94751df7 2381%files -n QtUiTools-devel -f QtUiTools-devel.files
45e8c637
AM
2382%defattr(644,root,root,755)
2383
2384%files -n QtWebKit-devel -f QtWebKit-devel.files
2385%defattr(644,root,root,755)
2386
83908296 2387%files -n QtXml-devel -f QtXml-devel.files
edf01045 2388%defattr(644,root,root,755)
b9a68d22 2389
45e8c637
AM
2390%files -n QtXmlPatterns-devel -f QtXmlPatterns-devel.files
2391%defattr(644,root,root,755)
2392
7a71b587 2393%if %{without system_phonon}
94751df7 2394%files phonon-devel -f phonon-devel.files
edf01045 2395%defattr(644,root,root,755)
4b4603b7 2396%endif
b9a68d22 2397
94751df7
KK
2398%if %{with static_libs}
2399%files -n Qt3Support-static
edf01045 2400%defattr(644,root,root,755)
94751df7 2401%{_libdir}/libQt3Support.a
b9a68d22 2402
94751df7
KK
2403#%files -n QtCLucene-static
2404#%defattr(644,root,root,755)
2405#%{_libdir}/libQtCLucene.a
45e8c637 2406
8b4e0403 2407%files -n QtCore-static
2408%defattr(644,root,root,755)
3a869664 2409%{_libdir}/libQtCore.a
8b4e0403 2410
3fc9ecf9 2411%files -n QtDBus-static
2412%defattr(644,root,root,755)
3a869664 2413%{_libdir}/libQtDBus.a
0b457108 2414
94751df7
KK
2415%files -n QtDesigner-static
2416%defattr(644,root,root,755)
2417%{_libdir}/libQtDesigner.a
2418%{_libdir}/libQtDesignerComponents.a
2419
8b4e0403 2420%files -n QtGui-static
2421%defattr(644,root,root,755)
3a869664 2422%{_libdir}/libQtGui.a
8b4e0403 2423
94751df7
KK
2424%files -n QtHelp-static
2425%defattr(644,root,root,755)
2426%{_libdir}/libQtHelp.a
2427
c57a122a
AM
2428%files -n QtMultimedia-static
2429%defattr(644,root,root,755)
2430%{_libdir}/libQtMultimedia.a
2431
8b4e0403 2432%files -n QtNetwork-static
2433%defattr(644,root,root,755)
3a869664 2434%{_libdir}/libQtNetwork.a
8b4e0403 2435
2436%files -n QtOpenGL-static
2437%defattr(644,root,root,755)
3a869664 2438%{_libdir}/libQtOpenGL.a
8b4e0403 2439
59ee1196
JR
2440%files -n QtOpenVG-static
2441%defattr(644,root,root,755)
2442%{_libdir}/libQtOpenVG.a
2443
da64c649 2444%files -n QtScript-static
2445%defattr(644,root,root,755)
3a869664 2446%{_libdir}/libQtScript.a
da64c649 2447
4c411420
AM
2448%files -n QtScriptTools-static
2449%defattr(644,root,root,755)
2450%{_libdir}/libQtScriptTools.a
2451
8b4e0403 2452%files -n QtSql-static
2453%defattr(644,root,root,755)
3a869664 2454%{_libdir}/libQtSql.a
8b4e0403 2455
2456%files -n QtSvg-static
2457%defattr(644,root,root,755)
3a869664 2458%{_libdir}/libQtSvg.a
8b4e0403 2459
45e8c637
AM
2460%files -n QtTest-static
2461%defattr(644,root,root,755)
2462%{_libdir}/libQtTest.a
2463
94751df7 2464%files -n QtUiTools-static
45e8c637 2465%defattr(644,root,root,755)
94751df7 2466%{_libdir}/libQtUiTools.a
45e8c637 2467
6a2bdd43
JB
2468%files -n QtWebKit-static
2469%defattr(644,root,root,755)
2470%{_libdir}/libQtWebKit.a
45e8c637 2471
bb9e140f 2472%files -n QtDeclarative-static
2473%defattr(644,root,root,755)
2474%{_libdir}/libQtDeclarative.a
2475
8b4e0403 2476%files -n QtXml-static
2477%defattr(644,root,root,755)
3a869664 2478%{_libdir}/libQtXml.a
8b4e0403 2479
45e8c637
AM
2480%files -n QtXmlPatterns-static
2481%defattr(644,root,root,755)
2482%{_libdir}/libQtXmlPatterns.a
fa2b2c8b
KK
2483%endif
2484
1620d5ef 2485%files demos -f demos.files
edf01045 2486%defattr(644,root,root,755)
3a869664 2487
1620d5ef 2488%files examples -f examples.files
edf01045 2489%defattr(644,root,root,755)
This page took 0.790534 seconds and 4 git commands to generate.