rpms/java-1.6.0-openjdk/devel java-1.6.0-openjdk.spec,1.42,1.43

Thomas Fitzsimmons (fitzsim) fedora-extras-commits at redhat.com
Fri May 30 19:49:13 UTC 2008


Author: fitzsim

Update of /cvs/pkgs/rpms/java-1.6.0-openjdk/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20276

Modified Files:
	java-1.6.0-openjdk.spec 
Log Message:
* Fri May 30 2008 Thomas Fitzsimmons <fitzsim at redhat.com> - 1:1.6.0.0-0.15.b09
- Group all Mauve commands.




Index: java-1.6.0-openjdk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/java-1.6.0-openjdk/devel/java-1.6.0-openjdk.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- java-1.6.0-openjdk.spec	30 May 2008 19:35:29 -0000	1.42
+++ java-1.6.0-openjdk.spec	30 May 2008 19:48:30 -0000	1.43
@@ -374,29 +374,29 @@
 popd
 
 # Run jtreg test suite.
-echo ====================JTREG TESTING========================
 {
+  echo ====================JTREG TESTING========================
   make jtregcheck -k | tee jtreg_output
+  echo ====================JTREG TESTING END====================
 } || :
-echo ====================JTREG TESTING END====================
 
 # Run Mauve test suite.
-pushd mauve-%{mauvedate}
-  ./configure
-  make
-  echo ====================MAUVE TESTING========================
-  export DISPLAY=:20
-  Xvfb :20 -screen 0 1x1x24 -ac&
-  echo $! > Xvfb.pid
-  {
+{
+  pushd mauve-%{mauvedate}
+    ./configure
+    make
+    echo ====================MAUVE TESTING========================
+    export DISPLAY=:20
+    Xvfb :20 -screen 0 1x1x24 -ac&
+    echo $! > Xvfb.pid
     $JAVA_HOME/bin/java Harness -vm $JAVA_HOME/bin/java \
       -file %{SOURCE7} -timeout 30000 2>&1 | tee mauve_output
-  } || :
-  kill -9 `cat Xvfb.pid`
-  unset DISPLAY
-  rm -f Xvfb.pid
-  echo ====================MAUVE TESTING END====================
-popd
+    kill -9 `cat Xvfb.pid`
+    unset DISPLAY
+    rm -f Xvfb.pid
+    echo ====================MAUVE TESTING END====================
+  popd
+} || :
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -884,6 +884,9 @@
 
 %changelog
 * Fri May 30 2008 Thomas Fitzsimmons <fitzsim at redhat.com> - 1:1.6.0.0-0.15.b09
+- Group all Mauve commands.
+
+* Fri May 30 2008 Thomas Fitzsimmons <fitzsim at redhat.com> - 1:1.6.0.0-0.15.b09
 - Formatting cleanups.
 - Add jtreg_output to src subpackage.
 




More information about the scm-commits mailing list