From 325e94f78202b91272fd2ebd88b3cd8a876a63359b746740986b80f61519d77d Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 17 May 2018 20:04:01 +0000 Subject: [PATCH 1/4] OBS-URL: https://build.opensuse.org/package/show/Java:packages/jikes?expand=0&rev=8 --- jikes.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jikes.spec b/jikes.spec index 720031e..2c3b1b1 100644 --- a/jikes.spec +++ b/jikes.spec @@ -1,7 +1,7 @@ # # spec file for package jikes # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 From 8f815b43e9a9e242c87887ef3d17eed079275a34f54f87dfc7e6ac052d0c850f Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 7 Feb 2019 08:03:15 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/Java:packages/jikes?expand=0&rev=9 --- jikes.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jikes.spec b/jikes.spec index 2c3b1b1..720031e 100644 --- a/jikes.spec +++ b/jikes.spec @@ -1,7 +1,7 @@ # # spec file for package jikes # -# Copyright (c) 2018 SUSE LINUX 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 From 8c8b99757543aa3ff129d7a7598455fc668c54232c76fdca8b9bbf1542b2ce49 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 21 Feb 2024 12:12:45 +0000 Subject: [PATCH 3/4] - Use %patch -P N instead of deprecated %patchN. OBS-URL: https://build.opensuse.org/package/show/Java:packages/jikes?expand=0&rev=10 --- jikes.changes | 5 +++++ jikes.spec | 17 +++++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/jikes.changes b/jikes.changes index 62843dc..47c5e98 100644 --- a/jikes.changes +++ b/jikes.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 21 12:12:25 UTC 2024 - Fridrich Strba + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Mon Oct 30 08:50:22 UTC 2017 - fstrba@suse.com diff --git a/jikes.spec b/jikes.spec index 720031e..08819d5 100644 --- a/jikes.spec +++ b/jikes.spec @@ -1,7 +1,7 @@ # # spec file for package jikes # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,7 +22,7 @@ Release: 0 Summary: IBM Java Compiler License: IPL-1.0 Group: Development/Languages/Java -Url: http://jikes.sourceforge.net/ +URL: https://jikes.sourceforge.net/ Source0: %{name}-%{version}.tar.bz2 Patch0: %{name}-%{version}-uninitialized-variables.patch Patch1: %{name}-%{version}-strict_aliasing.patch @@ -61,8 +61,8 @@ Note that you must set CLASSPATH correctly to use jikes. %prep %setup -q -%patch0 -%patch1 +%patch -P 0 +%patch -P 1 cp -v doc/license.htm license.html %build @@ -73,7 +73,7 @@ CXXFLAGS="%{optflags}" \ --prefix=%{_prefix} \ --infodir=%{_infodir} \ --sysconfdir=%{_sysconfdir} -make %{?_smp_mflags} +%make_build %install %make_install @@ -81,8 +81,9 @@ make %{?_smp_mflags} rm %{buildroot}/%{_datadir}/doc/%{name}-%{version}/license.htm %files -%doc AUTHORS COPYING ChangeLog NEWS README TODO doc/license.htm -%{_mandir}/man1/jikes.1%{ext_man} +%license COPYING doc/license.htm +%doc AUTHORS ChangeLog NEWS README TODO +%{_mandir}/man1/jikes.1%{?ext_man} %{_includedir}/* %{_bindir}/jikes From f4ff22316922575a8da4908be8322d309273497fac314caa76baa89a6bfcd7ed Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 21 Feb 2024 13:20:24 +0000 Subject: [PATCH 4/4] OBS-URL: https://build.opensuse.org/package/show/Java:packages/jikes?expand=0&rev=11 --- jikes.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/jikes.spec b/jikes.spec index 08819d5..e36e3bb 100644 --- a/jikes.spec +++ b/jikes.spec @@ -16,6 +16,7 @@ # +%{!?make_build:%global make_build make %{?_smp_mflags}} Name: jikes Version: 1.22 Release: 0