|
@@ -38,7 +38,7 @@ Distribution: OpenPKG [EVAL]
|
|
|
Group: XWindow
|
|
Group: XWindow
|
|
|
License: GPL
|
|
License: GPL
|
|
|
Version: 3.1.0
|
|
Version: 3.1.0
|
|
|
-Release: 20021114
|
|
|
|
|
|
|
+Release: 20021118
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
Source0: ftp://ftp.silug.org/pub/qt/source/qt-x11-free-%{version}.tar.gz
|
|
Source0: ftp://ftp.silug.org/pub/qt/source/qt-x11-free-%{version}.tar.gz
|
|
@@ -129,7 +129,8 @@ AutoReqProv: no
|
|
|
$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 \
|
|
|
- $RPM_BUILD_ROOT%{l_prefix}/share/qt/phrasebooks
|
|
|
|
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/share/qt/phrasebooks \
|
|
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/share/qt/images
|
|
|
|
|
|
|
|
# copy binaries, headers, and then libraries to their target.
|
|
# copy binaries, headers, and then libraries to their target.
|
|
|
%{l_shtool} install -c -s -m 755 \
|
|
%{l_shtool} install -c -s -m 755 \
|
|
@@ -151,6 +152,8 @@ AutoReqProv: no
|
|
|
tools/designer/templates/*.ui $RPM_BUILD_ROOT%{l_prefix}/share/qt/templates/
|
|
tools/designer/templates/*.ui $RPM_BUILD_ROOT%{l_prefix}/share/qt/templates/
|
|
|
%{l_shtool} install -c -m 644 \
|
|
%{l_shtool} install -c -m 644 \
|
|
|
tools/linguist/phrasebooks/*.qph $RPM_BUILD_ROOT%{l_prefix}/share/qt/phrasebooks/
|
|
tools/linguist/phrasebooks/*.qph $RPM_BUILD_ROOT%{l_prefix}/share/qt/phrasebooks/
|
|
|
|
|
+ %{l_shtool} install -c -m 644 \
|
|
|
|
|
+ tools/designer/designer/images/* $RPM_BUILD_ROOT%{l_prefix}/share/qt/images/
|
|
|
|
|
|
|
|
( cd lib && tar cf - * ) |\
|
|
( cd lib && tar cf - * ) |\
|
|
|
( cd $RPM_BUILD_ROOT%{l_prefix}/lib && tar xf - )
|
|
( cd $RPM_BUILD_ROOT%{l_prefix}/lib && tar xf - )
|