0.0.19-rc2

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2015-11-22 17:30:21 +01:00
parent 10c1654a68
commit 0c74911d48
4 changed files with 885 additions and 83 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/0ad-0.0.17-alpha-unix-build.tar.xz
/0ad-0.0.18-alpha-unix-build.tar.xz
/0ad-0.0.19-alpha-unix-build.tar.xz

File diff suppressed because it is too large Load Diff

View File

@ -17,16 +17,11 @@
%bcond_without system_nvtt
%bcond_without nvtt
# Default to sdl2 on rawhide
%if 0%{?fedora} > 22
%bcond_without sdl2
%else
%bcond_with sdl2
%endif
%global rctag rc2
Name: 0ad
Version: 0.0.18
Release: 8%{?dist}
Version: 0.0.19
Release: 0.1.%{?rctag:%{rctag}}%{?dist}
# BSD License:
# build/premake/*
# libraries/source/miniupnpc/* (not built/used)
@ -56,7 +51,7 @@ Url: http://play0ad.com
# tar Jcf %%{name}-%%{version}-alpha-unix-build.tar.xz %%{name}-%%{version}-alpha
Source0: %{name}-%{version}-alpha-unix-build.tar.xz
%else
Source0: http://releases.wildfiregames.com/%{name}-%{version}-alpha-unix-build.tar.xz
Source0: http://releases.wildfiregames.com/%{?rctag:rc/%{rctag}/}%{name}-%{version}-alpha-unix-build.tar.xz
%endif
# Simplify checking differences when updating the package
@ -96,11 +91,7 @@ BuildRequires: openal-soft-devel
BuildRequires: openjpeg-devel
BuildRequires: pkgconfig
BuildRequires: python
%if %{with sdl2}
BuildRequires: SDL2-devel
%else
BuildRequires: SDL-devel
%endif
BuildRequires: subversion
BuildRequires: valgrind-devel
BuildRequires: wxGTK-devel
@ -155,15 +146,11 @@ build/workspaces/update-workspaces.sh \
--datadir %{_datadir}/%{name} \
--libdir %{_libdir}/%{name} \
--with-system-mozjs31 \
--with-system-miniupnpc \
%if %{with system_nvtt}
--with-system-nvtt \
%endif
%if %{without nvtt}
--without-nvtt \
%endif
%if %{with sdl2}
--sdl2 \
%endif
%{?_smp_mflags}
@ -224,8 +211,9 @@ export STRIP=/bin/true
#-----------------------------------------------------------------------
%files
%doc README.txt LICENSE.txt
%doc license_gpl-2.0.txt license_lgpl-2.1.txt
%doc README.txt
%license LICENSE.txt
%license license_gpl-2.0.txt license_lgpl-2.1.txt
%{_bindir}/0ad
%{_bindir}/pyrogenesis%{dbg}
%{_libdir}/%{name}
@ -236,6 +224,9 @@ export STRIP=/bin/true
%{_mandir}/man6/*.6*
%changelog
* Sun Nov 22 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.0.19-0.1.rc2
- 0.0.19-rc2
* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 0.0.18-8
- rebuild for ICU 56.1

View File

@ -1 +1 @@
84aedae3ab86955f87c55607600daa12 0ad-0.0.18-alpha-unix-build.tar.xz
1c16fdab6886ee21b076c69903054374 0ad-0.0.19-alpha-unix-build.tar.xz