|
|
|
|
@ -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` |
|
|
|
|
|