Hello community, here is the log from the commit of package gjdoc for openSUSE:Factory checked in at 2013-03-22 11:16:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gjdoc (Old) and /work/SRC/openSUSE:Factory/.gjdoc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gjdoc", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/gjdoc/gjdoc.changes 2011-09-23 01:59:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gjdoc.new/gjdoc.changes 2013-03-22 11:16:42.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Mar 16 23:36:12 UTC 2013 - [email protected] + +- Fix syntax in configure command + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gjdoc.spec ++++++ --- /var/tmp/diff_new_pack.dwgzpp/_old 2013-03-22 11:16:44.000000000 +0100 +++ /var/tmp/diff_new_pack.dwgzpp/_new 2013-03-22 11:16:44.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package gjdoc (Version 0.7.9) +# spec file for package gjdoc # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,17 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: gjdoc -BuildRequires: antlr-bootstrap ecj-bootstrap fastjar gcc-gij gcc-java libgcj-devel unzip -License: GPL-2.0+ -Group: Development/Libraries/Java -AutoReqProv: on +BuildRequires: antlr-bootstrap +BuildRequires: ecj-bootstrap +BuildRequires: fastjar +BuildRequires: gcc-gij +BuildRequires: gcc-java +BuildRequires: libgcj-devel +BuildRequires: unzip Version: 0.7.9 -Release: 10 +Release: 0 Summary: Javadoc replacement from classpath +License: GPL-2.0+ +Group: Development/Libraries/Java Url: http://www.gnu.org/software/classpath/ Source: ftp://ftp.gnu.org/pub/gnu/classpath/%{name}-%{version}.tar.bz2 Patch0: gjdoc-0.7.8-gjdoc.sh.in.patch @@ -62,7 +65,7 @@ cat %{_bindir}/ecj %build -LIB_GCJ="`ls %{_javadir}/libgcj-*.jar`" +LIB_GCJ=`echo %{_javadir}/libgcj-*.jar | sed 's/ /:/g'` ECJ_JAR=%{_javadir}/jdtcore.jar #>>> gjdoc (javadoc replacement) export JAVAC=%{_bindir}/ecj -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
