Accepting request 888510 from Java:packages
1.6.2 OBS-URL: https://build.opensuse.org/request/show/888510 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-resolver?expand=0&rev=5
This commit is contained in:
commit
b99fc49f7f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:88714e1bd1983f763ce93a6a096b00b2205726bddcee1f548cfe5598f37ae644
|
|
||||||
size 1335490
|
|
3
maven-resolver-1.6.2-source-release.zip
Normal file
3
maven-resolver-1.6.2-source-release.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:58c42df1833684ebfe4fd523fd3ae6f8403afe89abbe536746334374d9f7ce16
|
||||||
|
size 1368808
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:83df9a89af0917b698feab69cba61215dd92ecef6a2342f24f7fe42f7d819508
|
oid sha256:efdba8286e0a83c020f4b107495b93c9d8774fc953e78b0f1bc879d21d02b591
|
||||||
size 5528
|
size 5420
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 26 14:48:36 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to upstream version 1.6.2
|
||||||
|
* Needed for maven 3.8.x
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 2 18:07:14 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
Tue Feb 2 18:07:14 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define _buildshell /bin/bash
|
%define _buildshell /bin/bash
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: maven-resolver
|
Name: maven-resolver
|
||||||
Version: 1.4.2
|
Version: 1.6.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Apache Maven Artifact Resolver library
|
Summary: Apache Maven Artifact Resolver library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -29,6 +29,7 @@ Source0: http://archive.apache.org/dist/maven/resolver/%{name}-%{version}
|
|||||||
Source1: %{name}-build.tar.xz
|
Source1: %{name}-build.tar.xz
|
||||||
Patch0: maven-resolver-1.3.1-java8compat.patch
|
Patch0: maven-resolver-1.3.1-java8compat.patch
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
|
BuildRequires: apache-commons-lang3
|
||||||
BuildRequires: atinject
|
BuildRequires: atinject
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: google-guice
|
BuildRequires: google-guice
|
||||||
@ -144,6 +145,9 @@ This package provides %{summary}.
|
|||||||
%setup -q -a1
|
%setup -q -a1
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
|
# pointless plugin
|
||||||
|
%pom_remove_plugin :maven-enforcer-plugin
|
||||||
|
|
||||||
# tests require jetty 7
|
# tests require jetty 7
|
||||||
%pom_remove_dep :::test maven-resolver-transport-http
|
%pom_remove_dep :::test maven-resolver-transport-http
|
||||||
rm -r maven-resolver-transport-http/src/test
|
rm -r maven-resolver-transport-http/src/test
|
||||||
@ -188,6 +192,7 @@ done
|
|||||||
mkdir -p lib
|
mkdir -p lib
|
||||||
build-jar-repository -s lib \
|
build-jar-repository -s lib \
|
||||||
atinject \
|
atinject \
|
||||||
|
commons-lang3 \
|
||||||
guice/google-guice-no_aop \
|
guice/google-guice-no_aop \
|
||||||
httpcomponents/httpclient \
|
httpcomponents/httpclient \
|
||||||
httpcomponents/httpcore \
|
httpcomponents/httpcore \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user