forked from pool/csound
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
This commit is contained in:
parent
c639ab56da
commit
d343843c44
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 20 07:59:29 UTC 2021 - Dave Plater <davejplater@gmail.com>
|
||||||
|
|
||||||
|
- Added quotes to %{_lib} conditional to satisfy new rpmlint.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 10 08:45:28 UTC 2020 - Dave Plater <davejplater@gmail.com>
|
Fri Jul 10 08:45:28 UTC 2020 - Dave Plater <davejplater@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package csound
|
# 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
|
# 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
|
||||||
@ -159,7 +159,7 @@ export CXXFLAGS="%{optflags} -std=c++11"
|
|||||||
%endif
|
%endif
|
||||||
-DNEED_PORTTIME:BOOL=OFF \
|
-DNEED_PORTTIME:BOOL=OFF \
|
||||||
-DRPM_LUAVER:STRING=%{luaver} \
|
-DRPM_LUAVER:STRING=%{luaver} \
|
||||||
%if %{_lib} == "lib64"
|
%if "%{_lib}" == "lib64"
|
||||||
-DUSE_LIB64:BOOL=ON
|
-DUSE_LIB64:BOOL=ON
|
||||||
%else
|
%else
|
||||||
-DUSE_LIB64:BOOL=OFF
|
-DUSE_LIB64:BOOL=OFF
|
||||||
|
Loading…
Reference in New Issue
Block a user