mirror of https://github.com/stella-emu/stella.git
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:
parent
9dd1f10e4b
commit
ba0ba438a5
|
@ -1,5 +1,5 @@
|
|||
%define name stella
|
||||
%define version 2.1
|
||||
%define version 2.2
|
||||
%define rel 1
|
||||
|
||||
%define build_plf 0
|
||||
|
@ -126,6 +126,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
|||
%_datadir/stella/*
|
||||
|
||||
%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
|
||||
- Version 2.1 release
|
||||
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
|
||||
[Setup]
|
||||
AppName=Stella
|
||||
AppVerName=Stella 2.1
|
||||
AppVerName=Stella 2.2
|
||||
AppPublisher=Bradford W. Mott and the Stella team
|
||||
AppPublisherURL=http://stella.sourceforge.net
|
||||
AppSupportURL=http://stella.sourceforge.net
|
||||
AppUpdatesURL=http://stella.sourceforge.net
|
||||
DefaultDirName={pf}\Stella
|
||||
DefaultGroupName=Stella
|
||||
OutputBaseFilename=stella-2.1-win32
|
||||
OutputBaseFilename=stella-2.2-win32
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
|
||||
|
@ -22,11 +22,10 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
|
|||
|
||||
[Files]
|
||||
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.1\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.1\stella.pro"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "H:\windows\src\stella\stella-2.1\docs\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
Source: "H:\windows\src\stella\stella-2.2\zlib1.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.2\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "H:\windows\src\stella\stella-2.2\docs\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||
|
||||
[Icons]
|
||||
|
@ -37,4 +36,3 @@ Name: "{group}\Uninstall Stella"; Filename: "{uninstallexe}"
|
|||
|
||||
;[Run]
|
||||
;Filename: "{app}\stella.exe"; Description: "{cm:LaunchProgram,Stella}"; Flags: nowait postinstall skipifsilent
|
||||
|
||||
|
|
|
@ -36,8 +36,8 @@ IDI_ICON ICON "stella.ico"
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 2,1,0,0
|
||||
PRODUCTVERSION 2,1,0,0
|
||||
FILEVERSION 2,2,0,0
|
||||
PRODUCTVERSION 2,2,0,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -55,12 +55,12 @@ BEGIN
|
|||
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 "FileDescription", "Stella"
|
||||
VALUE "FileVersion", "2.1"
|
||||
VALUE "FileVersion", "2.2"
|
||||
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 "ProductName", "Stella"
|
||||
VALUE "ProductVersion", "2.1"
|
||||
VALUE "ProductVersion", "2.2"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
Loading…
Reference in New Issue