Hello community,

here is the log from the commit of package jlex for openSUSE:Factory checked in 
at 2013-08-25 13:32:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jlex (Old)
 and      /work/SRC/openSUSE:Factory/.jlex.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jlex"

Changes:
--------
--- /work/SRC/openSUSE:Factory/jlex/jlex.changes        2011-09-23 
02:04:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.jlex.new/jlex.changes   2013-08-25 
13:32:06.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Aug 23 09:22:06 UTC 2013 - [email protected]
+
+- don't build javadoc
+- use 1.5 source/target
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jlex.spec ++++++
--- /var/tmp/diff_new_pack.DoiBpD/_old  2013-08-25 13:32:07.000000000 +0200
+++ /var/tmp/diff_new_pack.DoiBpD/_new  2013-08-25 13:32:07.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package jlex (Version 1.2.6)
+# spec file for package jlex
 #
-# 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
@@ -14,13 +14,13 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-# norootforbuild
 # icecream 0
 
 
 Name:           jlex
-BuildRequires:  ant java-1_5_0-gcj-compat-devel xml-commons-apis-bootstrap
+BuildRequires:  ant
+BuildRequires:  java-1_5_0-gcj-compat-devel
+BuildRequires:  xml-commons-apis-bootstrap
 #!BuildIgnore:  xml-commons-apis xml-commons-resolver xml-commons xerces-j2
 #!BuildIgnore:  xml-commons-jaxp-1.3-apis xml-commons-resolver12
 %define name            jlex
@@ -28,7 +28,7 @@
 %define release         2jpp
 %define section                free
 Version:        1.2.6
-Release:        265
+Release:        0
 Summary:        A Lexical Analyzer Generator for Java
 License:        BSD-3-Clause
 Group:          Development/Libraries/Java
@@ -42,20 +42,6 @@
 %description
 JLex is a lexical analyzer generator for Java.
 
-
-
-%package javadoc
-License:        BSD-3-Clause
-PreReq:         coreutils
-Group:          Development/Libraries/Java
-Summary:        Javadoc for jlex
-
-%description javadoc
-JLex is a Lexical Analyzer Generator for Java. This package contains
-the javadoc documentation for JLex.
-
-
-
 %prep
 %setup -c -T
 cp %{SOURCE0} .
@@ -71,19 +57,9 @@
 install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
 install -m 644 dist/lib/%{name}.jar 
$RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
 (cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} 
`echo $jar| sed  "s|-%{version}||g"`; done)
-# javadoc
-install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-cp -r dist/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
 %{_javadir}/*
 
-%files javadoc
-%defattr(-,root,root,-)
-%{_javadocdir}/%{name}-%{version}
-
 %changelog

++++++ jlex-1.2.6.build.xml ++++++
--- /var/tmp/diff_new_pack.DoiBpD/_old  2013-08-25 13:32:07.000000000 +0200
+++ /var/tmp/diff_new_pack.DoiBpD/_new  2013-08-25 13:32:07.000000000 +0200
@@ -53,9 +53,10 @@
            debug="${compile.debug}" 
            deprecation="${compile.deprecation}" 
            optimize="${compile.optimize}" 
-          source="1.4"
-          target="1.4" />
+          source="1.5"
+          target="1.5" />
   
+
     </target>
 
   <!-- ======================== Build JavaDoc =========================== -->
@@ -70,7 +71,7 @@
 
 
   <!-- ===================== Distribution Files ========================= -->
-  <target name="dist" depends="package,javadoc">
+  <target name="dist" depends="package">
     <copy todir="${dist.dir}/docs/api">
             <fileset dir="${build.dir}/docs/api"/>
         </copy>

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

Reply via email to