Upgrade to 1.14.2
(cherry picked from commit ee3fac4a0570def8bb6ff39ddc4fd963f375a410)
This commit is contained in:
parent
2d99712e9f
commit
22420a08f7
Binary file not shown.
BIN
jsoup-1.14.2.tar.gz
Normal file
BIN
jsoup-1.14.2.tar.gz
Normal file
Binary file not shown.
14
jsoup.spec
14
jsoup.spec
@ -1,14 +1,14 @@
|
|||||||
Name: jsoup
|
Name: jsoup
|
||||||
Version: 1.11.3
|
Version: 1.14.2
|
||||||
Release: 5
|
Release: 1
|
||||||
Summary: Java HTML Parser
|
Summary: Java HTML Parser
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://jsoup.org/
|
URL: http://jsoup.org/
|
||||||
Source0: https://github.com/jhy/jsoup/archive/jsoup-%{version}.tar.gz
|
Source0: https://github.com/jhy/jsoup/archive/refs/tags/jsoup-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: maven-local, mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: maven-local, mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
Provides: %{name}-javadoc%{?_isa} %{name}-javadoc
|
Provides: %{name}-javadoc%{?_isa} %{name}-javadoc
|
||||||
Obsoletes: %{name}-javadoc
|
Obsoletes: %{name}-javadoc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -19,7 +19,8 @@ for extracting and manipulating data, using the best of DOM, CSS, and jquery-lik
|
|||||||
%autosetup -n %{name}-%{name}-%{version} -p1
|
%autosetup -n %{name}-%{name}-%{version} -p1
|
||||||
|
|
||||||
%pom_remove_plugin :animal-sniffer-maven-plugin
|
%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
|
%build
|
||||||
%mvn_build -f
|
%mvn_build -f
|
||||||
@ -33,6 +34,9 @@ for extracting and manipulating data, using the best of DOM, CSS, and jquery-lik
|
|||||||
%{_javadocdir}/%{name}/*
|
%{_javadocdir}/%{name}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 3 2021 houyingchao <houyingchao@huawei.com> - 1.14.2-1
|
||||||
|
- Upgrade to 1.14.2
|
||||||
|
|
||||||
* Wed Mar 4 2020 chenli <chenli147@huawei.com> - 1.11.3-5
|
* Wed Mar 4 2020 chenli <chenli147@huawei.com> - 1.11.3-5
|
||||||
- Modify Spec.
|
- Modify Spec.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user