From d62dfb1ace79c1466e6f1bdfd4d1fdfab20a99758e2e6c0b212cd87716231be4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 5 Dec 2022 17:57:04 +0000 Subject: [PATCH] Clean up SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=54 --- python-zope.interface.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-zope.interface.spec b/python-zope.interface.spec index c39aafd..5f1276b 100644 --- a/python-zope.interface.spec +++ b/python-zope.interface.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -89,7 +88,11 @@ cd src %files %{python_files} %license LICENSE.txt COPYRIGHT.txt %doc CHANGES.rst README.rst -%{python_sitearch}/* +%{python_sitearch}/zope.interface-%{version}*-info +%{python_sitearch}/zope.interface-%{version}*-nspkg.pth +%dir %{python_sitearch}/zope +%{python_sitearch}/zope/interface + %endif %changelog