forked from pool/libqt5-qtwebengine
Accepting request 765978 from home:Guillaume_G:branches:openSUSE:Factory:ARM
Disable valgrind on %arm due to boo#1130395 OBS-URL: https://build.opensuse.org/request/show/765978 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtwebengine?expand=0&rev=9
This commit is contained in:
parent
fff7c8c710
commit
0e9af54f76
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 20 15:00:59 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- Disable valgrind on %arm due to boo#1130395
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 12 12:59:01 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
Thu Dec 12 12:59:01 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libqt5-qtwebengine
|
# spec file for package libqt5-qtwebengine
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
# Copyright © 2017 Kevin Kofler <Kevin@tigcc.ticalc.org>
|
# Copyright © 2017 Kevin Kofler <Kevin@tigcc.ticalc.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -57,7 +57,7 @@ Release: 0
|
|||||||
Summary: Qt 5 WebEngine Library
|
Summary: Qt 5 WebEngine Library
|
||||||
License: LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
License: LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Url: https://www.qt.io
|
URL: https://www.qt.io
|
||||||
%define base_name libqt5
|
%define base_name libqt5
|
||||||
%define real_version 5.14.0
|
%define real_version 5.14.0
|
||||||
%define so_version 5.14.0
|
%define so_version 5.14.0
|
||||||
@ -113,7 +113,9 @@ BuildRequires: sqlite3-devel
|
|||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: usbutils
|
BuildRequires: usbutils
|
||||||
BuildRequires: util-linux
|
BuildRequires: util-linux
|
||||||
|
%ifnarch %arm
|
||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
|
%endif
|
||||||
BuildRequires: wdiff
|
BuildRequires: wdiff
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: yasm
|
BuildRequires: yasm
|
||||||
|
Loading…
Reference in New Issue
Block a user