OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 15-Jul-2003 10:49:14
Branch: HEAD Handle: 2003071509491103
Modified files:
openpkg-src/wget wget.spec
openpkg-web news.txt
Log:
fixed path in default config and docs (man/info pages)
Summary:
Revision Changes Path
1.32 +6 -1 openpkg-src/wget/wget.spec
1.5567 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/wget/wget.spec
============================================================================
$ cvs diff -u -r1.31 -r1.32 wget.spec
--- openpkg-src/wget/wget.spec 8 Jul 2003 14:43:12 -0000 1.31
+++ openpkg-src/wget/wget.spec 15 Jul 2003 08:49:14 -0000 1.32
@@ -33,7 +33,7 @@
Group: Web
License: GPL
Version: 1.8.2
-Release: 20030707
+Release: 20030715
# list of sources
Source0: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
@@ -58,6 +58,11 @@
%prep
%setup -q
%patch -p0
+ %{l_shtool} subst \
+ -e 's;/usr/local/etc;%{l_prefix}/etc/wget;g' \
+ doc/sample.wgetrc \
+ doc/sample.wgetrc.munged_for_texi_inclusion \
+ doc/wget.texi
%build
CC="%{l_cc}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5566 -r1.5567 news.txt
--- openpkg-web/news.txt 15 Jul 2003 08:48:06 -0000 1.5566
+++ openpkg-web/news.txt 15 Jul 2003 08:49:11 -0000 1.5567
@@ -1,3 +1,4 @@
+15-Jul-2003: Upgraded package: P<wget-1.8.2-20030715>
15-Jul-2003: Upgraded package: P<openpkg-20030715-20030715>
15-Jul-2003: Upgraded package: P<tiff-3.5.7-20030715>
15-Jul-2003: Upgraded package: P<socat-1.3.2.1-20030715>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]