RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/doc/manual/ macros

From: Jeff Johnson <jbj@rpm5.org>
Date: Mon 04 Feb 2008 - 14:50:26 CET
Message-Id: <20080204135026.662A5348458@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:   04-Feb-2008 14:50:26
  Branch: HEAD                             Handle: 2008020413502600

  Modified files:
    rpm/doc/manual          macros

  Log:
    - document newer compression schemes with %{uncompress:...}

  Summary:
    Revision    Changes     Path
    1.9         +3  -0      rpm/doc/manual/macros
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/doc/manual/macros
  ============================================================================
  $ cvs diff -u -r1.8 -r1.9 macros
  --- rpm/doc/manual/macros	4 Feb 2008 13:45:37 -0000	1.8
  +++ rpm/doc/manual/macros	4 Feb 2008 13:50:26 -0000	1.9
  @@ -85,6 +85,9 @@
   				cat <file>		# if not compressed
   				gzip -dc <file>		# if gzip'ed
   				bzip2 -dc <file>	# if bzip'ed
  +				unzip -qq <file>	# if zip'ed
  +				lzop -dc <file>		# if LZO compressed
  +				lzma -dc <file>		# if LZMA compressed
   	%{expand:...}	like eval, expand ... to <body> and (re-)expand <body>
   
   	%{basename:...}	the trailing portion of ... with directory path removed
  @@ .
Received on Mon Feb 4 14:50:26 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.