summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-01-11 16:13:16 +0000
committerjbj <devnull@localhost>2000-01-11 16:13:16 +0000
commit483793a8776118bc968485f83a880e0cedb0fe24 (patch)
tree458240de94bd86b3bccf2d22a60dcfea9ae93bd7 /macros.in
parent2e2da920eaf13d75d4694cfe12a5b324871d13bf (diff)
downloadlibrpm-tizen-483793a8776118bc968485f83a880e0cedb0fe24.tar.gz
librpm-tizen-483793a8776118bc968485f83a880e0cedb0fe24.tar.bz2
librpm-tizen-483793a8776118bc968485f83a880e0cedb0fe24.zip
configurable compression type/level for package payloads.
CVS patchset: 3516 CVS date: 2000/01/11 16:13:16
Diffstat (limited to 'macros.in')
-rw-r--r--macros.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/macros.in b/macros.in
index d66e67e04..0185891f6 100644
--- a/macros.in
+++ b/macros.in
@@ -1,4 +1,4 @@
-# $Id: macros.in,v 1.41 2000/01/11 15:22:35 jbj Exp $
+# $Id: macros.in,v 1.42 2000/01/11 16:13:16 jbj Exp $
#==============================================================================
# Macro naming conventions (preliminary):
#
@@ -166,6 +166,12 @@
#
#%packager
+# Compression type and level for package payloads.
+# "w9.gzdio" gzip level 9 (default).
+# "w9.bzdio" bzip2 level 9 (experimental, at your own risk).
+#
+#%_payload_compression w9.gzdio
+
# The signature to use and the location of configuration files for
# signing packages with PGP.
#