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:
parent
f0654b272b
commit
813075d827
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bd2f04d3269ae9af104626827446a89ea4a0dd4859f89539701fd331cbae0397
|
|
||||||
size 26179952
|
|
3
0ad-0.0.19-alpha-unix-build.tar.xz
Normal file
3
0ad-0.0.19-alpha-unix-build.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2d43262bbcedbfa19eee23b0e78ae20fc9e0b8f4589855fca95d9908c6839bb3
|
||||||
|
size 26192128
|
@ -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
|
Tue Apr 7 12:43:56 UTC 2015 - g.bluehut@gmail.com
|
||||||
|
|
||||||
|
6
0ad.spec
6
0ad.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: 0ad
|
Name: 0ad
|
||||||
Version: 0.0.18
|
Version: 0.0.19
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://play0ad.com/
|
Url: http://play0ad.com/
|
||||||
Source: http://sourceforge.net/projects/zero-ad/files/releases/%{name}-%{version}-alpha-unix-build.tar.xz
|
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
|
%if 0%{?suse_version} == 1110
|
||||||
BuildRequires: SDL-devel
|
BuildRequires: SDL-devel
|
||||||
%else
|
%else
|
||||||
BuildRequires: libSDL-devel
|
BuildRequires: libSDL2-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
@ -116,7 +116,7 @@ history.
|
|||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
export CPPFLAGS="%{optflags} -fpermissive"
|
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
|
pushd build/workspaces/gcc
|
||||||
make verbose=1 %{?_smp_mflags}
|
make verbose=1 %{?_smp_mflags}
|
||||||
popd
|
popd
|
||||||
|
Loading…
Reference in New Issue
Block a user