OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Aug-2007 23:46:52
Branch: HEAD Handle: 2007082722465100
Modified files:
openpkg-src/grep grep.spec
Log:
requires texinfo
Summary:
Revision Changes Path
1.51 +3 -2 openpkg-src/grep/grep.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/grep/grep.spec
============================================================================
$ cvs diff -u -r1.50 -r1.51 grep.spec
--- openpkg-src/grep/grep.spec 7 Aug 2007 20:58:08 -0000 1.50
+++ openpkg-src/grep/grep.spec 27 Aug 2007 21:46:51 -0000 1.51
@@ -33,7 +33,7 @@
Group: Searching
License: GPL
Version: 2.5.3
-Release: 20070807
+Release: 20070827
# list of sources
Source0: ftp://ftp.gnu.org/gnu/grep/grep-%{version}.tar.gz
@@ -41,7 +41,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, make
+BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, make, texinfo
PreReq: OpenPKG, openpkg >= 20040130
BuildPreReq: pcre
PreReq: pcre
@@ -72,6 +72,7 @@
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
INTLBISON="true" \
+ MAKEINFO="%{l_prefix}/bin/makeinfo" \
%{l_bash} ./configure \
--infodir=%{l_prefix}/info \
--mandir=%{l_prefix}/man \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]