Updated package files for 2.2 release.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1081 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2006-04-05 22:33:41 +00:00
parent 9dd1f10e4b
commit ba0ba438a5
3 changed files with 15 additions and 14 deletions

View File

@ -1,5 +1,5 @@
%define name stella %define name stella
%define version 2.1 %define version 2.2
%define rel 1 %define rel 1
%define build_plf 0 %define build_plf 0
@ -126,6 +126,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
%_datadir/stella/* %_datadir/stella/*
%changelog %changelog
* Thu Apr 06 2006 Stephen Anthony <stephena@zarb.org> 2.2-1
- Version 2.2 release
* Sat Jan 28 2006 Stephen Anthony <stephena@zarb.org> 2.1-1 * Sat Jan 28 2006 Stephen Anthony <stephena@zarb.org> 2.1-1
- Version 2.1 release - Version 2.1 release

View File

@ -3,14 +3,14 @@
[Setup] [Setup]
AppName=Stella AppName=Stella
AppVerName=Stella 2.1 AppVerName=Stella 2.2
AppPublisher=Bradford W. Mott and the Stella team AppPublisher=Bradford W. Mott and the Stella team
AppPublisherURL=http://stella.sourceforge.net AppPublisherURL=http://stella.sourceforge.net
AppSupportURL=http://stella.sourceforge.net AppSupportURL=http://stella.sourceforge.net
AppUpdatesURL=http://stella.sourceforge.net AppUpdatesURL=http://stella.sourceforge.net
DefaultDirName={pf}\Stella DefaultDirName={pf}\Stella
DefaultGroupName=Stella DefaultGroupName=Stella
OutputBaseFilename=stella-2.1-win32 OutputBaseFilename=stella-2.2-win32
Compression=lzma Compression=lzma
SolidCompression=yes SolidCompression=yes
@ -22,11 +22,10 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
[Files] [Files]
Source: "H:\windows\src\stella\stella.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "H:\windows\src\stella\stella.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "H:\windows\src\stella\stella-2.1\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "H:\windows\src\stella\stella-2.2\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "H:\windows\src\stella\stella-2.1\libpng12.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "H:\windows\src\stella\stella-2.2\libpng12.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "H:\windows\src\stella\stella-2.1\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "H:\windows\src\stella\stella-2.2\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "H:\windows\src\stella\stella-2.1\stella.pro"; DestDir: "{app}"; Flags: ignoreversion Source: "H:\windows\src\stella\stella-2.2\docs\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "H:\windows\src\stella\stella-2.1\docs\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons] [Icons]
@ -37,4 +36,3 @@ Name: "{group}\Uninstall Stella"; Filename: "{uninstallexe}"
;[Run] ;[Run]
;Filename: "{app}\stella.exe"; Description: "{cm:LaunchProgram,Stella}"; Flags: nowait postinstall skipifsilent ;Filename: "{app}\stella.exe"; Description: "{cm:LaunchProgram,Stella}"; Flags: nowait postinstall skipifsilent

View File

@ -36,8 +36,8 @@ IDI_ICON ICON "stella.ico"
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,1,0,0 FILEVERSION 2,2,0,0
PRODUCTVERSION 2,1,0,0 PRODUCTVERSION 2,2,0,0
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
@ -55,12 +55,12 @@ BEGIN
VALUE "Comments", "The multi-platform Atari 2600 emulator. Stella is released under the GPL." VALUE "Comments", "The multi-platform Atari 2600 emulator. Stella is released under the GPL."
VALUE "CompanyName", "Bradford W. Mott and the Stella team (http://stella.sourceforge.net)" VALUE "CompanyName", "Bradford W. Mott and the Stella team (http://stella.sourceforge.net)"
VALUE "FileDescription", "Stella" VALUE "FileDescription", "Stella"
VALUE "FileVersion", "2.1" VALUE "FileVersion", "2.2"
VALUE "InternalName", "Stella" VALUE "InternalName", "Stella"
VALUE "LegalCopyright", "Copyright (C) 1995-2005 B. Mott & the Stella team" VALUE "LegalCopyright", "Copyright (C) 1995-2006 B. Mott & the Stella team"
VALUE "OriginalFilename", "Stella.exe" VALUE "OriginalFilename", "Stella.exe"
VALUE "ProductName", "Stella" VALUE "ProductName", "Stella"
VALUE "ProductVersion", "2.1" VALUE "ProductVersion", "2.2"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"