build_flavor
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=64
This commit is contained in:
parent
92360f8f6d
commit
2859512127
@ -15,11 +15,11 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%define flavor @BUILD_FLAVOR@%{nil}
|
||||
%if "%{flavor}" == ""
|
||||
%define build_flavor @BUILD_FLAVOR@%{nil}
|
||||
%if "%{build_flavor}" == ""
|
||||
%define nsuffix %{nil}
|
||||
%else
|
||||
%define nsuffix -%{flavor}
|
||||
%define nsuffix -%{build_flavor}
|
||||
%endif
|
||||
|
||||
%define pkg ocaml-dune
|
||||
|
Loading…
Reference in New Issue
Block a user