Hello community,

here is the log from the commit of package castor for openSUSE:Factory checked 
in at 2013-08-23 11:05:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/castor (Old)
 and      /work/SRC/openSUSE:Factory/.castor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "castor"

Changes:
--------
--- /work/SRC/openSUSE:Factory/castor/castor.changes    2012-06-13 
13:30:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.castor.new/castor.changes       2013-08-23 
11:05:46.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Aug 22 12:33:42 UTC 2013 - [email protected]
+
+- disable javadoc build 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ castor.spec ++++++
--- /var/tmp/diff_new_pack.xzCrfb/_old  2013-08-23 11:05:47.000000000 +0200
+++ /var/tmp/diff_new_pack.xzCrfb/_new  2013-08-23 11:05:47.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package castor
 #
-# Copyright (c) 2012 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
@@ -106,23 +106,6 @@
 
 This package contains XML support for Castor.
 
-
-
-%package javadoc
-Summary:        Javadoc for castor
-Group:          Development/Libraries/Java
-PreReq:         coreutils
-
-%description javadoc
-Castor is an open source data binding framework for Java. It's
-basically the shortest path between Java objects, XML documents and SQL
-tables. Castor provides Java to XML binding, Java to SQL persistence,
-and then some more.
-
-This package contains the javadoc documentation for Castor.
-
-
-
 %package doc
 Summary:        Documentation for castor
 Group:          Development/Libraries/Java
@@ -153,11 +136,9 @@
 fi
 export GC_MAXIMUM_HEAP_SIZE="134217728"
 export CLASSPATH=%(build-classpath adaptx jta junit ldapjdk oro regexp 
servletapi3 xerces)
-export LC_ALL="en_US.UTF-8" # necessary for javadoc
 ant -buildfile src/build.xml jar
 ant -buildfile src/build.xml examples
 ant -buildfile src/build.xml CTFjar
-ant -buildfile src/build.xml javadoc
 
 %install
 #export ANT_OPTS="--param max-fields-for-field-sensitive=1 -O1"
@@ -171,9 +152,7 @@
 # examples (demo)
 install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/examples
 cp -pr build/examples/* $RPM_BUILD_ROOT%{_datadir}/%{name}/examples
-# javadoc
-install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-cp -pr build/doc/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
+
 # do this last, since it will delete all build directories
 export CLASSPATH=%(build-classpath adaptx log4j)
 ant -buildfile src/build.xml doc
@@ -203,10 +182,6 @@
 %{_javadir}/%{name}-xml-%{version}.jar
 %{_javadir}/%{name}-xml.jar
 
-%files javadoc
-%defattr(0644,root,root,0755)
-%{_javadocdir}/%{name}-%{version}
-
 %files doc
 %defattr(0644,root,root,0755)
 %doc build/doc/*

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to