Matej Cepl 2024-10-01 21:16:07 +00:00 committed by Git OBS Bridge
parent ec208c83f9
commit 38ff7e3150

View File

@ -796,7 +796,8 @@ LD_LIBRARY_PATH=. ./python -O -c "from py_compile import compile; compile('$FAIL
) )
echo %{sitedir}/_import_failed > %{buildroot}/%{sitedir}/site-packages/zzzz-import-failed-hooks.pth echo %{sitedir}/_import_failed > %{buildroot}/%{sitedir}/site-packages/zzzz-import-failed-hooks.pth
%endif %endif
find %{buildroot}%{_docdir}/%{name} -type f -name \*.pyc -exec rm -vf '{}' \;
find %{buildroot}%{_docdir} -type f -name \*.pyc -ls -exec rm -vf '{}' \;
%if %{with general} %if %{with general}
%files -n %{python_pkg_name}-tk %files -n %{python_pkg_name}-tk