RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ devtool.conf

From: Jeff Johnson <jbj@rpm5.org>
Date: Fri 22 Jun 2007 - 18:25:04 CEST
Message-Id: <20070622162504.C9F523484EC@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   22-Jun-2007 18:25:04
  Branch: HEAD                             Handle: 2007062217250400

  Modified files:
    rpm                     devtool.conf

  Log:
    1st attempt at jbj peculier fire-and-forget.

  Summary:
    Revision    Changes     Path
    2.10        +8  -4      rpm/devtool.conf
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  ============================================================================
  $ cvs diff -u -r2.9 -r2.10 devtool.conf
  --- rpm/devtool.conf	22 Jun 2007 15:50:36 -0000	2.9
  +++ rpm/devtool.conf	22 Jun 2007 16:25:04 -0000	2.10
  @@ -9,7 +9,11 @@
       MODULE_TAG_ZLIB=""
   
   %checkout
  +<<<<<<< devtool.conf
  +    for name in $MODULE_NAMES $@; do
  +=======
       for name in $MODULE_NAMES "$@"; do
  +>>>>>>> 2.9
           release=MODULE_TAG_`echo ${name} | tr [a-z] [A-Z]`
           release=`eval echo \\$${release}`
           if [ ".${release}" = . ]; then
  @@ -44,10 +48,10 @@
       %autogen
       %configure "$@"
   
  -%fire-and-forget
  -    %prepare
  -    make
  -    sudo make install
  +%jbj
  +    %checkout file
  +    %autogen
  +    %configure --prefix=/usr --with-sqlite=external --with-beecrypt=external --with-neon=external --with-bzip2=external --with-popt=external
   
   %tarball
       %checkout
  @@ .
Received on Fri Jun 22 18:25:04 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.