]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- no trailing dot in Summary:
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 12 Oct 2005 20:20:03 +0000 (20:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.203

adapter.awk

index 8ea475cdb38d464d96d437ec4dde37c5f6c9f718..84f424d7c19c1754db5ed126e0f8092f6559b1cb 100644 (file)
@@ -472,6 +472,9 @@ preamble == 1 {
 
        field = tolower($1)
        fieldnlower = $1
+       if (field ~ /summary:/) {
+               sub(/\.$/, "", $0);
+       }
        if (field ~ /group(\([^)]+\)):/)
                next
        if (field ~ /group:/) {
This page took 0.366374 seconds and 4 git commands to generate.