Accepting request 212844 from home:aeneas_jaissle:branches:games

New upstream release 0.0.15, fixed openSUSE 12.2 build.

Now requires libgloox (can be found in server:messaging) for Building AND runtime. You better create a link in your project.

OBS-URL: https://build.opensuse.org/request/show/212844
OBS-URL: https://build.opensuse.org/package/show/games/0ad?expand=0&rev=45
This commit is contained in:
Matthias Mailänder 2014-01-05 08:18:19 +00:00 committed by Git OBS Bridge
parent 6dffd1bb58
commit b1bfc47fb9
4 changed files with 14 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2034cc71043c970e6229080385b343b08fd5c0b2258372dc19de4c2057267a5c
size 10172124

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ceac1e878c314a84d6833d4a675c134d36245ed99ac5ba444238a449cc24471c
size 10222312

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jan 4 19:58:53 UTC 2014 - aj@ajaissle.de
- Update to version 0.0.15.
-------------------------------------------------------------------
Tue Sep 10 17:09:06 UTC 2013 - mailaender@opensuse.org
@ -7,7 +12,7 @@ Tue Sep 10 17:09:06 UTC 2013 - mailaender@opensuse.org
-------------------------------------------------------------------
Wed Apr 3 15:58:18 UTC 2013 - dimstar@opensuse.org
- Upadte to version 0.0.13.
- Update to version 0.0.13.
-------------------------------------------------------------------
Sun Jan 13 09:33:32 UTC 2013 - joop.boonen@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package 0ad
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: 0ad
Version: 0.0.14
Version: 0.0.15
Release: 0
Url: http://play0ad.com/
Source: http://releases.wildfiregames.com/0ad-%{version}-alpha-unix-build.tar.xz
@ -27,10 +27,11 @@ BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: xz
BuildRequires: pkgconfig(zlib)
%if 0%{?suse_version} > 1220
%if 0%{?suse_version} >= 1220
BuildRequires: libXcursor-devel
%endif
BuildRequires: libcurl-devel
BuildRequires: libgloox-devel
BuildRequires: libjpeg-devel
BuildRequires: libpng-devel
BuildRequires: libvorbis-devel
@ -112,7 +113,7 @@ history.
%build
export CFLAGS="%{optflags}"
export CPPFLAGS="%{optflags}"
build/workspaces/update-workspaces.sh --bindir=%{_bindir} --datadir=%{_datadir}/%{name} --libdir=%{_libdir}/%{name} --with-system-enet
build/workspaces/update-workspaces.sh %{?_smp_mflags} --bindir=%{_bindir} --datadir=%{_datadir}/%{name} --libdir=%{_libdir}/%{name} --with-system-enet
pushd build/workspaces/gcc
make verbose=1 %{?_smp_mflags}
popd