Tomáš Chvátal 2015-06-10 14:31:48 +00:00 committed by Git OBS Bridge
parent 60dcfb24a4
commit 885bff26c0

View File

@ -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