From d3a7ff5fd21ef75f3bf3210fd452f27bc4f1fb7371ce49bb90d64934e464b953 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 10 Oct 2023 13:53:48 +0000 Subject: [PATCH] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gast?expand=0&rev=19 --- python-gast.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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