Remove Plexus support
This commit is contained in:
parent
85eeae6464
commit
e7b3568b44
2 changed files with 4 additions and 2054 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -3,7 +3,7 @@
|
|||
Name: aether
|
||||
Epoch: 1
|
||||
Version: 1.0.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Library to resolve, install and deploy artifacts the Maven way
|
||||
License: EPL
|
||||
URL: http://eclipse.org/aether
|
||||
|
|
@ -11,8 +11,6 @@ BuildArch: noarch
|
|||
|
||||
Source0: http://git.eclipse.org/c/%{name}/%{name}-core.git/snapshot/%{name}-%{version}.%{vertag}.tar.bz2
|
||||
|
||||
Patch1: 0001-Revert-Bug-433953-Remove-support-for-Plexus-IoC-fram.patch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(com.google.inject:guice::no_aop:)
|
||||
BuildRequires: mvn(javax.inject:javax.inject)
|
||||
|
|
@ -128,7 +126,6 @@ for Aether.
|
|||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}.%{vertag}
|
||||
%patch1 -p1
|
||||
|
||||
# Remove clirr plugin
|
||||
%pom_remove_plugin :clirr-maven-plugin
|
||||
|
|
@ -182,6 +179,9 @@ rm -rf aether-transport-http/src/test
|
|||
%doc epl-v10.html notice.html
|
||||
|
||||
%changelog
|
||||
* Thu Jul 23 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:1.0.2-3
|
||||
- Remove Plexus support
|
||||
|
||||
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Reference in a new issue