new upstream release

This commit is contained in:
Christian Krause 2012-02-05 17:12:16 -05:00
parent d59e33e4c9
commit 2216ce6b28
4 changed files with 13 additions and 9 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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;

View File

@ -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 <chkr@fedoraproject.org> - 1.4.0-1
- new upstream release
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
9781ea92f1b1d8a5a6f7fc493212597c scummvm-tools-1.2.0.tar.bz2
471138a83de3bacd565e18b617055494 scummvm-tools-1.4.0.tar.bz2