SHA256
1
0
forked from pool/heaptrack

fix build with rpm 4.16

OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/heaptrack?expand=0&rev=26
This commit is contained in:
Christophe Giboudeaux 2021-01-17 08:39:57 +00:00 committed by Git OBS Bridge
parent 7f2d1c418a
commit 7cc0e74199
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 17 08:39:36 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Add quotes to text comparison to fix build with rpm 4.16.
-------------------------------------------------------------------
Sat Sep 5 16:11:52 UTC 2020 - Klaas Freitag <opensuse@freisturz.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package heaptrack
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -80,7 +80,7 @@ A Qt5/KF5 based GUI for Heaptrack.
sed -i"" '/add_subdirectory(tests)/d' CMakeLists.txt
%build
%if %{_lib} == lib64
%if "%{_lib}" == "lib64"
extra_opts="-DLIB_SUFFIX=64"
%endif