]> git.pld-linux.org Git - packages/qt4.git/blame - qt4.spec
- bconds:: nvidia (removed), static_libs(disabled by default)
[packages/qt4.git] / qt4.spec
CommitLineData
cc6d9c76 1# TODO:
2# * better descriptions
bc7da990 3#
642df674 4%define _noautostrip '.*_debug\.so*'
cc6d9c76 5
bc7da990 6# Conditional build:
7%bcond_with nas # enable NAS audio support
cc6d9c76 8# static libs disabled for now
9%bcond_with 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
14%bcond_without designer # don't build designer (it takes long)
2ba913fc 15%bcond_without sqlite3 # don't build SQLite3 plugin
16%bcond_without sqlite # don't build SQLite2 plugin
bc7da990 17%bcond_without ibase # build ibase (InterBase/Firebird) plugin
642df674 18%bcond_without pch # enable pch in qmake
ef04429e 19
cc6d9c76 20
21%bcond_with dont_enable # blocks translations, they are not yeat available
ef04429e 22%undefine with_dont_enable
23
9f300b6b 24%ifnarch %{ix86} %{x8664} sparc sparcv9 alpha ppc
bc7da990 25%undefine with_ibase
26%endif
27%define _withsql 1
2ba913fc 28%{!?with_sqlite3:%{!?with_sqlite:%{!?with_ibase:%{!?with_mysql:%{!?with_pgsql:%{!?with_odbc:%undefine _withsql}}}}}}
bc7da990 29
2ba913fc 30%define _snap 050513
bc7da990 31%define _ver 4.0.0
32%define _packager djurban
33%define _name qt
34
35Summary: The Qt GUI application framework
36Summary(es): Biblioteca para ejecutar aplicaciones GUI Qt
37Summary(pl): Biblioteka Qt do tworzenia GUI
38