OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Jun-2004 09:13:49
Branch: HEAD Handle: 2004060708134900
Modified files:
openpkg-src/grep grep.spec
Log:
reduce dependencies to really essential ones
Summary:
Revision Changes Path
1.38 +11 -5 openpkg-src/grep/grep.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/grep/grep.spec
============================================================================
$ cvs diff -u -r1.37 -r1.38 grep.spec
--- openpkg-src/grep/grep.spec 7 Feb 2004 17:55:20 -0000 1.37
+++ openpkg-src/grep/grep.spec 7 Jun 2004 07:13:49 -0000 1.38
@@ -34,7 +34,7 @@
Group: Text
License: GPL
Version: 2.5.1
-Release: 20040207
+Release: 20040607
# list of sources
Source0: ftp://ftp.gnu.org/gnu/grep/grep-%{version}.tar.gz
@@ -42,10 +42,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, make, bison
+BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, make
PreReq: OpenPKG, openpkg >= 20040130
-BuildPreReq: libiconv, pcre, gettext
-PreReq: libiconv, pcre, gettext
+BuildPreReq: pcre
+PreReq: pcre
AutoReq: no
AutoReqProv: no
@@ -65,13 +65,19 @@
%setup -q
%build
+ ( echo "ac_cv_header_libintl_h=no"
+ echo "gt_cv_func_gnugettext1_libintl=no"
+ ) >config.cache
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
+ INTLBISON="true" \
%{l_bash} ./configure \
+ --cache-file=./config.cache \
--prefix=%{l_prefix} \
- --with-included-gettext
+ --with-included-gettext \
+ --disable-nls
%{l_make} %{l_mflags -O}
%install
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]