SHA256
1
0
forked from pool/benchmark

Accepting request 440024 from home:oertel:branches:devel:tools

- add ExclusiveArch, package is not ported to anything but
  x86 and x86_64

OBS-URL: https://build.opensuse.org/request/show/440024
OBS-URL: https://build.opensuse.org/package/show/devel:tools/benchmark?expand=0&rev=5
This commit is contained in:
Martin Pluskal 2016-11-12 13:13:12 +00:00 committed by Git OBS Bridge
parent 9d73ffffa2
commit 92f19253c5
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Nov 12 13:43:21 CET 2016 - ro@suse.de
- add ExclusiveArch, package is not ported to anything but
x86 and x86_64
-------------------------------------------------------------------
Mon Jul 4 09:24:59 UTC 2016 - mpluskal@suse.com

View File

@ -30,6 +30,7 @@ BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: git-core
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 x86_64
%description
A library to support the benchmarking of functions, similar to unit-tests.