summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-06-23 01:19:45 +0000
committerjbj <devnull@localhost>2000-06-23 01:19:45 +0000
commit5df134128b2c4cd6549b7e4c978ae0e88c0651ad (patch)
tree7b0073526bd704aee82c1616dc03ad68d646f884 /macros.in
parent4d888092960c6160f86dff474b2bf9e89f106d5e (diff)
downloadrpm-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.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/macros.in b/macros.in
index d8f2aa2ea..ae3f7be1f 100644
--- a/macros.in
+++ b/macros.in
@@ -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.