OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 26-Sep-2003 23:19:43
Branch: HEAD Handle: 2003092622194101
Modified files:
openpkg-src/w3m w3m.spec
openpkg-web news.txt
Log:
Repair install logic in case configure finds no install command
Summary:
Revision Changes Path
1.44 +4 -2 openpkg-src/w3m/w3m.spec
1.6755 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/w3m/w3m.spec
============================================================================
$ cvs diff -u -r1.43 -r1.44 w3m.spec
--- openpkg-src/w3m/w3m.spec 23 Sep 2003 08:01:35 -0000 1.43
+++ openpkg-src/w3m/w3m.spec 26 Sep 2003 21:19:42 -0000 1.44
@@ -33,7 +33,7 @@
Group: Web
License: BSD
Version: 0.4.2
-Release: 20030923
+Release: 20030926
# list of sources
Source0: http://osdn.dl.sourceforge.net/sourceforge/w3m/w3m-%{version}.tar.gz
@@ -100,7 +100,9 @@
%install
rm -rf $RPM_BUILD_ROOT
- %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
+ %{l_make} %{l_mflags} install \
+ 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}/libexec/w3m/xface2xpm
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6754 -r1.6755 news.txt
--- openpkg-web/news.txt 26 Sep 2003 18:04:59 -0000 1.6754
+++ openpkg-web/news.txt 26 Sep 2003 21:19:41 -0000 1.6755
@@ -1,3 +1,4 @@
+26-Sep-2003: Upgraded package: P<w3m-0.4.2-20030926>
26-Sep-2003: Upgraded package: P<perl-gtk-20030926-20030926>
26-Sep-2003: Upgraded package: P<perl-parse-20030926-20030926>
26-Sep-2003: Upgraded package: P<apr-0.9.4-20030926>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]