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