rpms/java-1.7.0-icedtea/devel .cvsignore, 1.9, 1.10 java-1.7.0-icedtea.spec, 1.13, 1.14 sources, 1.9, 1.10

Lillian Angel (langel) fedora-extras-commits at redhat.com
Mon Oct 1 18:20:14 UTC 2007


Author: langel

Update of /cvs/pkgs/rpms/java-1.7.0-icedtea/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8153

Modified Files:
	.cvsignore java-1.7.0-icedtea.spec sources 
Log Message:
* Mon Oct 1 2007 Lillian Angel <langel at redhat.com> - 1.7.0.0-0.16.b19.snapshot
- Listed mauve_output as a doc file instead of a source.
- Added mauve_tests to the src files as doc.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/java-1.7.0-icedtea/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	28 Sep 2007 20:35:36 -0000	1.9
+++ .cvsignore	1 Oct 2007 18:19:41 -0000	1.10
@@ -1,5 +1,5 @@
 icedtea-1.4-f23640f520cf248e08d731f91fed62ed14e97b2f.tar.gz
 java-access-bridge-1.19.2.tar.gz
 openjdk-7-ea-src-b19-30_aug_2007-fedora.zip
+mauve_tests
 mauve-2007-09-12.tar.gz
-mauve_output


Index: java-1.7.0-icedtea.spec
===================================================================
RCS file: /cvs/pkgs/rpms/java-1.7.0-icedtea/devel/java-1.7.0-icedtea.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- java-1.7.0-icedtea.spec	28 Sep 2007 20:33:17 -0000	1.13
+++ java-1.7.0-icedtea.spec	1 Oct 2007 18:19:41 -0000	1.14
@@ -113,7 +113,6 @@
 Source5:  README.plugin
 Source6:  mauve-%{mauvedate}.tar.gz
 Source7:  mauve_tests
-Source8:  mauve_output
 Patch0:   java-1.7.0-icedtea-makefile.patch
 Patch1:   java-1.7.0-icedtea-jhat.patch
 Patch2:   java-1.7.0-icedtea-win32.patch
@@ -273,6 +272,7 @@
 %patch3
 cp %{SOURCE4} .
 cp %{SOURCE5} .
+cp %{SOURCE7} .
 
 %build
 ./configure %{icedteaopt} --with-openjdk-src-zip=%{SOURCE1}
@@ -300,8 +300,8 @@
   ./configure 
   make
   echo ====================MAUVE TESTING========================
-  $JAVA_HOME/bin/java Harness -vm $JAVA_HOME/bin/java -file %{SOURCE7} \
-	-timeout 30000 2>&1 | tee %{SOURCE8}
+  ( $JAVA_HOME/bin/java Harness -vm $JAVA_HOME/bin/java -file %{SOURCE7} \
+	-timeout 30000 2>&1 | tee mauve_output ) || :
   echo ====================MAUVE TESTING END====================
 popd
 
@@ -722,6 +722,8 @@
 %defattr(-,root,root,-)
 %doc README.src
 %{_jvmdir}/%{sdkdir}/src.zip
+%doc mauve_tests
+%doc mauve-%{mauvedate}/mauve_output
 
 %files javadoc
 %defattr(-,root,root,-)
@@ -733,6 +735,10 @@
 %{_jvmdir}/%{jredir}/lib/%{archinstall}/gcjwebplugin.so
 
 %changelog
+* Mon Oct 1 2007 Lillian Angel <langel at redhat.com> - 1.7.0.0-0.16.b19.snapshot
+- Listed mauve_output as a doc file instead of a source.
+- Added mauve_tests to the src files as doc.
+
 * Fri Sep 28 2007 Lillian Angel <langel at redhat.com> - 1.7.0.0-0.16.b19.snapshot
 - Fixed testing. Output is stored in a file and passes/debug info is not shown.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/java-1.7.0-icedtea/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	28 Sep 2007 20:35:36 -0000	1.9
+++ sources	1 Oct 2007 18:19:41 -0000	1.10
@@ -3,4 +3,3 @@
 d079f800f86f018240a2a943f86093bb  openjdk-7-ea-src-b19-30_aug_2007-fedora.zip
 68932798db6c0e167a2d54738b6dfb68  mauve_tests
 abee6aad1525bee3d45a13d0adf859c9  mauve-2007-09-12.tar.gz
-c78b32f88b61b3645da34179fbb5ece0  mauve_output




More information about the scm-commits mailing list