From bd39c845bf0c8c02519ceac6ad34b41177071e8780ee98b4f2ba3bc8dc29c520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 17 Jul 2019 11:54:22 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyxattr?expand=0&rev=2 --- python-pyxattr.spec | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/python-pyxattr.spec b/python-pyxattr.spec index 71dca45..81cda37 100644 --- a/python-pyxattr.spec +++ b/python-pyxattr.spec @@ -45,7 +45,6 @@ of the attr C library - see attr(5). %build %python_build - %check %python_exec setup.py test @@ -53,15 +52,9 @@ of the attr C library - see attr(5). %python_install %python_expand %fdupes %{buildroot}%{$python_sitearch} -%files -n python2-%{mod_name} -%{python2_sitearch}/xattr.so -%{python2_sitearch}/*egg-info -%license COPYING -%doc NEWS README.rst - -%files -n python3-%{mod_name} -%{python3_sitearch}/xattr.cpython-??* -%{python3_sitearch}/*egg-info +%files %{python_files} +%{python_sitearch}/xattr* +%{python_sitearch}/*egg-info %license COPYING %doc NEWS README.rst