OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 16-Feb-2005 11:25:57 Branch: HEAD Handle: 2005021610255700 Modified files: openpkg-src/automake automake.spec Log: do not build info docs (buildfarm failure on bsd1-ix86-freebsd5.3) Summary: Revision Changes Path 1.66 +4 -1 openpkg-src/automake/automake.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/automake/automake.spec ============================================================================ $ cvs diff -u -r1.65 -r1.66 automake.spec --- openpkg-src/automake/automake.spec 13 Feb 2005 08:22:09 -0000 1.65 +++ openpkg-src/automake/automake.spec 16 Feb 2005 10:25:57 -0000 1.66 @@ -34,7 +34,7 @@ Group: Development License: GPL Version: 1.9.5 -Release: 20050213 +Release: 20050216 # list of sources Source0: ftp://sources.redhat.com/pub/automake/automake-%{version}.tar.gz @@ -62,6 +62,9 @@ %prep %setup -q %patch -p0 + %{l_shtool} subst \ + -e "s;^\(.SUFFIXES: .*\) \.info \(.*\);\1 \2;" \ + doc/Makefile.in %build CC="%{l_cc}" \ @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org