Hello community, here is the log from the commit of package objectweb-asm for openSUSE:Factory checked in at 2013-09-26 07:09:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/objectweb-asm (Old) and /work/SRC/openSUSE:Factory/.objectweb-asm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "objectweb-asm" Changes: -------- --- /work/SRC/openSUSE:Factory/objectweb-asm/objectweb-asm.changes 2013-09-11 13:37:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.objectweb-asm.new/objectweb-asm.changes 2013-09-26 07:09:56.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Sep 25 12:03:11 UTC 2013 - [email protected] + +- Build with gcc-java as openjdk7 (1.7.0_40) fails to build it +- Disable javadoc package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ objectweb-asm.spec ++++++ --- /var/tmp/diff_new_pack.kWgJYV/_old 2013-09-26 07:09:56.000000000 +0200 +++ /var/tmp/diff_new_pack.kWgJYV/_new 2013-09-26 07:09:56.000000000 +0200 @@ -40,7 +40,7 @@ Requires: xml-commons-apis PreReq: javapackages-tools BuildRequires: ant >= 1.6.5 -BuildRequires: java-devel +BuildRequires: java-1_5_0-gcj-compat-devel BuildRequires: javapackages-tools BuildRequires: objectweb-anttask BuildRequires: xml-commons-apis @@ -59,6 +59,7 @@ ASM offers similar functionalities as BCEL or SERP, but is much smaller. +%if 0 %package javadoc Summary: Javadoc for %{name} Group: Development/Libraries/Java @@ -73,6 +74,7 @@ ASM offers similar functionalities as BCEL or SERP, but is much smaller. +%endif %prep %setup -q -n asm-%{version} @@ -84,7 +86,7 @@ %build export CLASSPATH= export OPT_JAR_LIST=: -ant -Dobjectweb.ant.tasks.path=$(build-classpath objectweb-anttask) jar jdoc +ant -Dobjectweb.ant.tasks.path=$(build-classpath objectweb-anttask) jar %install # jars @@ -123,9 +125,11 @@ install -m 644 %{SOURCE8} %{buildroot}%{_mavenpomdir}/JPP.objectweb-asm-asm-parent.pom %add_maven_depmap JPP.objectweb-asm-asm-all.pom %{name}/asm-all.jar +%if 0 # javadoc install -p -d -m 755 %{buildroot}%{_javadocdir}/%{name} cp -pr output/dist/doc/javadoc/user/* %{buildroot}%{_javadocdir}/%{name} +%endif %files %defattr(0644,root,root,0755) @@ -135,8 +139,10 @@ %{_mavenpomdir}/* %config %{_mavendepmapfragdir}/* +%if 0 %files javadoc %defattr(0644,root,root,0755) %{_javadocdir}/%{name} +%endif %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
