[gnue] r9663 - in trunk/gnue-common: packaging/win32 utils

[email protected]
Newsgroups gmane.comp.cms.gnue.cvs
Message-ID <[email protected]>
Author: johannes
Date: 2007-06-06 01:40:09 -0500 (Wed, 06 Jun 2007)
New Revision: 9663

Removed:
   trunk/gnue-common/utils/update-iss.sh
Modified:
   trunk/gnue-common/packaging/win32/gnue-common.iss
   trunk/gnue-common/utils/release
Log:
First step of migrating to *dist_template


Modified: trunk/gnue-common/packaging/win32/gnue-common.iss
===================================================================
--- trunk/gnue-common/packaging/win32/gnue-common.iss	2007-06-05 21:27:59 UTC (rev 9662)
+++ trunk/gnue-common/packaging/win32/gnue-common.iss	2007-06-06 06:40:09 UTC (rev 9663)
@@ -3,8 +3,8 @@
 
 [Setup]
 AppId=GNUe-Common
-AppName=<application name>
-AppVerName=<application name and version>
+AppName=:TITLE:
+AppVerName=:TITLE: :VERSION:
 AppPublisher=GNU Enterprise
 AppPublisherURL=http://www.gnuenterprise.org
 AppSupportURL=http://www.gnuenterprise.org
@@ -17,7 +17,7 @@
 CreateAppDir=true
 ShowLanguageDialog=yes
 OutputDir=C:\GNUE\dist
-OutputBaseFilename=<filename of setup file>
+OutputBaseFilename=:PACKAGE:-:MAJOR:.:MINOR:.:FINAL:
 DisableDirPage=true
 
 [Tasks]

Modified: trunk/gnue-common/utils/release
===================================================================
--- trunk/gnue-common/utils/release	2007-06-05 21:27:59 UTC (rev 9662)
+++ trunk/gnue-common/utils/release	2007-06-06 06:40:09 UTC (rev 9663)
@@ -35,10 +35,6 @@
   (cd etc; LANG=C gcvs ../utils/generate-gnue-config.py)
 fi
 
-# Update the Inno Setup Files for win32 packaging
-echo "$(date --iso-8601=seconds) Updating win32 package files"
-../gnue-common/utils/update-iss.sh
-
 # Update the OS X Setup Files for OS X packaging
 echo "$(date --iso-8601=seconds) Updating OS X setup.py files"
 ../gnue-common/utils/update-py2app.sh

Deleted: trunk/gnue-common/utils/update-iss.sh
===================================================================
--- trunk/gnue-common/utils/update-iss.sh	2007-06-05 21:27:59 UTC (rev 9662)
+++ trunk/gnue-common/utils/update-iss.sh	2007-06-06 06:40:09 UTC (rev 9663)
@@ -1,14 +0,0 @@
-#!/bin/sh
-# Update the package- and output-filename in the given ISS
-#
-# run from within the package directory
-
-package=$(basename $(pwd) | sed -e 's/gnue-//')
-version=$(echo "import src; print src.version.get_version()" | gcvs)
-title=$(echo "import src; print src.TITLE" | gcvs)
-
-iss="packaging/win32/gnue-$package.iss"
-
-sed -i "s/^AppName=.*$/AppName=$title\r/" $iss
-sed -i "s/^AppVerName=.*$/AppVerName=$title $version\r/" $iss
-sed -i "s/^OutputBaseFilename=.*$/OutputBaseFilename=gnue-$package-$version\r/" $iss
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.