Accepting request 346487 from home:jubalh:branches:games

this time with the correct link in the service file

OBS-URL: https://build.opensuse.org/request/show/346487
OBS-URL: https://build.opensuse.org/package/show/games/0ad?expand=0&rev=55
This commit is contained in:
Matthias Mailänder 2015-11-27 13:20:19 +00:00 committed by Git OBS Bridge
parent f0654b272b
commit 813075d827
4 changed files with 11 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 26 22:50:54 UTC 2015 - mvetter@suse.com
- Update to version 0.0.19
-------------------------------------------------------------------
Tue Apr 7 12:43:56 UTC 2015 - g.bluehut@gmail.com

View File

@ -17,7 +17,7 @@
Name: 0ad
Version: 0.0.18
Version: 0.0.19
Release: 0
Url: http://play0ad.com/
Source: http://sourceforge.net/projects/zero-ad/files/releases/%{name}-%{version}-alpha-unix-build.tar.xz
@ -62,7 +62,7 @@ BuildRequires: wxGTK-devel
%if 0%{?suse_version} == 1110
BuildRequires: SDL-devel
%else
BuildRequires: libSDL-devel
BuildRequires: libSDL2-devel
%endif
%endif
@ -116,7 +116,7 @@ history.
%build
export CFLAGS="%{optflags}"
export CPPFLAGS="%{optflags} -fpermissive"
build/workspaces/update-workspaces.sh %{?_smp_mflags} --bindir=%{_bindir} --datadir=%{_datadir}/%{name} --libdir=%{_libdir}/%{name}
build/workspaces/update-workspaces.sh %{?_smp_mflags} --bindir=%{_bindir} --datadir=%{_datadir}/%{name} --libdir=%{_libdir}/%{name}
pushd build/workspaces/gcc
make verbose=1 %{?_smp_mflags}
popd