Update to upstream version 1.8.1

This commit is contained in:
Mikolaj Izdebski 2015-02-18 14:12:56 +01:00
parent 677ce5a0d5
commit a83ebd6680
1 changed files with 10 additions and 5 deletions

View File

@ -1,13 +1,14 @@
%global vertag .a
Name: jsoup
Version: 1.7.2
Release: 4%{?dist}
Version: 1.8.1
Release: 1%{?vertag}%{?dist}
Summary: Java library for working with real-world HTML
License: MIT
URL: http://%{name}.org/
BuildArch: noarch
# https://github.com/jhy/jsoup/archive/jsoup-1.7.2.tar.gz
Source0: jsoup-jsoup-1.7.2.tar.gz
Source0: https://github.com/jhy/jsoup/archive/jsoup-%{version}%{?vertag}.tar.gz
BuildRequires: maven-local
BuildRequires: mvn(junit:junit)
@ -41,7 +42,8 @@ Summary: Javadoc for %{name}
API documentation for %{name}.
%prep
%setup -q -n jsoup-jsoup-%{version}
%setup -q -n jsoup-jsoup-%{version}%{?vertag}
%pom_remove_plugin :animal-sniffer-maven-plugin
%build
%mvn_build
@ -56,6 +58,9 @@ API documentation for %{name}.
%doc LICENSE
%changelog
* Mon Sep 29 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.8.1-1
- Update to upstream version 1.8.1
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild