Update to upstream version 1.9.1
This commit is contained in:
parent
9d0a011685
commit
1930557b59
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/jsoup-1.8.1.a.tar.gz
|
||||
/jsoup-1.8.2.tar.gz
|
||||
/jsoup-1.8.3.tar.gz
|
||||
/jsoup-1.9.1.tar.gz
|
||||
|
15
jsoup.spec
15
jsoup.spec
@ -1,12 +1,12 @@
|
||||
Name: jsoup
|
||||
Version: 1.8.3
|
||||
Release: 2%{?dist}
|
||||
Version: 1.9.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Java library for working with real-world HTML
|
||||
License: MIT
|
||||
URL: http://%{name}.org/
|
||||
URL: http://jsoup.org/
|
||||
BuildArch: noarch
|
||||
|
||||
Source0: https://github.com/jhy/jsoup/archive/jsoup-%{version}%{?vertag}.tar.gz
|
||||
Source0: https://github.com/jhy/%{name}/archive/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
@ -40,8 +40,10 @@ Summary: Javadoc for %{name}
|
||||
API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n jsoup-jsoup-%{version}%{?vertag}
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
|
||||
%pom_remove_plugin :animal-sniffer-maven-plugin
|
||||
%pom_remove_plugin :maven-javadoc-plugin
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
@ -57,6 +59,9 @@ API documentation for %{name}.
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon Apr 18 2016 Michael Simacek <msimacek@redhat.com> - 1.9.1-1
|
||||
- Update to upstream version 1.9.1
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user