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 openpkg-web Date: 01-Aug-2003 14:37:35 Branch: HEAD Handle: 2003080113373302 Modified files: openpkg-src/spread spread.spec openpkg-web news.txt Log: require perl and find it Summary: Revision Changes Path 1.18 +7 -2 openpkg-src/spread/spread.spec 1.6000 +1 -0 openpkg-web/news.txt ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/spread/spread.spec ============================================================================ $ cvs diff -u -r1.17 -r1.18 spread.spec --- openpkg-src/spread/spread.spec 22 Jul 2003 12:39:43 -0000 1.17 +++ openpkg-src/spread/spread.spec 1 Aug 2003 12:37:35 -0000 1.18 @@ -33,7 +33,7 @@ Group: Network License: BSD-style Version: 3.17.1 -Release: 20030722 +Release: 20030801 # list of sources Source0: http://www.cnds.jhu.edu/download/download_spread.cgi::/spread-src-%{version}.tar.gz @@ -41,7 +41,7 @@ # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} -BuildPreReq: OpenPKG, openpkg >= 20020206, gcc, flex, bison +BuildPreReq: OpenPKG, openpkg >= 20020206, perl, gcc, flex, bison PreReq: OpenPKG, openpkg >= 20020206 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 \ @@ . patch -p0 <<'@@ .' Index: openpkg-web/news.txt ============================================================================ $ cvs diff -u -r1.5999 -r1.6000 news.txt --- openpkg-web/news.txt 1 Aug 2003 11:26:32 -0000 1.5999 +++ openpkg-web/news.txt 1 Aug 2003 12:37:33 -0000 1.6000 @@ -1,3 +1,4 @@ +01-Aug-2003: Upgraded package: P<spread-3.17.1-20030801> 01-Aug-2003: Upgraded package: P<emacs-21.3-20030801> 01-Aug-2003: Upgraded package: P<ddd-3.3.7-20030801> 01-Aug-2003: Upgraded package: P<tetex-2.0.2-20030801> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]