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