OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyxattr?expand=0&rev=2
This commit is contained in:
parent
14c5897ae4
commit
bd39c845bf
@ -45,7 +45,6 @@ of the attr C library - see attr(5).
|
|||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_exec setup.py test
|
%python_exec setup.py test
|
||||||
|
|
||||||
@ -53,15 +52,9 @@ of the attr C library - see attr(5).
|
|||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%files -n python2-%{mod_name}
|
%files %{python_files}
|
||||||
%{python2_sitearch}/xattr.so
|
%{python_sitearch}/xattr*
|
||||||
%{python2_sitearch}/*egg-info
|
%{python_sitearch}/*egg-info
|
||||||
%license COPYING
|
|
||||||
%doc NEWS README.rst
|
|
||||||
|
|
||||||
%files -n python3-%{mod_name}
|
|
||||||
%{python3_sitearch}/xattr.cpython-??*
|
|
||||||
%{python3_sitearch}/*egg-info
|
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc NEWS README.rst
|
%doc NEWS README.rst
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user