0ad/0ad.spec
Matthias Mailänder b1bfc47fb9 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
2014-01-05 08:18:19 +00:00

165 lines
5.3 KiB
RPMSpec

#
# spec file for package 0ad
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: 0ad
Version: 0.0.15
Release: 0
Url: http://play0ad.com/
Source: http://releases.wildfiregames.com/0ad-%{version}-alpha-unix-build.tar.xz
BuildRequires: DevIL-devel
BuildRequires: boost-devel
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: xz
BuildRequires: pkgconfig(zlib)
%if 0%{?suse_version} >= 1220
BuildRequires: libXcursor-devel
%endif
BuildRequires: libcurl-devel
BuildRequires: libgloox-devel
BuildRequires: libjpeg-devel
BuildRequires: libpng-devel
BuildRequires: libvorbis-devel
BuildRequires: nasm
BuildRequires: python
BuildRequires: subversion
BuildRequires: zip
BuildRequires: pkgconfig(libxml-2.0)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}
BuildRequires: libenet-devel
BuildRequires: openal-soft-devel
BuildRequires: pkg-config
BuildRequires: update-desktop-files
%if 0%{?suse_version} >= 1140
BuildRequires: wxWidgets-wxcontainer-devel
%define _use_internal_dependency_generator 0
%define __find_requires %wx_requires
%else
BuildRequires: wxGTK-devel
%endif
%if 0%{?suse_version} == 1110
BuildRequires: SDL-devel
%else
BuildRequires: libSDL-devel
%endif
%endif
%if 0%{?fedora_version}
BuildRequires: SDL-devel
BuildRequires: desktop-file-utils
BuildRequires: libenet-devel
BuildRequires: openal-soft-devel
BuildRequires: pkgconfig
BuildRequires: wxGTK-devel
%endif
%if 0%{?mandriva_version}
BuildRequires: libenet-devel
BuildRequires: libwxgtku2.8-devel
%if 0%{?mandriva_version} < 201000
BuildRequires: libopenal-devel
BuildRequires: openal-soft-devel
%endif
%if 0%{?mandriva_version} == 201000
BuildRequires: libopenal1-soft
%endif
%endif
Summary: Free, Open-Source, Cross-Platform RTS Game of Ancient Warfare
License: GPL-2.0+
Group: Amusements/Games/Strategy/Real Time
Requires: 0ad-data
%description
0 A.D. (pronounced "zero ey-dee") is a free, open-source, cross-platform real-time
strategy (RTS) game of ancient warfare. In short, it is a historically-based
war/economy game that allows players to relive or rewrite the history of Western
civilizations, focusing on the years between 500 B.C. and 500 A.D. The project is
highly ambitious, involving state-of-the-art 3D graphics, detailed artwork, sound,
and a flexible and powerful custom-built game engine.
The game has been in development by Wildfire Games (WFG), a group of volunteer,
hobbyist game developers, since 2001. The code and data are available under the GPL
license, and the art, sound and documentation are available under CC-BY-SA. In short,
we consider 0 A.D. an an educational celebration of game development and ancient
history.
%prep
%setup -q -n %{name}-%{version}-alpha
%build
export CFLAGS="%{optflags}"
export CPPFLAGS="%{optflags}"
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
%install
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/libAtlasUI.so %{buildroot}%{_libdir}/%{name}/libAtlasUI.so
install -Dm 0755 binaries/system/libmozjs185-ps-release.so.1.0 %{buildroot}%{_libdir}/%{name}/libmozjs185-ps-release.so.1.0
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/libnvmath.so %{buildroot}%{_libdir}/%{name}/libnvmath.so
install -Dm 0755 binaries/system/libnvtt.so %{buildroot}%{_libdir}/%{name}/libnvtt.so
install -Dm 0644 build/resources/0ad.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
install -Dm 0644 build/resources/0ad.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
%if 0%{?suse_version}
%suse_update_desktop_file %{name}
%endif
%if 0%{?fedora_version}
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%endif
install -Dm 0755 build/resources/0ad.sh %{buildroot}%{_bindir}/0ad
mkdir -p %{buildroot}%{_libdir}/%{name}
mkdir -p %{buildroot}%{_datadir}/%{name}
%files
%defattr(-,root,root)
%doc README.txt
%{_bindir}/0ad
%{_bindir}/pyrogenesis
%{_libdir}/%{name}/libCollada.so
%{_libdir}/%{name}/libAtlasUI.so
%{_libdir}/%{name}/libmozjs185-ps-release.so.1.0
%{_libdir}/%{name}/libnvcore.so
%{_libdir}/%{name}/libnvimage.so
%{_libdir}/%{name}/libnvmath.so
%{_libdir}/%{name}/libnvtt.so
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%dir %{_libdir}/%{name}
%dir %{_datadir}/%{name}
%changelog