diff options
author | jbj <devnull@localhost> | 2000-06-23 01:19:45 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-06-23 01:19:45 +0000 |
commit | 5df134128b2c4cd6549b7e4c978ae0e88c0651ad (patch) | |
tree | 7b0073526bd704aee82c1616dc03ad68d646f884 /macros.in | |
parent | 4d888092960c6160f86dff474b2bf9e89f106d5e (diff) | |
download | rpm-5df134128b2c4cd6549b7e4c978ae0e88c0651ad.tar.gz rpm-5df134128b2c4cd6549b7e4c978ae0e88c0651ad.tar.bz2 rpm-5df134128b2c4cd6549b7e4c978ae0e88c0651ad.zip |
- support for separate source/binary compression policy.
- support for bzip payloads.
CVS patchset: 3908
CVS date: 2000/06/23 01:19:45
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,4 +1,4 @@ -# $Id: macros.in,v 1.64 2000/06/20 21:45:50 jbj Exp $ +# $Id: macros.in,v 1.65 2000/06/23 01:19:45 jbj Exp $ #============================================================================== # Macro naming conventions (preliminary): # @@ -185,11 +185,12 @@ # #%packager -# Compression type and level for package payloads. +# Compression type and level for source/binary package payloads. # "w9.gzdio" gzip level 9 (default). -# "w9.bzdio" bzip2 level 9 (experimental, at your own risk). +# "w9.bzdio" bzip2 level 9. # -#%_payload_compression w9.gzdio +#%_source_payload w9.gzdio +#%_binary_payload w9.gzdio # The signature to use and the location of configuration files for # signing packages with PGP. |