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: 01-Aug-2003 14:52:30
Branch: OPENPKG_1_3_SOLID Handle: 2003080113523000
Modified files: (Branch: OPENPKG_1_3_SOLID)
openpkg-src/spread spread.spec
Log:
MFS: changes since last merge
Summary:
Revision Changes Path
1.15.2.2.2.2+6 -1 openpkg-src/spread/spread.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/spread/spread.spec
============================================================================
$ cvs diff -u -r1.15.2.2.2.1 -r1.15.2.2.2.2 spread.spec
--- openpkg-src/spread/spread.spec 29 Jul 2003 15:01:45 -0000 1.15.2.2.2.1
+++ openpkg-src/spread/spread.spec 1 Aug 2003 12:52:30 -0000 1.15.2.2.2.2
@@ -41,7 +41,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 1.3.0, gcc, flex, bison
+BuildPreReq: OpenPKG, openpkg >= 1.3.0, perl, gcc, flex, bison
PreReq: OpenPKG, openpkg >= 1.3.0
AutoReq: no
AutoReqProv: no
@@ -58,8 +58,13 @@
%build
%{l_shtool} subst -e 's;if test ! -d \$piddir;if false;' configure
+ %{l_shtool} subst \
+ -e 's;/usr/bin/perl;%{l_prefix}/bin/perl;g' \
+ buildtools/fixpaths \
+ buildtools/mdoc2man.pl
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
+ PERL="%{l_prefix}/bin/perl" \
./configure \
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/spread \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]