Accepting request 294297 from home:themanwhosold:branches:games
OBS-URL: https://build.opensuse.org/request/show/294297 OBS-URL: https://build.opensuse.org/package/show/games/0ad?expand=0&rev=51
This commit is contained in:
parent
ccf1d447c7
commit
acb0b9e09f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ef144d44fe8a8abd29a4642999a58a596b8f0d0e1f310065f5ce1dfbe29c3aeb
|
|
||||||
size 19327284
|
|
3
0ad-0.0.18-alpha-unix-build.tar.gz
Normal file
3
0ad-0.0.18-alpha-unix-build.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cc0d70e7b633b35ac9ba7df293a139c4974d54b957830573e36a3ff971234d70
|
||||||
|
size 28382799
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 2 21:30:23 UTC 2015 - opensuse@oeschti.de
|
||||||
|
|
||||||
|
- update to version 0.0.18
|
||||||
|
- use libminiupnpc-devel instead of builtin libminiupnpc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 13 19:02:57 UTC 2014 - opensuse@dstoecker.de
|
Mon Oct 13 19:02:57 UTC 2014 - opensuse@dstoecker.de
|
||||||
|
|
||||||
|
17
0ad.spec
17
0ad.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package 0ad
|
# spec file for package 0ad
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: 0ad
|
Name: 0ad
|
||||||
Version: 0.0.17
|
Version: 0.0.18
|
||||||
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.gz
|
||||||
BuildRequires: DevIL-devel
|
BuildRequires: DevIL-devel
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -35,6 +35,7 @@ BuildRequires: libXcursor-devel
|
|||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: libgloox-devel
|
BuildRequires: libgloox-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
|
BuildRequires: libminiupnpc-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libvorbis-devel
|
BuildRequires: libvorbis-devel
|
||||||
BuildRequires: nasm
|
BuildRequires: nasm
|
||||||
@ -115,7 +116,7 @@ history.
|
|||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
export CPPFLAGS="%{optflags}"
|
export CPPFLAGS="%{optflags}"
|
||||||
build/workspaces/update-workspaces.sh %{?_smp_mflags} --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}
|
||||||
pushd build/workspaces/gcc
|
pushd build/workspaces/gcc
|
||||||
make verbose=1 %{?_smp_mflags}
|
make verbose=1 %{?_smp_mflags}
|
||||||
popd
|
popd
|
||||||
@ -124,8 +125,8 @@ popd
|
|||||||
install -Dm 0755 binaries/system/pyrogenesis %{buildroot}%{_bindir}/pyrogenesis
|
install -Dm 0755 binaries/system/pyrogenesis %{buildroot}%{_bindir}/pyrogenesis
|
||||||
install -Dm 0755 binaries/system/libCollada.so %{buildroot}%{_libdir}/%{name}/libCollada.so
|
install -Dm 0755 binaries/system/libCollada.so %{buildroot}%{_libdir}/%{name}/libCollada.so
|
||||||
install -Dm 0755 binaries/system/libAtlasUI.so %{buildroot}%{_libdir}/%{name}/libAtlasUI.so
|
install -Dm 0755 binaries/system/libAtlasUI.so %{buildroot}%{_libdir}/%{name}/libAtlasUI.so
|
||||||
install -Dm 0755 binaries/system/libminiupnpc.so.* %{buildroot}%{_libdir}/%{name}/
|
#install -Dm 0755 binaries/system/libminiupnpc.so.* %{buildroot}%{_libdir}/%{name}/
|
||||||
install -Dm 0755 binaries/system/libmozjs24-ps-release.so %{buildroot}%{_libdir}/%{name}/libmozjs24-ps-release.so
|
install -Dm 0755 binaries/system/libmozjs31-ps-release.so %{buildroot}%{_libdir}/%{name}/libmozjs31-ps-release.so
|
||||||
install -Dm 0755 binaries/system/libnvcore.so %{buildroot}%{_libdir}/%{name}/libnvcore.so
|
install -Dm 0755 binaries/system/libnvcore.so %{buildroot}%{_libdir}/%{name}/libnvcore.so
|
||||||
install -Dm 0755 binaries/system/libnvimage.so %{buildroot}%{_libdir}/%{name}/libnvimage.so
|
install -Dm 0755 binaries/system/libnvimage.so %{buildroot}%{_libdir}/%{name}/libnvimage.so
|
||||||
install -Dm 0755 binaries/system/libnvmath.so %{buildroot}%{_libdir}/%{name}/libnvmath.so
|
install -Dm 0755 binaries/system/libnvmath.so %{buildroot}%{_libdir}/%{name}/libnvmath.so
|
||||||
@ -154,8 +155,8 @@ mkdir -p %{buildroot}%{_datadir}/%{name}
|
|||||||
%{_bindir}/pyrogenesis
|
%{_bindir}/pyrogenesis
|
||||||
%{_libdir}/%{name}/libCollada.so
|
%{_libdir}/%{name}/libCollada.so
|
||||||
%{_libdir}/%{name}/libAtlasUI.so
|
%{_libdir}/%{name}/libAtlasUI.so
|
||||||
%{_libdir}/%{name}/libminiupnpc.so.*
|
#%{_libdir}/%{name}/libminiupnpc.so.*
|
||||||
%{_libdir}/%{name}/libmozjs24-ps-release.so
|
%{_libdir}/%{name}/libmozjs31-ps-release.so
|
||||||
%{_libdir}/%{name}/libnvcore.so
|
%{_libdir}/%{name}/libnvcore.so
|
||||||
%{_libdir}/%{name}/libnvimage.so
|
%{_libdir}/%{name}/libnvimage.so
|
||||||
%{_libdir}/%{name}/libnvmath.so
|
%{_libdir}/%{name}/libnvmath.so
|
||||||
|
Loading…
Reference in New Issue
Block a user