From 2216ce6b285939b314572395d8be5a5ceb3c850b Mon Sep 17 00:00:00 2001 From: Christian Krause Date: Feb 05 2012 22:12:16 +0000 Subject: new upstream release --- 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 4a10e5b..b08ef9d 100644 --- a/scummvm-tools.spec +++ b/scummvm-tools.spec @@ -1,6 +1,6 @@ Name: scummvm-tools -Version: 1.2.0 -Release: 4%{?dist} +Version: 1.4.0 +Release: 1%{?dist} Summary: Tools for scummVM / S.C.U.M.M scripting language Group: Development/Tools @@ -9,8 +9,8 @@ URL: http://scummvm.sourceforge.net 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: wxGTK-devel, libvorbis-devel, flac-devel, desktop-file-utils, boost-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 - 1.4.0-1 +- new upstream release + * Sat Jan 14 2012 Fedora Release Engineering - 1.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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