RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ CHANGES rpmpopt.in rpm/scripts/ Makefile.am wdj_srpm_m...

From: Jeff Johnson <jbj@rpm5.org>
Date: Tue 14 Sep 2010 - 00:36:40 CEST
Message-Id: <20100913223640.4E6E2D1C50@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   14-Sep-2010 00:36:40
  Branch: HEAD                             Handle: 2010091322363801

  Added files:
    rpm/scripts             wdj_srpm_mongo
  Modified files:
    rpm                     CHANGES rpmpopt.in
    rpm/scripts             Makefile.am

  Log:
    - mongo: stub-in a mongo spewage alias as --wdj:srpm.mongo.

  Summary:
    Revision    Changes     Path
    1.3443      +1  -0      rpm/CHANGES
    2.88        +4  -2      rpm/rpmpopt.in
    1.67        +1  -1      rpm/scripts/Makefile.am
    1.1         +25 -0      rpm/scripts/wdj_srpm_mongo
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.3442 -r1.3443 CHANGES
  --- rpm/CHANGES	12 Sep 2010 22:19:55 -0000	1.3442
  +++ rpm/CHANGES	13 Sep 2010 22:36:38 -0000	1.3443
  @@ -1,4 +1,5 @@
   5.3.3 -> 5.4a1:
  +    - jbj: mongo: stub-in a mongo spewage alias as --wdj:srpm.mongo.
       - jbj: gpsee: replace WITH_JS everwhere with WITH_GPSEE. GPSEE->JS always.
       - jbj: rpmjs: resecusitate sufficiently to use with jx/ngsr.c. more todo++.
       - eveith: Fix ruby include paths
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/rpmpopt.in
  ============================================================================
  $ cvs diff -u -r2.87 -r2.88 rpmpopt.in
  --- rpm/rpmpopt.in	9 Sep 2010 08:19:08 -0000	2.87
  +++ rpm/rpmpopt.in	13 Sep 2010 22:36:38 -0000	2.88
  @@ -2,7 +2,7 @@
   # \verbatim
   #
   # @USRLIBRPM@/@configure_input@
  -# $Id: rpmpopt.in,v 2.87 2010/09/09 08:19:08 devzero2000 Exp $
  +# $Id: rpmpopt.in,v 2.88 2010/09/13 22:36:38 jbj Exp $
   #
   # This file *should not be modified*. Local customizations
   # belong in /etc/popt, not here. This file will be replaced
  @@ -273,7 +273,9 @@
   	--POPTdesc=$"display wnh other.yaml markup"
   
   rpm	alias --wdj:srpm --qf @USRLIBRPM@/qf/wdj_srpm \
  -	--POPTdesc=$"display wdj binary->source rpm markup"
  +	--POPTdesc=$"display wdj binary->source Cassandra markup"
  +rpm	alias --wdj:srpm.mongo --qf @USRLIBRPM@/qf/wdj_srpm_mongo \
  +	--POPTdesc=$"display wdj binary->source Mongo markup"
   
   rpm	alias --nix:meta --qf @USRLIBRPM@/qf/nix_meta \
   	--POPTdesc=$"display nix meta markup"
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/scripts/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.66 -r1.67 Makefile.am
  --- rpm/scripts/Makefile.am	24 May 2010 11:32:13 -0000	1.66
  +++ rpm/scripts/Makefile.am	13 Sep 2010 22:36:39 -0000	1.67
  @@ -71,7 +71,7 @@
   	deb_Packages deb_Sources \
   	deb_control deb_md5sums deb_postinst deb_postrm deb_preinst deb_prerm \
   	nix_meta \
  -	wdj_srpm \
  +	wdj_srpm wdj_srpm_mongo \
   	wnh_filelists_yaml wnh_other_yaml wnh_primary_yaml \
   	xiu_stdenv \
   	yum_filelists_sqlite yum_other_sqlite yum_primary_sqlite \
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/scripts/wdj_srpm_mongo
  ============================================================================
  $ cvs diff -u -r0 -r1.1 wdj_srpm_mongo
  --- /dev/null	2010-09-14 00:34:31.000000000 +0200
  +++ wdj_srpm_mongo	2010-09-14 00:36:40.131360142 +0200
  @@ -0,0 +1,25 @@
  +"\
  +db.srpm.save(\{
  +  NVRA:		'%{NVRA}',
  +  License:	'%{LICENSE}',
  +  Distribution:	'%{DISTRIBUTION}',
  +  Vendor:	'%{VENDOR}',
  +  Packager:	'%{PACKAGER}',
  +  Group:	'%{GROUP}',
  +  Url:		'%{URL}',
  +  Size:		%{SIZE},
  +  Archivesize:	%{ARCHIVESIZE},
  +  Rpmversion:	'%{RPMVERSION}',
  +  Buildtime:	%{BUILDTIME},
  +  Buildhost:	'%{BUILDHOST}',
  +  Sourcerpm:	'%{SOURCERPM}',
  +  Hdrid:	'%{HDRID}',
  +  Optflags:	'%{OPTFLAGS}',
  +  Payloadformat:	'%{PAYLOADFORMAT}',
  +  Payloadcompressor:	'%{PAYLOADCOMPRESSOR}',
  +  Filedigestalgo:	%{FILEDIGESTALGO},
  +  Packagecolor:		%{PACKAGECOLOR},
  +  InstallTID:		%{INSTALLTID},
  +  Installcolor:		%{INSTALLCOLOR}
  +\})
  +"
  @@ .
Received on Tue Sep 14 00:36:40 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.