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

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