Upstream now supports aarch64 (tests currently fail)
This commit is contained in:
parent
0b4a0efa4a
commit
5fe7bd3586
9
0ad.spec
9
0ad.spec
@ -19,7 +19,7 @@
|
||||
|
||||
Name: 0ad
|
||||
Version: 0.0.20
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
# BSD License:
|
||||
# build/premake/*
|
||||
# libraries/source/miniupnpc/* (not built/used)
|
||||
@ -94,7 +94,7 @@ BuildRequires: subversion
|
||||
BuildRequires: valgrind-devel
|
||||
BuildRequires: wxGTK-devel
|
||||
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm}
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64
|
||||
|
||||
# http://trac.wildfiregames.com/ticket/1421
|
||||
Patch0: %{name}-rpath.patch
|
||||
@ -156,10 +156,12 @@ make %{?_smp_mflags} -C build/workspaces/gcc config=%{config} verbose=1
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# Depends on availablity of nvtt
|
||||
%ifnarch aarch64
|
||||
%if %{with nvtt}
|
||||
%check
|
||||
LD_LIBRARY_PATH=binaries/system binaries/system/test%{dbg} -libdir binaries/system
|
||||
%endif
|
||||
%endif
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
%install
|
||||
@ -222,6 +224,9 @@ export STRIP=/bin/true
|
||||
%{_mandir}/man6/*.6*
|
||||
|
||||
%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
|
||||
- Update to 0.0.20
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user