RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-5_0: rpm/doc/manual/ macros

From: Jeff Johnson <jbj@rpm5.org>
Date: Mon 04 Feb 2008 - 14:51:20 CET
Message-Id: <20080204135120.919B3348458@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:51:20
  Branch: rpm-5_0                          Handle: 2008020413512000

  Modified files:           (Branch: rpm-5_0)
    rpm/doc/manual          macros

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

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

  patch -p0 <<'@@ .'
  Index: rpm/doc/manual/macros
  ============================================================================
  $ cvs diff -u -r1.7.4.1 -r1.7.4.2 macros
  --- rpm/doc/manual/macros	4 Feb 2008 13:46:34 -0000	1.7.4.1
  +++ rpm/doc/manual/macros	4 Feb 2008 13:51:20 -0000	1.7.4.2
  @@ -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:51:20 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.