Tue, 23 Apr 2024 14:53:54 UTC | login

Information for build devtoolset-3-jsoup-1.7.2-2.bootstrap1.el6

ID4564
Package Namedevtoolset-3-jsoup
Version1.7.2
Release2.bootstrap1.el6
Epoch
SummaryJava library for working with real-world HTML
Descriptionjsoup is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do. - scrape and parse HTML from a URL, file, or string - find and extract data, using DOM traversal or CSS selectors - manipulate the HTML elements, attributes, and text - clean user-submitted content against a safe white-list, to prevent XSS attacks - output tidy HTML 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.
Built byhhorak
State complete
Volume DEFAULT
StartedTue, 08 Sep 2015 04:52:13 UTC
CompletedTue, 08 Sep 2015 05:22:28 UTC
Taskbuild (sclo6-devtoolset-3-rh-el6, devtoolset-3-jsoup-1.7.2-2.bootstrap1.el6.src.rpm)
Tags
sclo6-devtoolset-3-rh-candidate
RPMs
src
devtoolset-3-jsoup-1.7.2-2.bootstrap1.el6.src.rpm (info) (download)
noarch
devtoolset-3-jsoup-1.7.2-2.bootstrap1.el6.noarch.rpm (info) (download)
devtoolset-3-jsoup-javadoc-1.7.2-2.bootstrap1.el6.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Mon May 11 2015 Mat Booth <mat.booth@redhat.com> - 1.7.2-2 - Resolves: rhbz#1219013 - Fails to build from source * Mon May 26 2014 Sami Wagiaalla <swagiaal@redhat.com> 1.7.2-1 - Build for DTS 3 - import new sources from rawhide. * Thu Apr 04 2013 Krzysztof Daniel <kdaniel@redhat.com> 1.6.1-7 - Drop javadoc subpackage. - Drop runtime dependency to java 7. * Tue Feb 19 2013 Krzysztof Daniel <kdaniel@redhat.com> 1.6.1-6 - Initial contribution to SCL. * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Apr 04 2012 Jaromir Capik <jcapik@redhat.com> - 1.6.1-4 - Removing maven from Requires * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Jul 22 2011 Jaromir Capik <jcapik@redhat.com> - 1.6.1-2 - Switching to sources from github * Fri Jul 22 2011 Jaromir Capik <jcapik@redhat.com> - 1.6.1-1 - Initial package