Wooops, missed .spec versioning in Makefile.am
[synfig.git] / synfig-studio / trunk / bootstrap
index 5050a2f..f3fe2d7 100755 (executable)
@@ -145,12 +145,12 @@ output Creating $FILENAME...
 sed "$SED_SCRIPT" < $CONFIG_DIR/$FILENAME.in > $FILENAME;
 } ; done
 
-output Renaming project.spec to $PACKAGE-$VERSION.spec...
-mv project.spec "$PACKAGE-$VERSION.spec"
+output Renaming project.spec to $PACKAGE.spec...
+mv project.spec "$PACKAGE.spec"
 
-output Finishing up $PACKAGE-$VERSION.spec...
-echo %changelog >> "$PACKAGE-$VERSION.spec"
-cat ChangeLog >> "$PACKAGE-$VERSION.spec"
+output Finishing up $PACKAGE.spec...
+echo %changelog >> "$PACKAGE.spec"
+cat NEWS >> "$PACKAGE.spec"
 
 output Creating configure.in from configure.ac...
 sed "$SED_SCRIPT" < $CONFIG_DIR/configure.ac > configure.in;