]> git.pld-linux.org Git - packages/qt4.git/blame - qt4.spec
- use mirror for source.
[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
9# Conditional build:
10%bcond_with nas # enable NAS audio support
11%bcond_with nvidia # prelink Qt/KDE and depend on NVIDIA binaries
bc7da990 12%bcond_without static_libs # don't build static libraries
13%bcond_without cups # disable CUPS support
14%bcond_without mysql # don't build MySQL plugin
15%bcond_without odbc # don't build unixODBC plugin
16%bcond_without pgsql # don't build PostgreSQL plugin
17%bcond_without designer # don't build designer (it takes long)
18%bcond_without sqlite # don't build SQLite plugin
19%bcond_without ibase # build ibase (InterBase/Firebird) plugin
20%bcond_with pch # enable pch in qmake
ef04429e 21%bcond_with dont_enable # a bcond for missing features
22
23%undefine with_dont_enable
24
89e4cd60 25%ifnarch %{ix86} amd64 sparc sparcv9 alpha ppc
bc7da990 26%undefine with_ibase
27%endif
28%define _withsql 1
29%{!?with_sqlite:%{!?with_ibase:%{!?with_mysql:%{!?with_pgsql:%{!?with_odbc:%undefine _withsql}}}}}
30
8081e902 31#define _snap 040422
bc7da990 32%define _ver 4.0.0
33%define _packager djurban
34%define _name qt
35
36Summary: The Qt GUI application framework
37Summary(es): Biblioteca para ejecutar aplicaciones GUI Qt
38Summary(pl): Biblioteka Qt do tworzenia GUI
39