|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
|
|
|
Group: XWindow
|
|
Group: XWindow
|
|
|
License: GPL
|
|
License: GPL
|
|
|
Version: 3.0.5
|
|
Version: 3.0.5
|
|
|
-Release: 20021014
|
|
|
|
|
|
|
+Release: 20021022
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
Source0: ftp://ftp.trolltech.com/qt/source/qt-x11-free-%{version}.tar.gz
|
|
Source0: ftp://ftp.trolltech.com/qt/source/qt-x11-free-%{version}.tar.gz
|
|
@@ -41,7 +41,7 @@ Source0: ftp://ftp.trolltech.com/qt/source/qt-x11-free-%{version}.tar.gz
|
|
|
# build information
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20020206, gcc, X11
|
|
|
|
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20020206, X11, gcc
|
|
|
PreReq: OpenPKG, openpkg >= 20020206, X11
|
|
PreReq: OpenPKG, openpkg >= 20020206, X11
|
|
|
AutoReq: no
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
AutoReqProv: no
|
|
@@ -97,6 +97,7 @@ AutoReqProv: no
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/bin \
|
|
$RPM_BUILD_ROOT%{l_prefix}/bin \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/lib \
|
|
$RPM_BUILD_ROOT%{l_prefix}/lib \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/include/qt/private \
|
|
$RPM_BUILD_ROOT%{l_prefix}/include/qt/private \
|
|
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/man/man1 \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/man/man3 \
|
|
$RPM_BUILD_ROOT%{l_prefix}/man/man3 \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/share/qt/doc/html \
|
|
$RPM_BUILD_ROOT%{l_prefix}/share/qt/doc/html \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/share/qt/templates
|
|
$RPM_BUILD_ROOT%{l_prefix}/share/qt/templates
|
|
@@ -108,6 +109,9 @@ AutoReqProv: no
|
|
|
bin/assistant bin/qtconfig bin/designer \
|
|
bin/assistant bin/qtconfig bin/designer \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/bin/
|
|
$RPM_BUILD_ROOT%{l_prefix}/bin/
|
|
|
|
|
|
|
|
|
|
+ # copy mkspecs directory for later portable use of qmake
|
|
|
|
|
+ cp -rp mkspecs $RPM_BUILD_ROOT%{l_prefix}/share/qt/
|
|
|
|
|
+
|
|
|
# qt_windows.h is the only header not copied in the original distribution.
|
|
# qt_windows.h is the only header not copied in the original distribution.
|
|
|
rm -f include/qt_windows.h
|
|
rm -f include/qt_windows.h
|
|
|
%{l_shtool} install -c -m 644 \
|
|
%{l_shtool} install -c -m 644 \
|