667561
Name:           jsoup
667561
Version:        1.12.1
667561
Release:        3%{?dist}
667561
Summary:        Java library for working with real-world HTML
667561
License:        MIT
667561
URL:            http://jsoup.org/
667561
BuildArch:      noarch
667561
667561
# ./generate-tarball.sh
667561
Source0:        %{name}-%{version}.tar.gz
667561
# The sources contain non-free scraped web pages as test data
667561
Source1:        generate-tarball.sh
667561
667561
BuildRequires:  maven-local-openjdk8
667561
BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
667561
667561
%description
667561
jsoup is a Java library for working with real-world HTML.
667561
It provides a very convenient API for extracting and manipulating data,
667561
using the best of DOM, CSS, and jquery-like methods.
667561
667561
jsoup implements the WHATWG HTML5 specification,
667561
and parses HTML to the same DOM as modern browsers do.
667561
667561
 - scrape and parse HTML from a URL, file, or string
667561
 - find and extract data, using DOM traversal or CSS selectors
667561
 - manipulate the HTML elements, attributes, and text
667561
 - clean user-submitted content against a safe white-list,
667561
   to prevent XSS attacks
667561
 - output tidy HTML
667561
667561
jsoup is designed to deal with all varieties of HTML found in the wild;
667561
from pristine and validating, to invalid tag-soup;
667561
jsoup will create a sensible parse tree.
667561
667561
%{?module_package}
667561
%{?javadoc_package}
667561
667561
%prep
667561
%setup -q -n %{name}-%{name}-%{version}
667561
667561
%pom_remove_plugin :animal-sniffer-maven-plugin
667561
%pom_remove_plugin :maven-javadoc-plugin
667561
667561
%build
667561
%mvn_build -f
667561
667561
%install
667561
%mvn_install
667561
667561
%files -n %{?module_prefix}%{name} -f .mfiles
667561
%doc README.md CHANGES
667561
%license LICENSE
667561
667561
%changelog
667561
* Sat Jan 25 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.12.1-3
667561
- Build with OpenJDK 8
667561
667561
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.12.1-2
667561
- Mass rebuild for javapackages-tools 201902
667561
667561
* Thu Jul 04 2019 Marian Koncek <mkoncek@redhat.com> - 1.12.1-1
667561
- Update to upstream version 1.12.1
667561
667561
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.11.3-4
667561
- Mass rebuild for javapackages-tools 201901
667561
667561
* Wed Jul 18 2018 Michael Simacek <msimacek@redhat.com> - 1.11.3-3
667561
- Remove non-free scraped web pages from SRPM
667561
667561
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.3-2
667561
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
667561
667561
* Thu Apr 19 2018 Michael Simacek <msimacek@redhat.com> - 1.11.3-1
667561
- Update to upstream version 1.11.3
667561
667561
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.2-2
667561
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
667561
667561
* Mon Nov 27 2017 Michael Simacek <msimacek@redhat.com> - 1.11.2-1
667561
- Update to upstream version 1.11.2
667561
667561
* Mon Nov 06 2017 Michael Simacek <msimacek@redhat.com> - 1.11.1-1
667561
- Update to upstream version 1.11.1
667561
667561
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.3-2
667561
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
667561
667561
* Thu Jun 15 2017 Michael Simacek <msimacek@redhat.com> - 1.10.3-1
667561
- Update to upstream version 1.10.3
667561
667561
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.2-2
667561
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
667561
667561
* Wed Jan 04 2017 Michael Simacek <msimacek@redhat.com> - 1.10.2-1
667561
- Update to upstream version 1.10.2
667561
667561
* Wed Nov 02 2016 Michael Simacek <msimacek@redhat.com> - 1.10.1-1
667561
- Update to upstream version 1.10.1
667561
667561
* Tue May 24 2016 Michael Simacek <msimacek@redhat.com> - 1.9.2-1
667561
- Update to upstream version 1.9.2
667561
667561
* Mon Apr 18 2016 Michael Simacek <msimacek@redhat.com> - 1.9.1-1
667561
- Update to upstream version 1.9.1
667561
667561
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.3-2
667561
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
667561
667561
* Tue Aug 04 2015 Michael Simacek <msimacek@redhat.com> - 1.8.3-1
667561
- Update to upstream version 1.8.3
667561
667561
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-2
667561
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
667561
667561
* Tue Apr 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.8.2-1
667561
- Update to upstream version 1.8.2
667561
667561
* Mon Sep 29 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.8.1-1
667561
- Update to upstream version 1.8.1
667561
667561
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.2-4
667561
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
667561
667561
* Wed May 21 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7.2-3
667561
- Update to current packaging guidelines
667561
667561
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.7.2-2
667561
- Use Requires: java-headless rebuild (#1067528)
667561
667561
* Mon Aug 12 2013 Alexander Kurtakov <akurtako@redhat.com> 1.7.2-1
667561
- Update to latest upstream.
667561
667561
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.1-8
667561
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
667561
667561
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.1-7
667561
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
667561
667561
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.6.1-6
667561
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
667561
- Replace maven BuildRequires with maven-local
667561
667561
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.1-5
667561
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
667561
667561
* Wed Apr 04 2012 Jaromir Capik <jcapik@redhat.com> - 1.6.1-4
667561
- Removing maven from Requires
667561
667561
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.1-3
667561
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
667561
667561
* Fri Jul 22 2011 Jaromir Capik <jcapik@redhat.com> - 1.6.1-2
667561
- Switching to sources from github
667561
667561
* Fri Jul 22 2011 Jaromir Capik <jcapik@redhat.com> - 1.6.1-1
667561
- Initial package