diff --git a/libreoffice-help-group1.spec b/libreoffice-help-group1.spec index 034ee88..b2e3f4e 100644 --- a/libreoffice-help-group1.spec +++ b/libreoffice-help-group1.spec @@ -372,6 +372,7 @@ lo_jobs="%{?jobs:%jobs}" # native hardware is not that powerful lo_jobs="" %endif +%endif if test -n "$lo_jobs" -a "$lo_jobs" -gt "64" ; then echo "Warning: dmake does not support more than 64 processes => reducing number of parallel jobs" lo_jobs="64" diff --git a/libreoffice-help-group2.spec b/libreoffice-help-group2.spec index c3c64aa..f23ceb9 100644 --- a/libreoffice-help-group2.spec +++ b/libreoffice-help-group2.spec @@ -360,6 +360,7 @@ lo_jobs="%{?jobs:%jobs}" # native hardware is not that powerful lo_jobs="" %endif +%endif if test -n "$lo_jobs" -a "$lo_jobs" -gt "64" ; then echo "Warning: dmake does not support more than 64 processes => reducing number of parallel jobs" lo_jobs="64" diff --git a/libreoffice-help-group3.spec b/libreoffice-help-group3.spec index a17537f..51fd27d 100644 --- a/libreoffice-help-group3.spec +++ b/libreoffice-help-group3.spec @@ -372,6 +372,7 @@ lo_jobs="%{?jobs:%jobs}" # native hardware is not that powerful lo_jobs="" %endif +%endif if test -n "$lo_jobs" -a "$lo_jobs" -gt "64" ; then echo "Warning: dmake does not support more than 64 processes => reducing number of parallel jobs" lo_jobs="64" diff --git a/libreoffice-help-group4.spec b/libreoffice-help-group4.spec index 2aa1556..efdbf12 100644 --- a/libreoffice-help-group4.spec +++ b/libreoffice-help-group4.spec @@ -360,6 +360,7 @@ lo_jobs="%{?jobs:%jobs}" # native hardware is not that powerful lo_jobs="" %endif +%endif if test -n "$lo_jobs" -a "$lo_jobs" -gt "64" ; then echo "Warning: dmake does not support more than 64 processes => reducing number of parallel jobs" lo_jobs="64" diff --git a/libreoffice-help-group5.spec b/libreoffice-help-group5.spec index 14bf539..431310b 100644 --- a/libreoffice-help-group5.spec +++ b/libreoffice-help-group5.spec @@ -387,6 +387,7 @@ lo_jobs="%{?jobs:%jobs}" # native hardware is not that powerful lo_jobs="" %endif +%endif if test -n "$lo_jobs" -a "$lo_jobs" -gt "64" ; then echo "Warning: dmake does not support more than 64 processes => reducing number of parallel jobs" lo_jobs="64" diff --git a/libreoffice-help-groupX.spec.in b/libreoffice-help-groupX.spec.in index ffc5e69..0fc01d9 100644 --- a/libreoffice-help-groupX.spec.in +++ b/libreoffice-help-groupX.spec.in @@ -165,6 +165,7 @@ lo_jobs="%{?jobs:%jobs}" # native hardware is not that powerful lo_jobs="" %endif +%endif if test -n "$lo_jobs" -a "$lo_jobs" -gt "64" ; then echo "Warning: dmake does not support more than 64 processes => reducing number of parallel jobs" lo_jobs="64"