Accepting request 484798 from home:fcrozat:branches:devel:libraries:c_c++
- Don't BuildRequires libunwind-devel on s390*, it doesn't exist there. OBS-URL: https://build.opensuse.org/request/show/484798 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gperftools?expand=0&rev=36
This commit is contained in:
parent
e706f61966
commit
61c9d3f748
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 31 15:23:59 UTC 2017 - fcrozat@suse.com
|
||||||
|
|
||||||
|
- Don't BuildRequires libunwind-devel on s390*, it doesn't exist
|
||||||
|
there.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 2 08:45:28 UTC 2016 - jslaby@suse.com
|
Tue Aug 2 08:45:28 UTC 2016 - jslaby@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gperftools
|
# spec file for package gperftools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -30,7 +30,9 @@ BuildRequires: autoconf >= 2.59
|
|||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
%ifnarch s390x s390
|
||||||
BuildRequires: libunwind-devel
|
BuildRequires: libunwind-devel
|
||||||
|
%endif
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
Provides: google-perftools
|
Provides: google-perftools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user