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/
#
%define build_flavor @BUILD_FLAVOR@%{nil}
%define tag ocaml-dune
%if "%{build_flavor}" == ""
%define pkg %{tag}
%define flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == ""
%define nsuffix %{nil}
%else
%define pkg %{tag}-%{build_flavor}
%define nsuffix -%{flavor}
%endif
%define pkg ocaml-dune