Dominique Leuenberger 2020-01-14 20:09:32 +00:00 committed by Git OBS Bridge
parent 3e8ecc51ae
commit cf9cb5f26d
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 14 11:54:55 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Set ExcludeArch: %ix86: bazel is required to build which in turn
is not supported on ix86.
-------------------------------------------------------------------
Wed Dec 18 23:12:35 UTC 2019 - Swaminathan Vasudevan <svasudevan@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package abseil-cpp
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -26,7 +26,7 @@ Version: 20190808
Release: 0
Summary: C++11 libraries which augment the C++ stdlib
License: Apache-2.0
Url: https://abseil.io/
URL: https://abseil.io/
Source0: %{name}-%{version}.tar.gz
Source1: %{name}-rpmlintrc
BuildRequires: bazel-rules-cc-source
@ -38,6 +38,7 @@ BuildRequires: gcc-c++
BuildRequires: gmock
BuildRequires: gtest
BuildRequires: patchelf
ExcludeArch: %ix86
%description
Abseil is a collection of C++11 libraries which augment the C++