OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Jul-2005 08:28:36
Branch: HEAD Handle: 2005072607283500
Modified files:
openpkg-src/w3m w3m.spec
Log:
remove obsolete subst; cleanup %description; strip binaries
Summary:
Revision Changes Path
1.57 +4 -7 openpkg-src/w3m/w3m.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/w3m/w3m.spec
============================================================================
$ cvs diff -u -r1.56 -r1.57 w3m.spec
--- openpkg-src/w3m/w3m.spec 24 Mar 2005 11:20:40 -0000 1.56
+++ openpkg-src/w3m/w3m.spec 26 Jul 2005 06:28:35 -0000 1.57
@@ -33,7 +33,7 @@
Group: Web
License: BSD
Version: 0.5.1
-Release: 20040821
+Release: 20050726
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/w3m/w3m-%{version}.tar.gz
@@ -50,8 +50,8 @@
%description
W3M is a text-based web browser as well as a pager like `more'
- or `less'. With w3m you can browse web pages through a terminal
- emulator window (xterm, rxvt or something like that). Moreover, w3m
+ or `less'. With W3M you can browse web pages through a terminal
+ emulator window (xterm, rxvt or something like that). Moreover, W3M
can be used as a text formatting tool which typesets HTML into plain
text.
@@ -64,10 +64,6 @@
%prep
%setup -q
- %{l_shtool} subst \
- -e 's;^\(#define JP_CHARSET\);/*\1*/;g' \
- fm.h \
- regex.c
%build
CC="%{l_cc}" \
@@ -125,6 +121,7 @@
rm -f $RPM_BUILD_ROOT%{l_prefix}/libexec/w3m/w3mimgdisplay
%{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/etc/w3m
echo "color 1" >$RPM_BUILD_ROOT%{l_prefix}/etc/w3m/config
+ strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
'%config %{l_prefix}/etc/w3m/*'
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]