Browse Source

This qt has no qt-config program, so remove options causing mayhem to dependent packages

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
030b954e18
  1. 19
      qt/qt.spec

19
qt/qt.spec

@ -33,10 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: XWindow
License: GPL
Version: 3.1.2
Release: 20030425
# package options
%option with_xft no
Release: 20030507
# list of sources
Source0: ftp://ftp.trolltech.com/pub/qt/source/qt-x11-free-%{version}.tar.gz
@ -99,12 +96,7 @@ AutoReqProv: no
-docdir %{l_prefix}/share/qt/doc \
-datadir %{l_prefix}/share/qt/data \
-static -qt-gif -qt-zlib -platform $oscomp \
-stl -qt-libpng -qt-libjpeg -qt-libmng \
%if "%{with_xft}" == "yes"
-xft
%else
-no-xft
%endif
-stl -qt-libpng -qt-libjpeg -qt-libmng -no-xft
# set $HOME to a writable directory for qsettings
HOME=$PWD
@ -118,12 +110,7 @@ AutoReqProv: no
-docdir %{l_prefix}/share/qt/doc \
-datadir %{l_prefix}/share/qt/data \
-static -qt-gif -qt-zlib -platform $oscomp \
-thread -stl -qt-libpng -qt-libjpeg -qt-libmng \
%if "%{with_xft}" == "yes"
-xft
%else
-no-xft
%endif
-thread -stl -qt-libpng -qt-libjpeg -qt-libmng -no-xft
# make our targets a second time to get threaded libs, too
%{l_make} %{l_mflags -O} \

Loading…
Cancel
Save