diff --git a/python-gast.spec b/python-gast.spec index 21f93a9..36ffbfb 100644 --- a/python-gast.spec +++ b/python-gast.spec @@ -17,7 +17,6 @@ %define srcname gast -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-gast Version: 0.5.4 @@ -56,7 +55,8 @@ as produced by ``ast.parse`` from the standard ``ast`` module. %pyunittest discover -v tests %files %{python_files} -%{python_sitelib}/* +%{python_sitelib}/gast +%{python_sitelib}/gast-%{version}*-info %doc README.rst %license LICENSE