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

View File

@ -1,13 +1,14 @@
%global vertag .a
Name: jsoup Name: jsoup
Version: 1.7.2 Version: 1.8.1
Release: 4%{?dist} Release: 1%{?vertag}%{?dist}
Summary: Java library for working with real-world HTML Summary: Java library for working with real-world HTML
License: MIT License: MIT
URL: http://%{name}.org/ URL: http://%{name}.org/
BuildArch: noarch BuildArch: noarch
# https://github.com/jhy/jsoup/archive/jsoup-1.7.2.tar.gz Source0: https://github.com/jhy/jsoup/archive/jsoup-%{version}%{?vertag}.tar.gz
Source0: jsoup-jsoup-1.7.2.tar.gz
BuildRequires: maven-local BuildRequires: maven-local
BuildRequires: mvn(junit:junit) BuildRequires: mvn(junit:junit)
@ -41,7 +42,8 @@ Summary: Javadoc for %{name}
API documentation for %{name}. API documentation for %{name}.
%prep %prep
%setup -q -n jsoup-jsoup-%{version} %setup -q -n jsoup-jsoup-%{version}%{?vertag}
%pom_remove_plugin :animal-sniffer-maven-plugin
%build %build
%mvn_build %mvn_build
@ -56,6 +58,9 @@ API documentation for %{name}.
%doc LICENSE %doc LICENSE
%changelog %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 * 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 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild