OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 20-Jan-2004 16:13:06
Branch: HEAD Handle: 2004012015130401
Modified files:
openpkg-src/w3m w3m.spec
openpkg-web news.txt
Log:
fix help page viewing
Summary:
Revision Changes Path
1.46 +4 -4 openpkg-src/w3m/w3m.spec
1.8148 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/w3m/w3m.spec
============================================================================
$ cvs diff -u -r1.45 -r1.46 w3m.spec
--- openpkg-src/w3m/w3m.spec 10 Jan 2004 11:47:43 -0000 1.45
+++ openpkg-src/w3m/w3m.spec 20 Jan 2004 15:13:05 -0000 1.46
@@ -33,7 +33,7 @@
Group: Web
License: BSD
Version: 0.4.2
-Release: 20040110
+Release: 20040120
# list of sources
Source0: http://osdn.dl.sourceforge.net/sourceforge/w3m/w3m-%{version}.tar.gz
@@ -82,7 +82,6 @@
--disable-external-uri-loader \
--without-migemo \
--disable-gopher \
- --disable-help-cgi \
--disable-ipv6 \
--disable-nntp \
--disable-dict \
@@ -104,11 +103,12 @@
%install
rm -rf $RPM_BUILD_ROOT
- %{l_make} %{l_mflags} install \
+ %{l_make} %{l_mflags} install install-helpfile \
INSTALL="%{l_shtool} install -c" \
DESTDIR=$RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT%{l_prefix}/man/ja
- rm -f $RPM_BUILD_ROOT%{l_prefix}/share/w3m/w3mhelp-funcdesc.ja.pl
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/share/w3m/*.ja.pl
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/share/w3m/*_ja.html
rm -f $RPM_BUILD_ROOT%{l_prefix}/libexec/w3m/xface2xpm
rm -f $RPM_BUILD_ROOT%{l_prefix}/libexec/w3m/w3mimgdisplay
%{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/etc/w3m
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8147 -r1.8148 news.txt
--- openpkg-web/news.txt 20 Jan 2004 14:15:40 -0000 1.8147
+++ openpkg-web/news.txt 20 Jan 2004 15:13:04 -0000 1.8148
@@ -1,3 +1,4 @@
+20-Jan-2004: Upgraded package: P<w3m-0.4.2-20040120>
20-Jan-2004: Upgraded package: P<perl-5.8.3-20040120>
20-Jan-2004: Upgraded package: P<perl-text-20040120-20040120>
20-Jan-2004: Upgraded package: P<postfix-mailgraph-1.6-20040120>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]