[CVS] RPM: rpm/ devtool.conf

2007-07-26 Thread Ralf S. Engelschall
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs   Email:  [EMAIL PROTECTED]
  Module: rpm  Date:   26-Jul-2007 09:41:40
  Branch: HEAD Handle: 2007072608414000

  Modified files:
rpm devtool.conf

  Log:
although 'standalone' builds an external BDB, nevertheless enable the
integration to have all --with-db-xxx options at hand there

  Summary:
RevisionChanges Path
2.80+1  -0  rpm/devtool.conf
  

  patch -p0 '@@ .'
  Index: rpm/devtool.conf
  
  $ cvs diff -u -r2.79 -r2.80 devtool.conf
  --- rpm/devtool.conf  26 Jul 2007 07:39:25 -  2.79
  +++ rpm/devtool.conf  26 Jul 2007 07:41:40 -  2.80
  @@ -780,6 +780,7 @@
   --with-db=$base3rd/bin/$platform/db-${v_db}/build_unix \
   --without-db-rpc \
   --without-db-largefile \
  +--with-db-tools-integrated \
   --with-db-mutex=UNIX/fcntl \
   --without-pthreads \
   --without-libelf \
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm/ Makefile.am

2007-07-26 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  [EMAIL PROTECTED]
  Module: rpm  Date:   26-Jul-2007 14:58:44
  Branch: HEAD Handle: 2007072613584400

  Modified files:
rpm Makefile.am

  Log:
install(1) and mkdir -p are widely available these days.

  Summary:
RevisionChanges Path
2.201   +0  -1  rpm/Makefile.am
  

  patch -p0 '@@ .'
  Index: rpm/Makefile.am
  
  $ cvs diff -u -r2.200 -r2.201 Makefile.am
  --- rpm/Makefile.am   25 Jul 2007 06:14:34 -  2.200
  +++ rpm/Makefile.am   26 Jul 2007 12:58:44 -  2.201
  @@ -84,7 +84,6 @@
   
   pkglibdir =  @USRLIBRPM@
   pkglib_DATA =rpmpopt macros
  -pkglib_SCRIPTS = install-sh mkinstalldirs
   
   noinst_HEADERS = build.h debug.h system.h
   
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org