Hello community,

here is the log from the commit of package jikes for openSUSE:Factory checked 
in at 2017-10-31 15:43:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jikes (Old)
 and      /work/SRC/openSUSE:Factory/.jikes.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jikes"

Tue Oct 31 15:43:36 2017 rev:15 rq:537481 version:1.22

Changes:
--------
--- /work/SRC/openSUSE:Factory/jikes/jikes.changes      2011-12-26 
16:28:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.jikes.new/jikes.changes 2017-10-31 
15:43:36.146638810 +0100
@@ -1,0 +2,7 @@
+Mon Oct 30 08:50:22 UTC 2017 - fst...@suse.com
+
+- With removal of java-1_5_0-gcj-compat, jikes became uninstallable
+  * Require: jre1.1.x -> jre >= 1.1
+- Spec cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jikes.spec ++++++
--- /var/tmp/diff_new_pack.nnh6oY/_old  2017-10-31 15:43:36.658620251 +0100
+++ /var/tmp/diff_new_pack.nnh6oY/_new  2017-10-31 15:43:36.662620105 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jikes
 #
-# Copyright (c) 2011 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
@@ -17,19 +17,18 @@
 
 
 Name:           jikes
-BuildRequires:  automake
-BuildRequires:  gcc-c++
-Requires:       jre1.1.x
 Version:        1.22
 Release:        0
+Summary:        IBM Java Compiler
+License:        IPL-1.0
+Group:          Development/Languages/Java
 Url:            http://jikes.sourceforge.net/
 Source0:        %{name}-%{version}.tar.bz2
 Patch0:         %{name}-%{version}-uninitialized-variables.patch
 Patch1:         %{name}-%{version}-strict_aliasing.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Summary:        IBM Java Compiler
-License:        IPL-1.0
-Group:          Development/Languages/Java
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+Requires:       jre >= 1.1
 
 %description
 Jikes(TM) is a compiler that translates Java(TM) source files as
@@ -60,16 +59,6 @@
 
 Note that you must set CLASSPATH correctly to use jikes.
 
-
-
-Authors:
---------
-    Philippe Charles <char...@watson.ibm.com>
-    Ken Coar <ken.c...@golux.com>
-    Michael Ernst <mer...@cs.washington.edu>
-    Dave Shields <shie...@watson.ibm.com>
-    Vadim Zaliva <l...@crocodile.org>
-
 %prep
 %setup -q
 %patch0
@@ -78,28 +67,23 @@
 
 %build
 autoreconf -I src/m4 --force --install
-CFLAGS="$RPM_OPT_FLAGS" \
-CXXFLAGS="$RPM_OPT_FLAGS" \
-./configure --mandir=%{_mandir} \
+CFLAGS="%{optflags}" \
+CXXFLAGS="%{optflags}" \
+%configure --mandir=%{_mandir} \
             --prefix=%{_prefix} \
             --infodir=%{_infodir} \
             --sysconfdir=%{_sysconfdir}
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install
+%make_install
 #
-rm $RPM_BUILD_ROOT/%{_datadir}/doc/%name-%version/license.htm
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+rm %{buildroot}/%{_datadir}/doc/%{name}-%{version}/license.htm
 
 %files
-%defattr(-, root, root)
 %doc  AUTHORS  COPYING  ChangeLog  NEWS  README  TODO doc/license.htm
-%{_mandir}/man1/jikes.1.gz
-%{_prefix}/include/*
+%{_mandir}/man1/jikes.1%{ext_man}
+%{_includedir}/*
 %{_bindir}/jikes
 
 %changelog



Reply via email to