Accepting request 115545 from games:unknown-horizons
- Update to version 0.3.3r3: + Changelog available on the 'CHANGES' file in documentation. - Introduce changes to enable builds for Fedora and EL6 - Add libXcursor-devel to BuildRequires. OBS-URL: https://build.opensuse.org/request/show/115545 OBS-URL: https://build.opensuse.org/package/show/games/fife?expand=0&rev=5
This commit is contained in:
parent
1e3d3163e1
commit
7257dd340f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b489b01e4795b6fe72f2843474b3dc6734aa8937e405daac7eb677b0fc83ef0
|
||||
size 5493092
|
3
fife-0.3.3r3.tar.gz
Normal file
3
fife-0.3.3r3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12b51496df08ba1714060cdd329d10050a3518570d3b771a61dd6d92e77b6d36
|
||||
size 4653174
|
12
fife.changes
12
fife.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 25 20:54:19 UTC 2012 - nmo.marques@gmail.com
|
||||
|
||||
- Update to version 0.3.3r3:
|
||||
+ Changelog available on the 'CHANGES' file in documentation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 10:10:56 UTC 2011 - nmarques@opensuse.org
|
||||
|
||||
- Introduce changes to enable builds for Fedora and EL6
|
||||
- Add libXcursor-devel to BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 4 01:10:21 UTC 2011 - nmarques@opensuse.org
|
||||
|
||||
|
20
fife.spec
20
fife.spec
@ -21,7 +21,7 @@
|
||||
|
||||
Name: fife
|
||||
%define _name libfife%{_soname}
|
||||
Version: 0.3.3r2
|
||||
Version: 0.3.3r3
|
||||
Release: 1
|
||||
License: LGPL-2.0+
|
||||
Summary: A powerful 2D game engine
|
||||
@ -37,18 +37,26 @@ BuildRequires: freeglut-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libstdc++-devel
|
||||
BuildRequires: libSDL_image-devel
|
||||
BuildRequires: libSDL_ttf-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: scons
|
||||
BuildRequires: swig
|
||||
BuildRequires: tinyxml-devel
|
||||
BuildRequires: pkgconfig(gl)
|
||||
BuildRequires: pkgconfig(guichan-0.8)
|
||||
BuildRequires: pkgconfig(openal)
|
||||
BuildRequires: pkgconfig(sdl)
|
||||
BuildRequires: pkgconfig(vorbis)
|
||||
BuildRequires: pkgconfig(python)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: libSDL_image-devel
|
||||
BuildRequires: libSDL_ttf-devel
|
||||
BuildRequires: pkgconfig(guichan-0.8)
|
||||
BuildRequires: pkgconfig(openal)
|
||||
%else 0%{?fedora_version}
|
||||
BuildRequires: SDL_image-devel
|
||||
BuildRequires: SDL_ttf-devel
|
||||
BuildRequires: guichan-devel
|
||||
BuildRequires: libXcursor-devel
|
||||
BuildRequires: openal-soft-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
FIFE stands for Flexible Isometric Free Engine and is a cross platform
|
||||
|
Loading…
x
Reference in New Issue
Block a user