From d343843c440f715d8698c46f9f2af3bfcd3ca39764f0742887f845997dcd9323 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Sat, 20 Feb 2021 08:03:25 +0000 Subject: [PATCH] Accepting request 873983 from home:plater Added quotes to %{_lib} conditional to satisfy new rpmlint., hope it doesn't wait for licensedigger for months. OBS-URL: https://build.opensuse.org/request/show/873983 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/csound?expand=0&rev=44 --- csound.changes | 5 +++++ csound.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/csound.changes b/csound.changes index 15dcb28..1e97f64 100644 --- a/csound.changes +++ b/csound.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Feb 20 07:59:29 UTC 2021 - Dave Plater + +- Added quotes to %{_lib} conditional to satisfy new rpmlint. + ------------------------------------------------------------------- Fri Jul 10 08:45:28 UTC 2020 - Dave Plater diff --git a/csound.spec b/csound.spec index 547fb31..3d4fda7 100644 --- a/csound.spec +++ b/csound.spec @@ -1,7 +1,7 @@ # # spec file for package csound # -# 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 @@ -159,7 +159,7 @@ export CXXFLAGS="%{optflags} -std=c++11" %endif -DNEED_PORTTIME:BOOL=OFF \ -DRPM_LUAVER:STRING=%{luaver} \ -%if %{_lib} == "lib64" +%if "%{_lib}" == "lib64" -DUSE_LIB64:BOOL=ON %else -DUSE_LIB64:BOOL=OFF