Add the NEWS file to the .spec instead of the ChangeLog
authorpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 24 Jul 2006 11:01:59 +0000 (11:01 +0000)
committerpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 24 Jul 2006 11:01:59 +0000 (11:01 +0000)
git-svn-id: http://svn.voria.com/code@207 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/bootstrap

index c4f0267..f3fe2d7 100755 (executable)
@@ -150,7 +150,7 @@ mv project.spec "$PACKAGE.spec"
 
 output Finishing up $PACKAGE.spec...
 echo %changelog >> "$PACKAGE.spec"
-cat ChangeLog >> "$PACKAGE.spec"
+cat NEWS >> "$PACKAGE.spec"
 
 output Creating configure.in from configure.ac...
 sed "$SED_SCRIPT" < $CONFIG_DIR/configure.ac > configure.in;