14
0
forked from pool/python-libcst
2024-07-22 11:51:27 +00:00
committed by Git OBS Bridge
parent 3dbfe8a83d
commit 369383ef9d

View File

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