This commit is contained in:
parent
60dcfb24a4
commit
885bff26c0
@ -1316,8 +1316,11 @@ chrpath --delete %{buildroot}%{_libdir}/%{name}/program/librasqal-lo.so.3
|
||||
# Generate python cache files
|
||||
%{python_type} -m compileall %{buildroot}/%{_libdir}/libreoffice/program/
|
||||
%{python_type} -m compileall %{buildroot}/%{_libdir}/libreoffice/share/extensions/
|
||||
%{python_type} -m compileall %{buildroot}/%{_libdir}/libreoffice/share/Scripts/python/
|
||||
# pyuno links to pysitedir
|
||||
%{python_type} -m compileall %{buildroot}/%{python3_sitelib}
|
||||
pushd %{buildroot}/%{python3_sitelib}
|
||||
%{python_type} -m compileall .
|
||||
popd
|
||||
|
||||
# Move python cache to respective filelist
|
||||
for i in file-lists/*.txt; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user