Browse Source

fixed build

master
Christoph Schug 23 years ago committed by Ralf S. Engelschall
parent
commit
18b21c85b7
  1. 11
      qt/qt.spec

11
qt/qt.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: XWindow
License: GPL
Version: 3.1.2
Release: 20030305
Release: 20030306
# package options
%option with_xft no
@ -65,9 +65,16 @@ 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
)
%build
# display a warning that this package is a beast
( echo "This package requires about 1.1 GB of free temporary"
( echo "This package requires about 1.3 GB of free temporary"
echo "disk space for building. So be prepared, please."
) | %{l_rpmtool} msg -b -t notice

Loading…
Cancel
Save