Build with OpenJDK 8

This commit is contained in:
Mikolaj Izdebski 2020-01-25 14:40:08 +01:00
parent d7def7196d
commit 1908562ef5
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: jsoup
Version: 1.12.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Java library for working with real-world HTML
License: MIT
URL: http://jsoup.org/
@ -11,7 +11,7 @@ Source0: %{name}-%{version}.tar.gz
# The sources contain non-free scraped web pages as test data
Source1: generate-tarball.sh
BuildRequires: maven-local
BuildRequires: maven-local-openjdk8
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
%description
@ -53,6 +53,9 @@ jsoup will create a sensible parse tree.
%license LICENSE
%changelog
* Sat Jan 25 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.12.1-3
- Build with OpenJDK 8
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.12.1-2
- Mass rebuild for javapackages-tools 201902