Accepting request 1005724 from home:dirkmueller:Factory
- conditionalize valgrind dependency - it is optional and not available on all architectures OBS-URL: https://build.opensuse.org/request/show/1005724 OBS-URL: https://build.opensuse.org/package/show/X11:Unity/libdbusmenu?expand=0&rev=21
This commit is contained in:
parent
cbcd51c0cd
commit
401fd6c017
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 24 08:46:21 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- conditionalize valgrind dependency - it is optional and not
|
||||
available on all architectures
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 3 11:09:27 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libdbusmenu
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -89,7 +89,9 @@ BuildRequires: pkgconfig(gtk+-3.0)
|
||||
%endif
|
||||
%if %{with testtools}
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
%ifarch aarch64 %{ix86} x86_64 ppc ppc64 ppc64le s390x armv7l armv7hl armv6l armv6hl
|
||||
BuildRequires: pkgconfig(valgrind)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(x11)
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user