Don't add the version to the name of the .spec files
[synfig.git] / synfig-core / trunk / bootstrap
index de408c8..d44a45f 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Sinfg Bootstrap Script
+# Synfig Bootstrap Script
 # $Id: bootstrap,v 1.2 2005/01/10 07:40:26 darco Exp $
 # 
 # This script creates the configure script and Makefile.in files,
@@ -149,12 +149,12 @@ sed "$SED_SCRIPT" < $CONFIG_DIR/$FILENAME.in > $FILENAME;
 output Renaming pkgconfig.pc to $PACKAGE_TARNAME.pc.in...
 mv pkgconfig.pc "$PACKAGE_TARNAME.pc.in"
 
-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 NEWS >> "$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;
@@ -248,7 +248,7 @@ false && {
 # sed "
 # s/g++ c++/g++3 g++ c++/;
 # s/gcc cc/gcc3 gcc cc/;
-# s:"'${prefix}/include'":"'${prefix}/include/sinfg'":;
+# s:"'${prefix}/include'":"'${prefix}/include/synfig'":;
 # s:PREFIX/include:PREFIX/include/ETL:;
 # " < configure > $TEMPFILE
 # cp $TEMPFILE configure