[scummvm-tools/f16] new upstream release

Christian Krause chkr at fedoraproject.org
Sun Feb 5 23:34:24 UTC 2012


commit 2e201d50440e365351a8562e927ee4fd52b008ff
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Sun Feb 5 17:12:16 2012 -0500

    new upstream release

 .gitignore            |    1 +
 scummvm-tools.desktop |    4 ++--
 scummvm-tools.spec    |   13 ++++++++-----
 sources               |    2 +-
 4 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3e7e82b..e3a3f9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 scummvm-tools-1.1.1.tar.bz2
 /scummvm-tools-1.2.0.tar.bz2
+/scummvm-tools-1.4.0.tar.bz2
diff --git a/scummvm-tools.desktop b/scummvm-tools.desktop
index 16c9a20..5946fd6 100644
--- a/scummvm-tools.desktop
+++ b/scummvm-tools.desktop
@@ -2,8 +2,8 @@
 Name=ScummVM Tools
 GenericName=Tools for ScummVM
 Comment=Tools for ScummVM / S.C.U.M.M scripting language
-Exec=scummvm-tools_gui
-TryExec=scummvm-tools_gui
+Exec=scummvm-tools
+TryExec=scummvm-tools
 Terminal=false
 Type=Application
 Categories=Utility;
diff --git a/scummvm-tools.spec b/scummvm-tools.spec
index 2b47fba..3026d13 100644
--- a/scummvm-tools.spec
+++ b/scummvm-tools.spec
@@ -1,6 +1,6 @@
 Name:		scummvm-tools
-Version:	1.2.0
-Release:	2%{?dist}
+Version:	1.4.0
+Release:	1%{?dist}
 Summary:	Tools for scummVM / S.C.U.M.M scripting language
 
 Group:		Development/Tools
@@ -10,7 +10,7 @@ Source0:	http://downloads.sourceforge.net/scummvm/%{name}-%{version}.tar.bz2
 Source1:	%{name}.desktop
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	wxGTK-devel, libvorbis-devel, flac-devel, desktop-file-utils
-BuildRequires:	zlib-devel
+BuildRequires:	zlib-devel bzip2-devel
 Requires:	scummvm >= %{version}
 
 %description
@@ -28,14 +28,14 @@ The following tools can also be used to analyze the game scripts
 These tools are most useful to developers.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
 # No rpm configure because scummvm's configure isn't a real configure and thus
 # doesn't understand some of the options %%configure passes. This includes
 # -libdir, so rpmlint's complaints should be ignored.
 ./configure --prefix=%{_prefix} --bindir=%{_bindir} --mandir=%{_mandir} \
-	--datadir=%{_datadir}
+	--datadir=%{_datadir} --enable-verbose-build
 CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS
 make %{?_smp_mflags}
 
@@ -64,6 +64,9 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Sun Feb 05 2012 Christian Krause <chkr at fedoraproject.org> - 1.4.0-1
+- new upstream release
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index a242473..8e252c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9781ea92f1b1d8a5a6f7fc493212597c  scummvm-tools-1.2.0.tar.bz2
+471138a83de3bacd565e18b617055494  scummvm-tools-1.4.0.tar.bz2


More information about the scm-commits mailing list