[scummvm] update description; add release flag

Lucian Langa lucilanga at fedoraproject.org
Fri Sep 17 04:54:33 UTC 2010


commit 92782043baa6f8bc526665d8fecf291046884100
Author: Lucian Langa <lucilanga at gnome.org>
Date:   Fri Sep 17 07:54:15 2010 +0300

    update description; add release flag

 scummvm.spec |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/scummvm.spec b/scummvm.spec
index f3d7865..086e04e 100644
--- a/scummvm.spec
+++ b/scummvm.spec
@@ -1,6 +1,6 @@
 Name:		scummvm
 Version:	1.1.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Interpreter for several adventure games
 Group:		Applications/Emulators
 License:	GPLv2+
@@ -24,11 +24,13 @@ Requires:	hicolor-icon-theme
 ScummVM is an implementation of the SCUMM (Script Creation Utility for
 Maniac Mansion) engine used in various Lucas Arts games such as Monkey
 Island and Day of the Tentacle. At this time ScummVM should be considered
-ALPHA software, as it's still under heavy development. Be aware that while
-many games will work with few major bugs, crashes can happen. Also note
-that saved games can, and probably will, be incompatible between releases.
+beta software, and is still under heavy development.
 
 Also ScummVM is capable of playing several non-SCUMM games.
+Some of the adventures ScummVM supports include Adventure Soft's Simon
+the Sorcerer 1 and 2; Revolution's Beneath A Steel Sky, Broken Sword I
+and II; Flight of the Amazon Queen; Wyrmkeep's Inherit the Earth; Coktel
+Vision's Gobliiins; Westwood Studios' The Legend of Kyrandia
 
 
 %prep
@@ -47,7 +49,7 @@ sed -i 's/Application;Game;AdventureGame;/Game;Emulator;/' \
 # The disables are so that these don't accidently get build in when rebuilding
 # on a system with the necesarry deps installed
 ./configure --prefix=%{_prefix} --bindir=%{_bindir} --mandir=%{_mandir} \
-	--datadir=%{_datadir} --disable-mad --enable-all-engines
+	--datadir=%{_datadir} --disable-mad --enable-all-engines --enable-release
 make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS"
 
 
@@ -102,6 +104,10 @@ fi
 
 
 %changelog
+* Fri Sep 17 2010 Lucian Langa <cooly at gnome.eu.org> - 1.1.1-2
+- update description
+- add enable-release flag
+
 * Mon May 03 2010 Lucian Langa <cooly at gnome.eu.org> - 1.1.1-1
 - new upstream release
 


More information about the scm-commits mailing list