]> git.pld-linux.org Git - packages/qt4.git/blame - qt4.spec
- obsolete
[packages/qt4.git] / qt4.spec
CommitLineData
bc7da990 1#
ef04429e 2# TODO:
bc7da990 3# - build system recheck (most make -C are to be changed)
4# - redo subpackages (qt-core,qt-xml,qt-network,qt-opengl, etc.)
5# - bconds for IBM db2, oracle and tds sql drivers
ef04429e 6# - fix install
bc7da990 7# - remove obsolete patches
8
642df674 9%define _noautostrip '.*_debug\.so*'
bc7da990 10# Conditional build:
11%bcond_with nas # enable NAS audio support
12%bcond_with nvidia # prelink Qt/KDE and depend on NVIDIA binaries
bc7da990 13%bcond_without static_libs # don't build static libraries
14%bcond_without cups # disable CUPS support
15%bcond_without mysql # don't build MySQL plugin
16%bcond_without odbc # don't build unixODBC plugin
17%bcond_without pgsql # don't build PostgreSQL plugin
18%bcond_without designer # don't build designer (it takes long)
2ba913fc 19%bcond_without sqlite3 # don't build SQLite3 plugin
20%bcond_without sqlite # don't build SQLite2 plugin
bc7da990 21%bcond_without ibase # build ibase (InterBase/Firebird) plugin
642df674 22%bcond_without pch # enable pch in qmake
ef04429e 23%bcond_with dont_enable # a bcond for missing features
24
25%undefine with_dont_enable
26
9f300b6b 27%ifnarch %{ix86} %{x8664} sparc sparcv9 alpha ppc
bc7da990 28%undefine with_ibase
29%endif
30%define _withsql 1
2ba913fc 31%{!?with_sqlite3:%{!?with_sqlite:%{!?with_ibase:%{!?with_mysql:%{!?with_pgsql:%{!?with_odbc:%undefine _withsql}}}}}}
bc7da990 32
2ba913fc 33%define _snap 050513
bc7da990 34%define _ver 4.0.0
35%define _packager djurban
36%define _name qt
37
38Summary: The Qt GUI application framework
39Summary(es): Biblioteca para ejecutar aplicaciones GUI Qt
40Summary(pl): Biblioteka Qt do tworzenia GUI
41