Update to upstream version 1.13
This commit is contained in:
parent
fc5aba7886
commit
698da3c556
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ commons-compress-1.0-src.tar.gz
|
|||||||
/commons-compress-1.10-SNAPSHOT.tar.xz
|
/commons-compress-1.10-SNAPSHOT.tar.xz
|
||||||
/commons-compress-1.11-src.tar.gz
|
/commons-compress-1.11-src.tar.gz
|
||||||
/commons-compress-1.12-src.tar.gz
|
/commons-compress-1.12-src.tar.gz
|
||||||
|
/commons-compress-1.13-src.tar.gz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%global short_name commons-%{base_name}
|
%global short_name commons-%{base_name}
|
||||||
|
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 1.12
|
Version: 1.13
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Java API for working with compressed files and archivers
|
Summary: Java API for working with compressed files and archivers
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -33,10 +33,12 @@ This package provides %{summary}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{short_name}-%{version}-src
|
%setup -q -n %{short_name}-%{version}-src
|
||||||
|
|
||||||
|
%pom_remove_plugin :jacoco-maven-plugin
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_file : %{short_name} %{name}
|
%mvn_file : %{short_name} %{name}
|
||||||
%mvn_alias : commons:
|
%mvn_alias : commons:
|
||||||
%mvn_build
|
%mvn_build -- -P!jacoco
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -48,6 +50,9 @@ This package provides %{summary}.
|
|||||||
%doc LICENSE.txt NOTICE.txt
|
%doc LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 02 2017 Michael Simacek <msimacek@redhat.com> - 1.13-1
|
||||||
|
- Update to upstream version 1.13
|
||||||
|
|
||||||
* Wed Jun 22 2016 Michael Simacek <msimacek@redhat.com> - 1.12-1
|
* Wed Jun 22 2016 Michael Simacek <msimacek@redhat.com> - 1.12-1
|
||||||
- Update to upstream version 1.12
|
- Update to upstream version 1.12
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user