fix Summary parsing
authorroot <devnull@localhost>
Mon, 8 Jul 1996 15:46:29 +0000 (15:46 +0000)
committerroot <devnull@localhost>
Mon, 8 Jul 1996 15:46:29 +0000 (15:46 +0000)
CVS patchset: 746
CVS date: 1996/07/08 15:46:29

build/spec.c

index 084bf87..0129e8a 100644 (file)
@@ -983,10 +983,10 @@ Spec parseSpec(FILE *f, char *specfile)
                    break;
                  case RPMTAG_VERSION:
                  case RPMTAG_RELEASE:
-                 case RPMTAG_SUMMARY:
                    s1 = s;
                    while (*s1 && *s1 != ' ' && *s1 != '\t') s1++;
                    *s1 = '\0';
+                 case RPMTAG_SUMMARY:
                  case RPMTAG_DISTRIBUTION:
                  case RPMTAG_VENDOR:
                  case RPMTAG_COPYRIGHT: