OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 19-Feb-2003 14:24:15
Branch: HEAD Handle: 2003021913241301
Modified files:
openpkg-src/qt qt.spec
openpkg-web news.txt
Log:
drop README file, clean up packaging a bit
Summary:
Revision Changes Path
1.58 +13 -15 openpkg-src/qt/qt.spec
1.3360 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/qt/qt.spec
============================================================================
$ cvs diff -u -r1.57 -r1.58 qt.spec
--- openpkg-src/qt/qt.spec 17 Jan 2003 12:19:35 -0000 1.57
+++ openpkg-src/qt/qt.spec 19 Feb 2003 13:24:14 -0000 1.58
@@ -33,7 +33,7 @@
Group: XWindow
License: GPL
Version: 3.1.1
-Release: 20030117
+Release: 20030218
# package options
%option with_xft no
@@ -125,6 +125,12 @@
# copy mkspecs directory for later portable use of qmake
cp -rp mkspecs $RPM_BUILD_ROOT%{l_prefix}/share/qt/
+ # correct man suffix
+ for man in doc/man/man3/*.3qt; do
+ %{l_shtool} subst -e 's;\.3qt;.3;' $man
+ mv $man `echo $man | sed -e 's;\.3qt$;.3;'`
+ done
+
%{l_shtool} install -c -m 644 \
include/*.h $RPM_BUILD_ROOT%{l_prefix}/include/qt/
%{l_shtool} install -c -m 644 \
@@ -137,20 +143,12 @@
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 $RPM_BUILD_ROOT%{l_prefix}/lib && tar xf - )
- ( cd doc/man/man3
- for man in *.3qt; do
- %{l_shtool} subst -e 's;\.3qt;.3;' $man
- mv $man `echo $man | sed -e 's;\.3qt$;.3;'`
- done
- %{l_shtool} install -c -m 644 \
- *.3 $RPM_BUILD_ROOT%{l_prefix}/man/man3/
- cd ../man1
- %{l_shtool} install -c -m 644 \
- *.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
- )
+ %{l_shtool} install -c -m 644 \
+ lib/*.a lib/*.prl $RPM_BUILD_ROOT%{l_prefix}/lib
+ %{l_shtool} install -c -m 644 \
+ doc/man/man3/*.3 $RPM_BUILD_ROOT%{l_prefix}/man/man3/
+ %{l_shtool} install -c -m 644 \
+ doc/man/man1/*.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3359 -r1.3360 news.txt
--- openpkg-web/news.txt 19 Feb 2003 13:09:49 -0000 1.3359
+++ openpkg-web/news.txt 19 Feb 2003 13:24:13 -0000 1.3360
@@ -1,3 +1,4 @@
+19-Feb-2003: Upgraded package: P<qt-3.1.1-20030218>
19-Feb-2003: Upgraded package: P<cvstrac-1.1.2-20030219>
19-Feb-2003: Upgraded package: P<dhcpd-3.0.1rc11-20030219>
19-Feb-2003: Upgraded package: P<majordomo-1.94.5-20030219>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]