diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..da33aeb --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/jsoup-1.10.3.tar.gz diff --git a/.rh-maven35-jsoup.metadata b/.rh-maven35-jsoup.metadata new file mode 100644 index 0000000..6913a08 --- /dev/null +++ b/.rh-maven35-jsoup.metadata @@ -0,0 +1 @@ +8b74836bb046f62322566c6db5d5d8221498210d SOURCES/jsoup-1.10.3.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/jsoup.spec b/SPECS/jsoup.spec new file mode 100644 index 0000000..c4b2f3f --- /dev/null +++ b/SPECS/jsoup.spec @@ -0,0 +1,139 @@ +%{?scl:%scl_package jsoup} +%{!?scl:%global pkg_name %{name}} + +Name: %{?scl_prefix}jsoup +Version: 1.10.3 +Release: 1.2%{?dist} +Summary: Java library for working with real-world HTML +License: MIT +URL: http://jsoup.org/ +BuildArch: noarch + +Source0: https://github.com/jhy/%{pkg_name}/archive/%{pkg_name}-%{version}.tar.gz + +BuildRequires: %{?scl_prefix}maven-local +BuildRequires: %{?scl_prefix}mvn(com.google.code.gson:gson) +BuildRequires: %{?scl_prefix}mvn(junit:junit) +BuildRequires: %{?scl_prefix}mvn(org.apache.felix:maven-bundle-plugin) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven.plugins:maven-source-plugin) + +%description +jsoup 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. + +%package javadoc +Summary: Javadoc for %{pkg_name} + +%description javadoc +API documentation for %{pkg_name}. + +%prep +%setup -q -n %{pkg_name}-%{pkg_name}-%{version} + +%pom_remove_plugin :animal-sniffer-maven-plugin +%pom_remove_plugin :maven-javadoc-plugin + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%doc README.md CHANGES +%license LICENSE + +%files javadoc -f .mfiles-javadoc +%license LICENSE + +%changelog +* Thu Jun 22 2017 Michael Simacek - 1.10.3-1.2 +- Mass rebuild 2017-06-22 + +* Wed Jun 21 2017 Java Maintainers - 1.10.3-1.1 +- Automated package import and SCL-ization + +* Thu Jun 15 2017 Michael Simacek - 1.10.3-1 +- Update to upstream version 1.10.3 + +* Fri Feb 10 2017 Fedora Release Engineering - 1.10.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Jan 04 2017 Michael Simacek - 1.10.2-1 +- Update to upstream version 1.10.2 + +* Wed Nov 02 2016 Michael Simacek - 1.10.1-1 +- Update to upstream version 1.10.1 + +* Tue May 24 2016 Michael Simacek - 1.9.2-1 +- Update to upstream version 1.9.2 + +* Mon Apr 18 2016 Michael Simacek - 1.9.1-1 +- Update to upstream version 1.9.1 + +* Thu Feb 04 2016 Fedora Release Engineering - 1.8.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Aug 04 2015 Michael Simacek - 1.8.3-1 +- Update to upstream version 1.8.3 + +* Wed Jun 17 2015 Fedora Release Engineering - 1.8.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue Apr 14 2015 Mikolaj Izdebski - 1.8.2-1 +- Update to upstream version 1.8.2 + +* Mon Sep 29 2014 Mikolaj Izdebski - 1.8.1-1 +- Update to upstream version 1.8.1 + +* Sun Jun 08 2014 Fedora Release Engineering - 1.7.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed May 21 2014 Mikolaj Izdebski - 1.7.2-3 +- Update to current packaging guidelines + +* Tue Mar 04 2014 Stanislav Ochotnicky - 1.7.2-2 +- Use Requires: java-headless rebuild (#1067528) + +* Mon Aug 12 2013 Alexander Kurtakov 1.7.2-1 +- Update to latest upstream. + +* Sat Aug 03 2013 Fedora Release Engineering - 1.6.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 1.6.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Feb 06 2013 Java SIG - 1.6.1-6 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Thu Jul 19 2012 Fedora Release Engineering - 1.6.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Wed Apr 04 2012 Jaromir Capik - 1.6.1-4 +- Removing maven from Requires + +* Fri Jan 13 2012 Fedora Release Engineering - 1.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Fri Jul 22 2011 Jaromir Capik - 1.6.1-2 +- Switching to sources from github + +* Fri Jul 22 2011 Jaromir Capik - 1.6.1-1 +- Initial package