Don't add the version to the name of the .spec files
authorpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 24 Jul 2006 10:52:03 +0000 (10:52 +0000)
committerpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 24 Jul 2006 10:52:03 +0000 (10:52 +0000)
git-svn-id: http://svn.voria.com/code@203 1f10aa63-cdf2-0310-b900-c93c546f37ac

ETL/trunk/bootstrap

index e62cbbf..204c510 100755 (executable)
@@ -122,12 +122,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 ChangeLog >> "$PACKAGE-$VERSION.spec"
+output Finishing up $PACKAGE.spec...
+echo %changelog >> "$PACKAGE.spec"
+cat ChangeLog >> "$PACKAGE.spec"
 
 output Creating configure.in from configure.ac...
 sed "$SED_SCRIPT" < "$CONFIG_DIR/configure.ac" > configure.in;