Olaf Hering 2021-01-27 21:29:16 +00:00 committed by Git OBS Bridge
parent 69113cb0d0
commit 92360f8f6d

View File

@ -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