Los _pycache_ que se borraban ahora sí se instalan
This commit is contained in:
parent
7dd3fafdca
commit
92a593cc15
1 changed files with 5 additions and 5 deletions
|
@ -2089,9 +2089,9 @@ install -m 0755 -d %{buildroot}%{baseinstdir}/share/extensions
|
|||
rm -f %{buildroot}%{baseinstdir}/program/officebean.abignore
|
||||
%endif
|
||||
|
||||
# Clean other ppyhon 3.9 pycache in CentOS 9
|
||||
# Clean other pyhon 3.9 pycache in CentOS 9
|
||||
# rm -rf /home/sandino/rpmbuild/BUILDROOT/libreoffice-7.3.1.3-4.el9.x86_64/usr/lib64/python3.9/site-packages/__pycache__
|
||||
rm -rvf %{buildroot}%{libo_python_sitearch}/__pycache__
|
||||
#rm -rvf %{buildroot}%{libo_python_sitearch}/__pycache__
|
||||
|
||||
|
||||
%check
|
||||
|
@ -2099,9 +2099,9 @@ make unitcheck slowcheck
|
|||
# we don't need this anymore
|
||||
rm -f %{buildroot}%{baseinstdir}/program/classes/smoketest.jar
|
||||
|
||||
# Clean other ppyhon 3.9 pycache in CentOS 9
|
||||
# Clean other pyhon 3.9 pycache in CentOS 9
|
||||
# rm -rf /home/sandino/rpmbuild/BUILDROOT/libreoffice-7.3.1.3-4.el9.x86_64/usr/lib64/python3.9/site-packages/__pycache__
|
||||
rm -rvf %{buildroot}%{libo_python_sitearch}/__pycache__
|
||||
#rm -rvf %{buildroot}%{libo_python_sitearch}/__pycache__
|
||||
|
||||
|
||||
|
||||
|
@ -2788,7 +2788,7 @@ rm -rvf %{buildroot}%{libo_python_sitearch}/__pycache__
|
|||
|
||||
%files glade
|
||||
%{_datadir}/glade
|
||||
%{_datadir}/glade3
|
||||
%{_datadir}/glade3/
|
||||
|
||||
%files data
|
||||
%{_datadir}/icons/hicolor/*/*/libreoffice*
|
||||
|
|
Loading…
Reference in a new issue