OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 04-Oct-2002 16:07:12
Branch: HEAD Handle: 2002100415071200
Modified files:
openpkg-src/qt qt.spec
Log:
Removed FIXME after learning header include logic scheme.
Summary:
Revision Changes Path
1.36 +7 -3 openpkg-src/qt/qt.spec
____________________________________________________________________________
Index: openpkg-src/qt/qt.spec
============================================================
$ cvs diff -u -r1.35 -r1.36 qt.spec
--- openpkg-src/qt/qt.spec 4 Oct 2002 09:27:21 -0000 1.35
+++ openpkg-src/qt/qt.spec 4 Oct 2002 14:07:12 -0000 1.36
@@ -89,19 +89,23 @@
%install
rm -rf $RPM_BUILD_ROOT
+
+ # make directory structure
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/bin \
$RPM_BUILD_ROOT%{l_prefix}/lib \
$RPM_BUILD_ROOT%{l_prefix}/include/qt/private \
$RPM_BUILD_ROOT%{l_prefix}/man/man3
+
+ # copy binaries, headers, and then libraries to their target.
%{l_shtool} install -c -s -m 755 \
bin/qmake bin/moc bin/uic \
bin/linguist bin/lrelease bin/lupdate \
bin/assistant bin/qtconfig bin/designer \
$RPM_BUILD_ROOT%{l_prefix}/bin/
- # FIXME: The touch should be removed, but for now it remains
- # due to a broken symbolic link in the Qt distribution
- touch include/qt_windows.h
+
+ # qt_windows.h is the only header not copied in the original distribution.
+ rm -f include/qt_windows.h
%{l_shtool} install -c -m 644 \
include/*.h $RPM_BUILD_ROOT%{l_prefix}/include/qt/
%{l_shtool} install -c -m 644 \
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]