Matej Cepl 2024-07-22 11:49:54 +00:00 committed by Git OBS Bridge
parent 568ae33f3c
commit 040d94e898
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +0,0 @@
<multibuild>
<package>test</package>
</multibuild>

View File

@ -17,13 +17,13 @@
%global flavor @BUILD_FLAVOR@%{nil}
# %%if "%%{flavor}" == "test"
# %%define psuffix -test
# %%bcond_without test
# %%else
%if "%{flavor}" == "test"
%define psuffix -test
%bcond_without test
%else
%define psuffix %{nil}
%bcond_with test
# %%endif
%endif
%define modname libcst
%{?sle15_python_module_pythons}
Name: python-libcst%{psuffix}