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 Date: 15-Jul-2003 13:32:59
Branch: HEAD Handle: 2003071512325800
Modified files:
openpkg-src/wget wget.spec
Log:
require texinfo for documentation
Summary:
Revision Changes Path
1.33 +2 -1 openpkg-src/wget/wget.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/wget/wget.spec
============================================================================
$ cvs diff -u -r1.32 -r1.33 wget.spec
--- openpkg-src/wget/wget.spec 15 Jul 2003 08:49:14 -0000 1.32
+++ openpkg-src/wget/wget.spec 15 Jul 2003 11:32:58 -0000 1.33
@@ -42,7 +42,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, perl
+BuildPreReq: OpenPKG, openpkg >= 20020206, perl, texinfo
PreReq: OpenPKG, openpkg >= 20020206
BuildPreReq: openssl
PreReq: openssl
@@ -67,6 +67,7 @@
%build
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
+ MAKEINFO="%{l_prefix}/bin/makeinfo" \
./configure \
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/wget \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]