]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- increase min_compress_bytes after some testing auto/ac/rpm-build-macros-1_306-1
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 10 Jun 2006 16:57:53 +0000 (16:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.306

rpm.macros

index 65f99549a25d2968eb0daa02cbdbfa7854dc4884..1bbd26006434c1b6959046c00af37b3435a24351 100644 (file)
@@ -236,8 +236,11 @@ unset LINGUAS ||:\
 
 # minimum file size needed for compressed documents.
 # just smaller files than this get larger when compressed.
-# current number is based from experiment that 0 byte file compressed was 25 bytes .gz
-%_min_compress_bytes   25
+# some stats:
+# - 0 byte file compressed was 25 bytes .gz
+# - 39 byte file was compressed as 57
+# - with test/test.spec@man 158 byte file was compressed also 158
+%_min_compress_bytes   159
 
 #-----------------------------------------------------------------
 # find and gzip all files in %{_mandir} and %{infodir}
This page took 0.037011 seconds and 4 git commands to generate.