Accepting request 873984 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/873984 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/csound?expand=0&rev=31
This commit is contained in:
commit
2736e676df
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user