OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 06-Mar-2003 10:11:41
Branch: HEAD Handle: 2003030609114100
Modified files:
openpkg-src/qt qt.spec
Log:
fixed build
Summary:
Revision Changes Path
1.62 +9 -2 openpkg-src/qt/qt.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/qt/qt.spec
============================================================================
$ cvs diff -u -r1.61 -r1.62 qt.spec
--- openpkg-src/qt/qt.spec 5 Mar 2003 13:48:08 -0000 1.61
+++ openpkg-src/qt/qt.spec 6 Mar 2003 09:11:41 -0000 1.62
@@ -33,7 +33,7 @@
Group: XWindow
License: GPL
Version: 3.1.2
-Release: 20030305
+Release: 20030306
# package options
%option with_xft no
@@ -65,9 +65,16 @@
%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
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]