Update to latest upstream.

This commit is contained in:
Alexander Kurtakov 2013-08-12 14:47:29 +03:00
parent 44a33ac3cf
commit 98c0fee85d
3 changed files with 10 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/jsoup-1.6.1.tar.xz
/jsoup-jsoup-1.7.2.tar.gz

View File

@ -1,6 +1,6 @@
Name: jsoup
Version: 1.6.1
Release: 8%{?dist}
Version: 1.7.2
Release: 1%{?dist}
Summary: Java library for working with real-world HTML
Group: Development/Libraries
@ -8,9 +8,8 @@ License: MIT
URL: http://%{name}.org/
# git clone git://github.com/jhy/jsoup
# git archive --prefix="jsoup-1.6.1/" --format=tar jsoup-1.6.1 | xz > jsoup-1.6.1.tar.xz
Source0: %{name}-%{version}.tar.xz
# https://github.com/jhy/jsoup/archive/jsoup-1.7.2.tar.gz
Source0: jsoup-jsoup-1.7.2.tar.gz
BuildArch: noarch
@ -55,7 +54,7 @@ Requires: jpackage-utils
API documentation for %{name}.
%prep
%setup -q
%setup -q -n jsoup-jsoup-%{version}
%build
mvn-rpmbuild install javadoc:aggregate
@ -84,6 +83,9 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
%doc %{_javadocdir}/%{name}
%changelog
* Mon Aug 12 2013 Alexander Kurtakov <akurtako@redhat.com> 1.7.2-1
- Update to latest upstream.
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
0e3a0bbf7a810fad91fb561846e27792 jsoup-1.6.1.tar.xz
8e18bd5cfe0da024a477b882fc7036de jsoup-jsoup-1.7.2.tar.gz