Hello community, here is the log from the commit of package relaxngDatatype for openSUSE:Factory checked in at 2017-06-10 18:33:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/relaxngDatatype (Old) and /work/SRC/openSUSE:Factory/.relaxngDatatype.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "relaxngDatatype" Sat Jun 10 18:33:33 2017 rev:15 rq:502560 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/relaxngDatatype/relaxngDatatype.changes 2014-07-21 10:35:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.relaxngDatatype.new/relaxngDatatype.changes 2017-06-10 18:33:34.343013642 +0200 @@ -1,0 +2,6 @@ +Fri Jun 9 10:36:56 UTC 2017 - [email protected] + +- Obsolete javadoc to bootstrap using gcj +- Add patch no-javadoc.patch + +------------------------------------------------------------------- New: ---- no-javadoc.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ relaxngDatatype.spec ++++++ --- /var/tmp/diff_new_pack.8FPqET/_old 2017-06-10 18:33:34.874938432 +0200 +++ /var/tmp/diff_new_pack.8FPqET/_new 2017-06-10 18:33:34.878937867 +0200 @@ -1,7 +1,7 @@ # # spec file for package relaxngDatatype # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,9 +24,11 @@ Group: Development/Languages/Java Url: https://sourceforge.net/projects/relaxng Source0: relaxngDatatype-1.0.tar.bz2 +Patch0: no-javadoc.patch BuildRequires: ant BuildRequires: java-devel BuildRequires: javapackages-tools +Obsoletes: %{name}-javadoc BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -35,38 +37,25 @@ related to the construction of the RELAX NG language and its implementations. -%package javadoc -Summary: RELAX NG Datatype API -Group: Development/Languages/Java - -%description javadoc -RELAX NG is a public space for test cases and other ancillary software -related to the construction of the RELAX NG language and its -implementations. - %prep %setup -q # wrong end of line necoding sed -i -e 's/.$//' copying.txt +%patch0 -p1 %build -ant -Dbuild.sysclasspath=only -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.5 +ant \ + -Dbuild.sysclasspath=only \ + -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 %install install -Dpm 644 %{name}.jar \ %{buildroot}%{_javadir}/%{name}-%{version}.jar ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar -# -install -dm 755 %{buildroot}%{_javadocdir}/%{name} -cp -pr doc/* %{buildroot}%{_javadocdir}/%{name} %files %defattr(-,root,root,-) %doc copying.txt %{_javadir}/*.jar -%files javadoc -%defattr(-,root,root,-) -%doc %{_javadocdir}/%{name} - %changelog ++++++ no-javadoc.patch ++++++ Index: relaxngDatatype-1.0/build.xml =================================================================== --- relaxngDatatype-1.0.orig/build.xml +++ relaxngDatatype-1.0/build.xml @@ -32,7 +32,7 @@ Implementation-Vendor: relaxng.sourcefor </jar> <!-- generate javadoc documentation --> - <mkdir dir="doc"/> + <!-- <mkdir dir="doc"/> <javadoc locale="en_US" packagenames="org.relaxng.datatype.*" sourcepath="src" @@ -41,7 +41,7 @@ Implementation-Vendor: relaxng.sourcefor public="yes" author="yes" > - </javadoc> + </javadoc>--> <!-- creates distribution package --> <zip zipfile="relaxngDatatype-${version}.zip">
