]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- fix long line wrapping (thx matowy)
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 19 Mar 2006 00:35:47 +0000 (00:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.297

adapter.awk

index 200b128d8d96399dce1344d4564bd4a218be5f3f..2ad879e20bc30d62d1da5a8d6290ee2fc08c925e 100644 (file)
@@ -255,7 +255,7 @@ function b_makekey(a, b,    s) {
        }
 
        # Format description
-       if (ENVIRON["SKIP_DESC"] != 1 && description == 1 && !$0 ~ SECTIONS && !/^%description/) {
+       if (ENVIRON["SKIP_DESC"] != 1 && description == 1 && !/^%[a-z]+/ && !/^%description/) {
                if (/^[ \t]*$/) {
                        format_flush(format_line, format_indent)
                        print ""
This page took 0.091227 seconds and 4 git commands to generate.