Compare commits
No commits in common. "c8-stream-3.6" and "stream-javapackages-tools-201902-rhel-8.9.0" have entirely different histories.
c8-stream-
...
stream-jav
15
.gitignore
vendored
15
.gitignore
vendored
@ -1 +1,14 @@
|
||||
SOURCES/jsoup-1.12.1.tar.gz
|
||||
/jsoup-1.6.1.tar.xz
|
||||
/jsoup-jsoup-1.7.2.tar.gz
|
||||
/jsoup-1.8.1.a.tar.gz
|
||||
/jsoup-1.8.2.tar.gz
|
||||
/jsoup-1.8.3.tar.gz
|
||||
/jsoup-1.9.1.tar.gz
|
||||
/jsoup-1.9.2.tar.gz
|
||||
/jsoup-1.10.1.tar.gz
|
||||
/jsoup-1.10.2.tar.gz
|
||||
/jsoup-1.10.3.tar.gz
|
||||
/jsoup-1.11.1.tar.gz
|
||||
/jsoup-1.11.2.tar.gz
|
||||
/jsoup-1.11.3.tar.gz
|
||||
/jsoup-1.12.1.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
48adc12dca7887f3d93c5680ce94194ab0a312a4 SOURCES/jsoup-1.12.1.tar.gz
|
@ -1,6 +1,6 @@
|
||||
Name: jsoup
|
||||
Version: 1.12.1
|
||||
Release: 3%{?dist}
|
||||
Release: 2%{?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-openjdk8
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
|
||||
%description
|
||||
@ -53,9 +53,6 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user