RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ CHANGES devtool.conf

From: Jeff Johnson <jbj@rpm5.org>
Date: Fri 22 Aug 2008 - 06:54:30 CEST
Message-Id: <20080822045430.C297D752ED@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-Aug-2008 06:54:30
  Branch: HEAD                             Handle: 2008082204543000

  Modified files:
    rpm                     CHANGES devtool.conf

  Log:
    - WR: add devtool windriver-{host,target} configuration targets.

  Summary:
    Revision    Changes     Path
    1.2537      +1  -0      rpm/CHANGES
    2.241       +76 -0      rpm/devtool.conf
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.2536 -r1.2537 CHANGES
  --- rpm/CHANGES	22 Aug 2008 04:43:09 -0000	1.2536
  +++ rpm/CHANGES	22 Aug 2008 04:54:30 -0000	1.2537
  @@ -1,5 +1,6 @@
   
   5.1.0 -> 5.2a0:
  +    - jbj: WR: add devtool windriver-{host,target} configuration targets.
       - jbj: WR: fix: cleanup patch integration thinkos.
       - jbj: WR: mark wrs-rpm-enable-macro-validation.patch (but leave disabled).
       - jbj: WR: fix: add rt-reloc-wrapper.sh to EXTRAS_DIST.
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  ============================================================================
  $ cvs diff -u -r2.240 -r2.241 devtool.conf
  --- rpm/devtool.conf	19 Aug 2008 15:04:47 -0000	2.240
  +++ rpm/devtool.conf	22 Aug 2008 04:54:30 -0000	2.241
  @@ -135,6 +135,82 @@
           --with-popt \
           --with-bugreport=support@windriver.com
   
  +%windriver-host
  +    RPM_VENDOR_WINDRIVER=1
  +    export RPM_VENDOR_WINDRIVER
  +    %checkout
  +    %autogen
  +    %configure \
  +        --prefix=/usr \
  +        --with-path-versioned=yes \
  +        --with-path-lib=/usr/lib/rpm \
  +        --with-python-lib-dir=/usr/lib/python2.5 \
  +        --disable-nls \
  +        --disable-rpath \
  +        --with-libelf \
  +        --without-selinux \
  +        --without-perl \
  +        --with-python=2.5 \
  +        --with-zlib=external \
  +        --with-bzip2=external \
  +        --with-beecrypt=external \
  +        --without-neon \
  +        --with-file=internal \
  +        --with-popt=external \
  +        --with-sqlite=external \
  +        --with-dbapi=sqlite \
  +        --with-db=internal \
  +        --with-lua=internal \
  +        --without-apidocs \
  +        --with-path-macros='%{_usrlibrpm}/macros:%{_usrlibrpm}/wrs/macros:%{_usrlibrpm}/wrs/%{_target}/macros:~/.wrsrpmmacros' \
  +        --with-bugreport=support@windriver.com \
  +        --verbose \
  +        --with-db-tools-integrated \
  +        --with-pcre \
  +        --without-lzma \
  +        --without-openssl \
  +        --without-nss \
  +        --without-gcrypt \
  +        --without-uuid \
  +        --without-xar \
  +        --without-keyutils
  +
  +%windriver-target
  +    RPM_VENDOR_WINDRIVER=1
  +    export RPM_VENDOR_WINDRIVER
  +    %checkout
  +    %autogen
  +    %configure \
  +        --prefix=/usr \
  +        --with-path-versioned=yes \
  +        --disable-nls \
  +        --disable-rpath \
  +        --with-libelf \
  +        --with-selinux \
  +        --with-perl \
  +        --with-python=2.5 \
  +        --with-zlib=external \
  +        --with-bzip2=external \
  +        --with-beecrypt=external \
  +        --with-neon \
  +        --with-file=internal \
  +        --with-popt=external \
  +        --with-sqlite=external \
  +        --with-db=internal \
  +        --with-lua=internal \
  +        --without-apidocs \
  +        --with-path-macros='%{_usrlibrpm}/macros:%{_usrlibrpm}/wrs/macros:%{_usrlibrpm}/wrs/default-linux/macros:%{_usrlibrpm}/wrs/%{_target}/macros:%{_etcrpm}/macros.*:%{_etcrpm}/macros:%{_etcrpm}/%{_target}/macros:~/.wrsrpmmacros' \
  +        --with-bugreport=support@windriver.com \
  +        --verbose \
  +        --with-db-tools-integrated \
  +        --with-pcre \
  +        --without-lzma \
  +        --without-openssl \
  +        --without-nss \
  +        --without-gcrypt \
  +        --without-uuid \
  +        --without-xar \
  +        --without-keyutils
   %rse
       %standalone
   
  @@ .
Received on Fri Aug 22 06:54:30 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.