Make package x86 exclusive arch

This commit is contained in:
pcpa 2013-08-07 14:40:18 -03:00
parent b71416aff7
commit 24202a75a9
1 changed files with 6 additions and 1 deletions

View File

@ -25,7 +25,7 @@
Name: 0ad
Version: 0.0.13
Release: 6%{?dist}
Release: 8%{?dist}
# BSD License:
# build/premake/*
# libraries/valgrind/* (not built/used)
@ -98,6 +98,8 @@ BuildRequires: SDL-devel
BuildRequires: subversion
BuildRequires: wxGTK-devel
ExclusiveArch: %{ix86} x86_64
# http://trac.wildfiregames.com/ticket/1421
Patch0: %{name}-rpath.patch
@ -236,6 +238,9 @@ export STRIP=/bin/true
%{_mandir}/man6/*.6*
%changelog
* Wed Aug 7 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 0.0.13-8
- Make package x86_64 and ix86 only as arm support is not finished.
* Wed Aug 7 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 0.0.13-7
- Correct build with boost 1.54.0 (#991906).