]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- tab in preamble
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 12 Feb 2007 21:00:26 +0000 (21:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    spec_utf8 -> 1.17

spec_utf8

index ff62dd0bdd105884fac957b868228ec6d9d7b12d..d2c564b6a0be4e28792560485a61f2c1c92397ed 100644 (file)
--- 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.0272 seconds and 4 git commands to generate.