Use sonatype-aether symlinks
This commit is contained in:
parent
54c64b2941
commit
c6a7f715fa
20
maven.spec
20
maven.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: maven
|
Name: maven
|
||||||
Version: 3.0.5
|
Version: 3.0.5
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: Java project management and project comprehension tool
|
Summary: Java project management and project comprehension tool
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -22,7 +22,7 @@ BuildArch: noarch
|
|||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
|
|
||||||
BuildRequires: aether-api >= 1.13.1-8
|
BuildRequires: aether-api >= 1.13.1-12
|
||||||
BuildRequires: aether-connector-wagon
|
BuildRequires: aether-connector-wagon
|
||||||
BuildRequires: aether-impl
|
BuildRequires: aether-impl
|
||||||
BuildRequires: aether-spi
|
BuildRequires: aether-spi
|
||||||
@ -67,6 +67,9 @@ BuildRequires: xmlunit
|
|||||||
BuildRequires: animal-sniffer >= 1.6-5
|
BuildRequires: animal-sniffer >= 1.6-5
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# Only this version has proper sonatype-aether symlinks
|
||||||
|
Requires: aether-api >= 1.13.1-12
|
||||||
|
|
||||||
# Theoretically Maven might be usable with just JRE, but typical Maven
|
# Theoretically Maven might be usable with just JRE, but typical Maven
|
||||||
# workflow requires full JDK, wso we require it here.
|
# workflow requires full JDK, wso we require it here.
|
||||||
Requires: java-devel
|
Requires: java-devel
|
||||||
@ -165,11 +168,11 @@ ln -sf $(build-classpath plexus/classworlds) \
|
|||||||
|
|
||||||
(cd %{buildroot}%{_datadir}/%{name}/lib
|
(cd %{buildroot}%{_datadir}/%{name}/lib
|
||||||
build-jar-repository -s -p . \
|
build-jar-repository -s -p . \
|
||||||
aether/aether-api \
|
sonatype-aether/aether-api \
|
||||||
aether/aether-connector-wagon \
|
sonatype-aether/aether-connector-wagon \
|
||||||
aether/aether-impl \
|
sonatype-aether/aether-impl \
|
||||||
aether/aether-spi \
|
sonatype-aether/aether-spi \
|
||||||
aether/aether-util \
|
sonatype-aether/aether-util \
|
||||||
aopalliance \
|
aopalliance \
|
||||||
atinject \
|
atinject \
|
||||||
cglib \
|
cglib \
|
||||||
@ -211,6 +214,9 @@ ln -sf $(build-classpath plexus/classworlds) \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 19 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-8
|
||||||
|
- Use sonatype-aether symlinks
|
||||||
|
|
||||||
* Mon May 20 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-7
|
* Mon May 20 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-7
|
||||||
- Move bash-completion files to primary location
|
- Move bash-completion files to primary location
|
||||||
- Resolves: rhbz#918000
|
- Resolves: rhbz#918000
|
||||||
|
Loading…
Reference in New Issue
Block a user