BR proper aether subpackages
- Resolves: rhbz#958160
This commit is contained in:
parent
4015f9bca5
commit
38a45557b3
22
maven.spec
22
maven.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: maven
|
Name: maven
|
||||||
Version: 3.0.5
|
Version: 3.0.5
|
||||||
Release: 4%{?dist}
|
Release: 5%{?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,11 @@ BuildArch: noarch
|
|||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
|
|
||||||
BuildRequires: aether >= 1.13.1
|
BuildRequires: aether-api >= 1.13.1-8
|
||||||
|
BuildRequires: aether-connector-wagon
|
||||||
|
BuildRequires: aether-impl
|
||||||
|
BuildRequires: aether-spi
|
||||||
|
BuildRequires: aether-util
|
||||||
BuildRequires: aopalliance
|
BuildRequires: aopalliance
|
||||||
BuildRequires: apache-commons-cli
|
BuildRequires: apache-commons-cli
|
||||||
BuildRequires: apache-commons-jxpath
|
BuildRequires: apache-commons-jxpath
|
||||||
@ -158,11 +162,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/api \
|
aether/aether-api \
|
||||||
aether/connector-wagon \
|
aether/aether-connector-wagon \
|
||||||
aether/impl \
|
aether/aether-impl \
|
||||||
aether/spi \
|
aether/aether-spi \
|
||||||
aether/util \
|
aether/aether-util \
|
||||||
aopalliance \
|
aopalliance \
|
||||||
atinject \
|
atinject \
|
||||||
cglib \
|
cglib \
|
||||||
@ -204,6 +208,10 @@ ln -sf $(build-classpath plexus/classworlds) \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 2 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-5
|
||||||
|
- BR proper aether subpackages
|
||||||
|
- Resolves: rhbz#958160
|
||||||
|
|
||||||
* Fri Apr 26 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-4
|
* Fri Apr 26 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-4
|
||||||
- Add missing BuildRequires
|
- Add missing BuildRequires
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user