OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 05-Jan-2005 13:21:16
Branch: HEAD Handle: 2005010512211500
Modified files:
openpkg-src/flex flex.spec
Log:
fixed build on Debian GNU/Linux 3.0 if vendor texinfo package is
installed
Summary:
Revision Changes Path
1.77 +6 -1 openpkg-src/flex/flex.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/flex/flex.spec
============================================================================
$ cvs diff -u -r1.76 -r1.77 flex.spec
--- openpkg-src/flex/flex.spec 1 Jan 2005 10:49:06 -0000 1.76
+++ openpkg-src/flex/flex.spec 5 Jan 2005 12:21:15 -0000 1.77
@@ -39,7 +39,7 @@
Group: Language
License: BSD
Version: %{V_new}
-Release: 20041201
+Release: 20050105
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/lex/flex-%{V_new}.tar.gz
@@ -81,6 +81,11 @@
%setup -q -T -D -a 1
%patch -p0 -d flex-%{V_new}
sleep 1; touch flex-%{V_new}/scan.c
+ %{l_shtool} subst \
+ -e '1,/[EMAIL PROTECTED]/!{ /[EMAIL PROTECTED] copying/,/[EMAIL
PROTECTED]/!H }' \
+ -e '/[EMAIL PROTECTED]/g' \
+ -e '/[EMAIL PROTECTED]/,/[EMAIL PROTECTED] copying/d' \
+ flex-%{V_new}/doc/flex.texi
%build
# configure and build Flex (new version)
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]