Update to latest upstream.
This commit is contained in:
parent
44a33ac3cf
commit
98c0fee85d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/jsoup-1.6.1.tar.xz
|
/jsoup-1.6.1.tar.xz
|
||||||
|
/jsoup-jsoup-1.7.2.tar.gz
|
||||||
|
14
jsoup.spec
14
jsoup.spec
@ -1,6 +1,6 @@
|
|||||||
Name: jsoup
|
Name: jsoup
|
||||||
Version: 1.6.1
|
Version: 1.7.2
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Java library for working with real-world HTML
|
Summary: Java library for working with real-world HTML
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -8,9 +8,8 @@ License: MIT
|
|||||||
|
|
||||||
URL: http://%{name}.org/
|
URL: http://%{name}.org/
|
||||||
|
|
||||||
# git clone git://github.com/jhy/jsoup
|
# https://github.com/jhy/jsoup/archive/jsoup-1.7.2.tar.gz
|
||||||
# git archive --prefix="jsoup-1.6.1/" --format=tar jsoup-1.6.1 | xz > jsoup-1.6.1.tar.xz
|
Source0: jsoup-jsoup-1.7.2.tar.gz
|
||||||
Source0: %{name}-%{version}.tar.xz
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -55,7 +54,7 @@ Requires: jpackage-utils
|
|||||||
API documentation for %{name}.
|
API documentation for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n jsoup-jsoup-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mvn-rpmbuild install javadoc:aggregate
|
mvn-rpmbuild install javadoc:aggregate
|
||||||
@ -84,6 +83,9 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
|
|||||||
%doc %{_javadocdir}/%{name}
|
%doc %{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user