]> git.pld-linux.org Git - packages/qt4.git/blame - qt4.spec
- s/LANG/lang
[packages/qt4.git] / qt4.spec
CommitLineData
bc7da990 1#
08506906 2# TODO:
1620d5ef 3# - better descriptions
4# - more cleanups
07b2fa37 5# - check if translations are available
08506906 6#
bc7da990 7# Conditional build:
8%bcond_with nas # enable NAS audio support
8b4e0403 9%bcond_without static_libs # 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
4ad4bb90
16%bcond_without ibase # don't build ibase (InterBase/Firebird) plugin
17%bcond_without pch # disable pch in qmake
e23a6569 18%bcond_with sse # use SSE instructions in gui/painting module
bd11d5a1 19%bcond_with AC # build for AC
08506906 20
9f300b6b 21%ifnarch %{ix86} %{x8664} sparc sparcv9 alpha ppc
bc7da990 22%undefine with_ibase
23%endif
e23a6569
PS
24
25%ifarch pentium3 pentium4 %{x8664}
26%define with_sse 1
27%endif
28
bc7da990 29%define _withsql 1
2ba913fc 30%{!?with_sqlite3:%{!?with_sqlite:%{!?with_ibase:%{!?with_mysql:%{!?with_pgsql:%{!?with_odbc:%undefine _withsql}}}}}}
889daba4 31%{?with_AC:%undefine with_pch}
bc7da990 32
bc7da990 33Summary: The Qt GUI application framework
34Summary(es): Biblioteca para ejecutar aplicaciones GUI Qt
35Summary(pl): Biblioteka Qt do tworzenia GUI
36