14
0
forked from pool/python-pycdio

another attempt to fix files

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycdio?expand=0&rev=17
This commit is contained in:
2025-06-04 09:59:45 +00:00
committed by Git OBS Bridge
parent e13865c874
commit 7c864e52b1

View File

@@ -55,8 +55,10 @@ export CFLAGS="%{optflags}"
%files %{python_files}
%license COPYING
%doc ChangeLog README.rst THANKS
%{python_sitearch}/pycdio.py
%{python_sitearch}/*cdio.py
%{python_sitearch}/*iso9660.py
%{python_sitearch}/pycdio-%{version}*-info
%pycache_only %{python_sitearch}/__pycache__/pycdio*
%pycache_only %{python_sitearch}/__pycache__/*cdio*
%pycache_only %{python_sitearch}/__pycache__/*iso9660*
%changelog