Compare commits

...

No commits in common. "c8-stream-3.6" and "c8-stream-3.5" have entirely different histories.

3 changed files with 14 additions and 19 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/jsoup-1.12.1.tar.gz
SOURCES/jsoup-1.11.3.tar.gz

View File

@ -1 +1 @@
48adc12dca7887f3d93c5680ce94194ab0a312a4 SOURCES/jsoup-1.12.1.tar.gz
8e09e27d1217ee844815c1f3224ba990169b3db8 SOURCES/jsoup-1.11.3.tar.gz

View File

@ -1,5 +1,5 @@
Name: jsoup
Version: 1.12.1
Version: 1.11.3
Release: 3%{?dist}
Summary: Java library for working with real-world HTML
License: MIT
@ -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
@ -33,8 +33,12 @@ jsoup is designed to deal with all varieties of HTML found in the wild;
from pristine and validating, to invalid tag-soup;
jsoup will create a sensible parse tree.
%{?module_package}
%{?javadoc_package}
%package javadoc
Summary: Javadoc for %{name}
%description javadoc
API documentation for %{name}.
%prep
%setup -q -n %{name}-%{name}-%{version}
@ -48,23 +52,14 @@ jsoup will create a sensible parse tree.
%install
%mvn_install
%files -n %{?module_prefix}%{name} -f .mfiles
%files -f .mfiles
%doc README.md CHANGES
%license LICENSE
%files javadoc -f .mfiles-javadoc
%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
* Thu Jul 04 2019 Marian Koncek <mkoncek@redhat.com> - 1.12.1-1
- Update to upstream version 1.12.1
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.11.3-4
- Mass rebuild for javapackages-tools 201901
* Wed Jul 18 2018 Michael Simacek <msimacek@redhat.com> - 1.11.3-3
- Remove non-free scraped web pages from SRPM