]> git.pld-linux.org Git - packages/rpm-build-tools.git/blobdiff - spec_utf8
do exact bcond match when reporting active bconds
[packages/rpm-build-tools.git] / spec_utf8
old mode 100644 (file)
new mode 100755 (executable)
index ff62dd0..d2c564b
--- a/spec_utf8
+++ b/spec_utf8
@@ -115,7 +115,7 @@ def parse_spec(infile, outfile):
         elif not re_utf.search(enc):
           try:
             desc = unicode(r.group(2), enc).encode("UTF-8")
-            outline = "Summary(%s.UTF-8):   %s\n" % (pure_lang, desc)
+            outline = "Summary(%s.UTF-8):\t%s\n" % (pure_lang, desc)
           except UnicodeDecodeError:
             outfile.write("#spec_utf8: transcoding error Summary(%s)\n" % (lang))
            success = False
This page took 0.029707 seconds and 4 git commands to generate.