rpms/java-1.7.0-icedtea/devel java-1.7.0-icedtea.spec, 1.12, 1.13 sources, 1.7, 1.8

Thomas Fitzsimmons (fitzsim) fedora-extras-commits at redhat.com
Fri Sep 28 21:18:33 UTC 2007


Lillian Angel wrote:
> Author: langel
> 
> Update of /cvs/pkgs/rpms/java-1.7.0-icedtea/devel
> In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15145
> 
> Modified Files:
> 	java-1.7.0-icedtea.spec sources 
> Log Message:
> * 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: 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.12
> retrieving revision 1.13
> diff -u -r1.12 -r1.13
> --- java-1.7.0-icedtea.spec	27 Sep 2007 18:44:55 -0000	1.12
> +++ java-1.7.0-icedtea.spec	28 Sep 2007 20:33:17 -0000	1.13
> @@ -113,6 +113,7 @@
>  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
> @@ -300,7 +301,7 @@
>    make
>    echo ====================MAUVE TESTING========================
>    $JAVA_HOME/bin/java Harness -vm $JAVA_HOME/bin/java -file %{SOURCE7} \
> -    -showpasses -debug -timeout 30000 2>&1 || :
> +	-timeout 30000 2>&1 | tee %{SOURCE8}
>    echo ====================MAUVE TESTING END====================
>  popd
>  
> @@ -732,6 +733,9 @@
>  %{_jvmdir}/%{jredir}/lib/%{archinstall}/gcjwebplugin.so
>  
>  %changelog
> +* 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.

You can't store the output back into the source file -- that violates the 
"pristine source" rpm philosophy (not to mention that mock likely makes the 
source read-only so the build would fail).  I meant include it in the files 
list, probably as %doc.  In any case, don't build this into Rawhide, for 
stability reasons.  Just wait until sometime next week when F8t3 is out.

Tom




More information about the fedora-extras-commits mailing list