update to 6.3.3.2 [release 6.3.3.2-1mamba;Sat Nov 09 2019]
This commit is contained in:
parent
14eb221cf8
commit
3259028a22
@ -28,7 +28,7 @@
|
||||
%define langpacks 1
|
||||
|
||||
Name: libreoffice
|
||||
Version: 6.3.2.2
|
||||
Version: 6.3.3.2
|
||||
Release: 1mamba
|
||||
Summary: Free Office Suite
|
||||
Group: Graphical Desktop/Applications/Office
|
||||
@ -676,9 +676,9 @@ A plug-in for LibreOffice that enables integration into the GNOME desktop enviro
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
#%setup -q -b 2 -b 3 -b4 -a5
|
||||
%setup -q -c -T -D
|
||||
:<< ____EOF
|
||||
%setup -q -b 2 -b 3 -b4 -a5
|
||||
#% setup -q -c -T -D
|
||||
#:<< ____EOF
|
||||
|
||||
#rm -rf libreoffice-*/git-hooks
|
||||
#for a in libreoffice-*/*; do mv $PWD/$a .; done
|
||||
@ -756,7 +756,7 @@ sed -i -e "\
|
||||
echo build start time is `date`, diskspace: `df -h . | tail -n 1`
|
||||
|
||||
export JAVA_HOME=%{java_home}
|
||||
:<< ___EOF
|
||||
#:<< ___EOF
|
||||
|
||||
#./autogen.sh
|
||||
|
||||
@ -824,7 +824,7 @@ export JAVA_HOME=%{java_home}
|
||||
# --with-intro-progressbar-position=60,316 \
|
||||
# --with-intro-progressbar-size=409,8 \
|
||||
|
||||
___EOF
|
||||
#___EOF
|
||||
|
||||
for i in $RPM_OPT_FLAGS; do
|
||||
case "$i" in
|
||||
@ -836,7 +836,7 @@ export ARCH_FLAGS
|
||||
|
||||
count=0
|
||||
set +e
|
||||
while [[ count -lt 3 ]]; do
|
||||
while [[ count -lt 5 ]]; do
|
||||
# Workaround for java random crashes on build servers
|
||||
count=$((count+1))
|
||||
%make
|
||||
@ -2820,6 +2820,9 @@ This package contains additional Zulu translations and resources for LibreOffice
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Nov 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 6.3.3.2-1mamba
|
||||
- update to 6.3.3.2
|
||||
|
||||
* Thu Oct 03 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 6.3.2.2-1mamba
|
||||
- update to 6.3.2.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user