diff --git a/_multibuild b/_multibuild deleted file mode 100644 index fcc7b97..0000000 --- a/_multibuild +++ /dev/null @@ -1,3 +0,0 @@ - - test - diff --git a/python-libcst.spec b/python-libcst.spec index 5b41260..e8033b9 100644 --- a/python-libcst.spec +++ b/python-libcst.spec @@ -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}