Update to upstream version 3.1.1
This commit is contained in:
parent
ef6e7e0103
commit
96f5bce8e1
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@ sonatype-plexus-archiver-plexus-archiver-2.1.1-0-ge64d181.tar.gz
|
|||||||
/plexus-archiver-2.8.2.tar.gz
|
/plexus-archiver-2.8.2.tar.gz
|
||||||
/plexus-archiver-3.0.tar.gz
|
/plexus-archiver-3.0.tar.gz
|
||||||
/plexus-archiver-dc873a4.tar.gz
|
/plexus-archiver-dc873a4.tar.gz
|
||||||
|
/plexus-archiver-3.1.1.tar.gz
|
||||||
|
@ -1,28 +1,24 @@
|
|||||||
%global commit dc873a4d3eb1ae1e55d661dff8ed85ec3d8eb936
|
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
||||||
|
|
||||||
Name: plexus-archiver
|
Name: plexus-archiver
|
||||||
Version: 3.0.1
|
Version: 3.1.1
|
||||||
Release: 0.3.git%{shortcommit}%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Plexus Archiver Component
|
Summary: Plexus Archiver Component
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/codehaus-plexus/plexus-archiver
|
URL: https://github.com/codehaus-plexus/plexus-archiver
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Source0: https://github.com/codehaus-plexus/plexus-archiver/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
Source0: https://github.com/codehaus-plexus/plexus-archiver/archive/plexus-archiver-%{version}.tar.gz
|
||||||
|
|
||||||
# This prevents "Too many open files" when building Eclipse documentation
|
|
||||||
# bundles inside a slow VM/mock environment
|
|
||||||
# This problem is reported upstream: https://github.com/codehaus-plexus/plexus-archiver/issues/6
|
|
||||||
Patch0: 0001-Avoid-using-ParallelScatterZipCreator.patch
|
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: plexus-containers-container-default
|
BuildRequires: mvn(com.google.code.findbugs:jsr305)
|
||||||
BuildRequires: plexus-io
|
BuildRequires: mvn(org.apache.commons:commons-compress)
|
||||||
BuildRequires: plexus-utils
|
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
||||||
BuildRequires: apache-commons-compress
|
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
||||||
BuildRequires: snappy-java
|
BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
|
||||||
|
BuildRequires: mvn(org.codehaus.plexus:plexus-io) >= 2.7
|
||||||
|
BuildRequires: mvn(org.codehaus.plexus:plexus:pom:)
|
||||||
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||||
|
BuildRequires: mvn(org.iq80.snappy:snappy)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Plexus project seeks to create end-to-end developer tools for
|
The Plexus project seeks to create end-to-end developer tools for
|
||||||
@ -41,12 +37,9 @@ Javadoc for %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{commit}
|
%setup -q -n %{name}-%{name}-%{version}
|
||||||
%pom_remove_plugin :maven-shade-plugin
|
|
||||||
%mvn_file :%{name} plexus/archiver
|
%mvn_file :%{name} plexus/archiver
|
||||||
|
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build -f
|
%mvn_build -f
|
||||||
|
|
||||||
@ -54,12 +47,15 @@ Javadoc for %{name}.
|
|||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%doc LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
%doc LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 19 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.1-1
|
||||||
|
- Update to upstream version 3.1.1
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0:3.0.1-0.3.gitdc873a4
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0:3.0.1-0.3.gitdc873a4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user