projects
/
platform
/
upstream
/
rpm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0837024
)
fix Summary parsing
author
root
<devnull@localhost>
Mon, 8 Jul 1996 15:46:29 +0000
(15:46 +0000)
committer
root
<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
patch
|
blob
|
history
diff --git
a/build/spec.c
b/build/spec.c
index
084bf87
..
0129e8a
100644
(file)
--- a/
build/spec.c
+++ b/
build/spec.c
@@
-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: