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 Group: XWindow
License: GPL License: GPL
Version: 3.2.0 Version: 3.2.0
Release: 20030723 Release: 20030729
# list of sources # list of sources
Source0: ftp://ftp.trolltech.com/pub/qt/source/qt-x11-free-%{version}.tar.bz2 Source0: ftp://ftp.trolltech.com/pub/qt/source/qt-x11-free-%{version}.tar.bz2
@ -62,13 +62,6 @@ AutoReqProv: no
%prep %prep
%setup -q -n qt-x11-free-%{version} %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 %build
# display a warning that this package is a beast # display a warning that this package is a beast
( echo "This package requires about 1.3 GB of temporary disk space and" ( 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 \ -datadir %{l_prefix}/share/qt/data \
-release -static -stl -sm -qt-zlib \ -release -static -stl -sm -qt-zlib \
-qt-libpng -qt-libjpeg -qt-libmng -qt-gif \ -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-nis -no-cups -no-nas-sound -no-xinerama \
-no-xrender -no-xft -no-tablet -no-xkb \ -no-xrender -no-xft -no-tablet -no-xkb \
-no-thread -no-thread
@ -117,6 +111,7 @@ AutoReqProv: no
-datadir %{l_prefix}/share/qt/data \ -datadir %{l_prefix}/share/qt/data \
-release -static -stl -sm -qt-zlib \ -release -static -stl -sm -qt-zlib \
-qt-libpng -qt-libjpeg -qt-libmng -qt-gif \ -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-nis -no-cups -no-nas-sound -no-xinerama \
-no-xrender -no-xft -no-tablet -no-xkb \ -no-xrender -no-xft -no-tablet -no-xkb \
-thread -thread

Loading…
Cancel
Save