[packages/libreoffice] - drop hack needed for ancient OOo build systems

arekm arekm at pld-linux.org
Thu Feb 14 13:11:43 CET 2013


commit 5210f0c9a7b52a8b34ad78f92acf9921a1a426a5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Feb 14 13:11:35 2013 +0100

    - drop hack needed for ancient OOo build systems

 libreoffice.spec | 10 ----------
 1 file changed, 10 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index 596c75d..591200d 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -2699,16 +2699,6 @@ touch autogen.lastrun
 	ARCH_FLAGS_CXX="$SAFE_CFLAGS -fno-omit-frame-pointer -fno-strict-aliasing -fpermissive -fvisibility-inlines-hidden" \
 	ARCH_FLAGS_OPT="$SAFE_CFLAGS"
 
-# hack for parallel build
-if [ $RPM_BUILD_NR_THREADS -gt 1 ]; then
-	doit=1
-	while [ "$doit" -eq 1 ]; do
-		echo "Waiting one more time..."
-		FCH=$(nice -n 20 find . -type f ! -mmin +3 -print 2> /dev/null | wc -l)
-		[ "$FCH" -eq 0 ] && doit=0 || sleep 30
-	done
-fi
-
 %install
 # install just once (based on makeinstall.stamp)
 # this will make packaging newer versions simplier
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libreoffice.git/commitdiff/5210f0c9a7b52a8b34ad78f92acf9921a1a426a5



More information about the pld-cvs-commit mailing list