]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- default text width: 70 (otherwise descriptions won't fit in installator
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Tue, 16 May 2000 17:20:34 +0000 (17:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  description window)

Changed files:
    adapter.awk -> 1.53

adapter.awk

index 66a6d709f93b81096edb58979d38f71d4c4e253c..f40312e4c4a8ced257a678ab36845a69332f411b 100644 (file)
@@ -15,7 +15,7 @@ BEGIN {
        preamble = 1            # Is it part of preamble? Default - yes
        boc = 2                 # Beggining of %changelog
        bod = 0                 # Beggining of %description
-       tw = 75                 # Descriptions width
+       tw = 70                 # Descriptions width
 
        # File with rpm groups
        "rpm --eval %_topdir" | getline groups_file
This page took 0.033373 seconds and 4 git commands to generate.