diff --git a/jsoup-1.14.2.tar.gz b/jsoup-1.14.2.tar.gz
new file mode 100644
index 0000000..fcc0934
--- /dev/null
+++ b/jsoup-1.14.2.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:84e5bf69bd73e50fb348a0963a067e8306a77db6ffc54dac1aa16c9fb9cfb4e5
+size 299703
diff --git a/jsoup-build.xml b/jsoup-build.xml
index 1511c01..4a0877e 100644
--- a/jsoup-build.xml
+++ b/jsoup-build.xml
@@ -11,7 +11,7 @@
-
+
@@ -24,11 +24,21 @@
-
+
+
+
+
+
+
+
+
+
+
+
@@ -56,6 +66,7 @@
+
@@ -100,7 +111,9 @@
overview="${build.javadocDir.0}/overview.html"
doctitle="${project.name} ${project.version} API"
windowtitle="${project.name} ${project.version} API"
- breakiterator="false"/>
+ breakiterator="false">
+
+
@@ -122,8 +135,8 @@
-
-
+
+
diff --git a/jsoup.spec b/jsoup.spec
index 375709b..353f6b1 100644
--- a/jsoup.spec
+++ b/jsoup.spec
@@ -1,7 +1,7 @@
#
# spec file for package jsoup
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
Name: jsoup
-Version: 1.11.3
+Version: 1.14.2
Release: 0
Summary: Java library for working with HTML
License: MIT
Group: Development/Libraries/Java
-URL: http://jsoup.org/
+URL: https://jsoup.org/
# ./generate-tarball.sh
Source0: %{name}-%{version}.tar.gz
Source1: %{name}-build.xml
@@ -32,6 +32,7 @@ BuildRequires: ant
BuildRequires: fdupes
BuildRequires: java-devel >= 1.7
BuildRequires: javapackages-local
+BuildRequires: jsr-305
BuildArch: noarch
%description
@@ -62,10 +63,13 @@ API documentation for %{name}.
cp %{SOURCE1} .
%pom_remove_plugin :animal-sniffer-maven-plugin
-%pom_remove_plugin :maven-javadoc-plugin
+%pom_remove_plugin :japicmp-maven-plugin
+%pom_remove_plugin :maven-failsafe-plugin
%build
-%ant -f %{name}-build.xml jar javadoc
+mkdir -p lib
+build-jar-repository -s lib jsr-305
+%{ant} -f %{name}-build.xml jar javadoc
%install
# jar