Upstream now supports aarch64 (tests currently fail)

This commit is contained in:
Peter Robinson 2016-04-09 20:16:02 +01:00
parent 0b4a0efa4a
commit 5fe7bd3586
1 changed files with 7 additions and 2 deletions

View File

@ -19,7 +19,7 @@
Name: 0ad Name: 0ad
Version: 0.0.20 Version: 0.0.20
Release: 1%{?dist} Release: 2%{?dist}
# BSD License: # BSD License:
# build/premake/* # build/premake/*
# libraries/source/miniupnpc/* (not built/used) # libraries/source/miniupnpc/* (not built/used)
@ -94,7 +94,7 @@ BuildRequires: subversion
BuildRequires: valgrind-devel BuildRequires: valgrind-devel
BuildRequires: wxGTK-devel BuildRequires: wxGTK-devel
ExclusiveArch: %{ix86} x86_64 %{arm} ExclusiveArch: %{ix86} x86_64 %{arm} aarch64
# http://trac.wildfiregames.com/ticket/1421 # http://trac.wildfiregames.com/ticket/1421
Patch0: %{name}-rpath.patch Patch0: %{name}-rpath.patch
@ -156,10 +156,12 @@ make %{?_smp_mflags} -C build/workspaces/gcc config=%{config} verbose=1
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# Depends on availablity of nvtt # Depends on availablity of nvtt
%ifnarch aarch64
%if %{with nvtt} %if %{with nvtt}
%check %check
LD_LIBRARY_PATH=binaries/system binaries/system/test%{dbg} -libdir binaries/system LD_LIBRARY_PATH=binaries/system binaries/system/test%{dbg} -libdir binaries/system
%endif %endif
%endif
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
%install %install
@ -222,6 +224,9 @@ export STRIP=/bin/true
%{_mandir}/man6/*.6* %{_mandir}/man6/*.6*
%changelog %changelog
* Sat Apr 9 2016 Peter Robinson <pbrobinson@fedoraproject.org> 0.0.20-2
- Upstream now supports aarch64 (tests currently fail)
* Sat Apr 02 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.0.20-1 * Sat Apr 02 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.0.20-1
- Update to 0.0.20 - Update to 0.0.20