rpms/openoffice.org/devel openoffice.org.spec,1.203,1.204

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jun 2 20:44:17 UTC 2005


Author: caolanm

Update of /cvs/dist/rpms/openoffice.org/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20198

Modified Files:
	openoffice.org.spec 
Log Message:
examine disk space


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- openoffice.org.spec	2 Jun 2005 10:21:29 -0000	1.203
+++ openoffice.org.spec	2 Jun 2005 20:44:14 -0000	1.204
@@ -731,6 +731,7 @@
 tar xzf %{SOURCE2}
 %build
 echo build start time is `date`
+df -h .
 if [ -z "$RPM_BUILD_NCPUS" ] ; then
     if [ -x /usr/bin/getconf ] ; then
         RPM_BUILD_NCPUS=$(/usr/bin/getconf _NPROCESSORS_ONLN)
@@ -785,16 +786,20 @@
 cd ../..
 cd instsetoo_native/util
 if ! build --all -P$MAXBUILDS; then
+    echo Hmm...
+    df -h .
     unset MAXPROCESS
     build --all
 fi
 echo build end time is `date`
+df -h .
 
 %if %{langpacks}
 echo start langpack install time is `date`
 export MAXPROCESS=1
 dmake ooolanguagepack
 echo end langpack install time is `date`
+df -h .
 %endif
 
 # We don't need to carry around all the letter templates for all the languages 




More information about the fedora-cvs-commits mailing list