From 0eb5fcb21f7338231bbf5f5ceb9fe060abe0a3bbc72aa89ade2efc88ad53f1fd Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 17 May 2018 19:54:50 +0000 Subject: [PATCH 1/4] OBS-URL: https://build.opensuse.org/package/show/Java:packages/jsch?expand=0&rev=22 --- jsch.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsch.spec b/jsch.spec index 2619563..dda69fa 100644 --- a/jsch.spec +++ b/jsch.spec @@ -1,7 +1,7 @@ # # spec file for package jsch # -# 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 20c84b04b358259b1110492ab81cbb45b9b0133e2a4cb9e6e348b5e13bb4cdfd Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 7 Feb 2019 08:08:43 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/Java:packages/jsch?expand=0&rev=23 --- jsch.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsch.spec b/jsch.spec index dda69fa..2619563 100644 --- a/jsch.spec +++ b/jsch.spec @@ -1,7 +1,7 @@ # # spec file for package jsch # -# 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 1a3781162f2ece47b49d11e8b282428a19dc92c6cccb5a48758101e476168173 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 20 Sep 2019 12:18:40 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/Java:packages/jsch?expand=0&rev=24 --- jsch.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/jsch.spec b/jsch.spec index 2619563..e54bd15 100644 --- a/jsch.spec +++ b/jsch.spec @@ -1,7 +1,7 @@ # # spec file for package jsch # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -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/ # @@ -31,7 +31,6 @@ Patch0: jsch-0.1.54-sourcetarget.patch BuildRequires: ant BuildRequires: java-devel >= 1.6.0 BuildRequires: javapackages-local -BuildRequires: javapackages-tools BuildRequires: jzlib BuildRequires: unzip BuildRequires: zip @@ -65,6 +64,8 @@ functionality into your own Java programs. %prep %setup -q %patch0 -p1 +cp %{SOURCE3} pom.xml +%pom_remove_parent %build export CLASSPATH=$(build-classpath jzlib) @@ -93,7 +94,7 @@ cp -pr examples/* %{buildroot}%{_datadir}/%{name} # POM and depmap install -d -m 755 %{buildroot}%{_mavenpomdir} -install -p -m 644 %{SOURCE3} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom +install -p -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom %add_maven_depmap %files From 20dbc0cf629980dd28d008ef57e1d0dd623c1d3b091260ff8520ed03f01b8eb6 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 20 Sep 2019 13:37:44 +0000 Subject: [PATCH 4/4] - Remove reference to the parent from pom file, since we are not building with maven OBS-URL: https://build.opensuse.org/package/show/Java:packages/jsch?expand=0&rev=25 --- jsch.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jsch.changes b/jsch.changes index 3cf7a21..3ab5846 100644 --- a/jsch.changes +++ b/jsch.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 20 13:37:00 UTC 2019 - Fridrich Strba + +- Remove reference to the parent from pom file, since we are not + building with maven + ------------------------------------------------------------------- Fri Sep 8 08:31:01 UTC 2017 - fstrba@suse.com