Browse Source

Announce how long this pig actually takes to build with gcc

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
2773f106cd
  1. 7
      qt/qt.spec

7
qt/qt.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: XWindow
License: GPL
Version: 3.1.2
Release: 20030508
Release: 20030509
# list of sources
Source0: ftp://ftp.trolltech.com/pub/qt/source/qt-x11-free-%{version}.tar.bz2
@ -71,8 +71,9 @@ AutoReqProv: no
%build
# display a warning that this package is a beast
( echo "This package requires about 1.3 GB of free temporary"
echo "disk space for building. So be prepared, please."
( echo "This package requires about 1.3 GB of temporary disk space and"
echo "about three hours of time (with gcc) to build on a 800Mhz system."
echo "So be prepared and patient, please... ;-)"
) | %{l_rpmtool} msg -b -t notice
export QTDIR=`pwd`

Loading…
Cancel
Save