From: pabs Date: Mon, 24 Jul 2006 10:54:23 +0000 (+0000) Subject: Don't add the version to the name of the .spec files X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=263524301a209ceb5fbbf6bd1c4c0cbb73a7efb8;hp=4185018eb0771debaf9ce0131ba961b2ee2e81fe;p=synfig.git Don't add the version to the name of the .spec files git-svn-id: http://svn.voria.com/code@205 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/bootstrap b/synfig-studio/trunk/bootstrap index 5050a2f..c4f0267 100755 --- a/synfig-studio/trunk/bootstrap +++ b/synfig-studio/trunk/bootstrap @@ -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 ChangeLog >> "$PACKAGE.spec" output Creating configure.in from configure.ac... sed "$SED_SCRIPT" < $CONFIG_DIR/configure.ac > configure.in;