Browse Source

Remove obsolete logic and add sql drivers

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
07ca7139ac
  1. 11
      qt/qt.spec

11
qt/qt.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: XWindow
License: GPL
Version: 3.2.0
Release: 20030723
Release: 20030729
# list of sources
Source0: ftp://ftp.trolltech.com/pub/qt/source/qt-x11-free-%{version}.tar.bz2
@ -62,13 +62,6 @@ AutoReqProv: no
%prep
%setup -q -n qt-x11-free-%{version}
# tidy up dirty vendor tarball
( cd include
for i in qmotifwidget.h qmotif.h qxtwidget.h qmotifdialog.h; do
rm -f $i
done
) || exit $?
%build
# display a warning that this package is a beast
( echo "This package requires about 1.3 GB of temporary disk space and"
@ -99,6 +92,7 @@ AutoReqProv: no
-datadir %{l_prefix}/share/qt/data \
-release -static -stl -sm -qt-zlib \
-qt-libpng -qt-libjpeg -qt-libmng -qt-gif \
-qt-sql-psql -qt-sql-odbc -qt-sql-mysql \
-no-nis -no-cups -no-nas-sound -no-xinerama \
-no-xrender -no-xft -no-tablet -no-xkb \
-no-thread
@ -117,6 +111,7 @@ AutoReqProv: no
-datadir %{l_prefix}/share/qt/data \
-release -static -stl -sm -qt-zlib \
-qt-libpng -qt-libjpeg -qt-libmng -qt-gif \
-qt-sql-psql -qt-sql-odbc -qt-sql-mysql \
-no-nis -no-cups -no-nas-sound -no-xinerama \
-no-xrender -no-xft -no-tablet -no-xkb \
-thread

Loading…
Cancel
Save