Install no_aop artifact after javapackages update
This commit is contained in:
parent
02e6910935
commit
405cbbe167
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: google-%{short_name}
|
Name: google-%{short_name}
|
||||||
Version: 3.1.3
|
Version: 3.1.3
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: Lightweight dependency injection framework for Java 5 and above
|
Summary: Lightweight dependency injection framework for Java 5 and above
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -16,10 +16,7 @@ Source0: %{name}-%{version}.tar.xz
|
|||||||
Source1: create-tarball.sh
|
Source1: create-tarball.sh
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: java-devel
|
BuildRequires: maven-local >= 3.2.4-2
|
||||||
BuildRequires: jpackage-utils
|
|
||||||
BuildRequires: javapackages-tools >= 0.7.0
|
|
||||||
BuildRequires: maven-local >= 3.0.0
|
|
||||||
BuildRequires: maven-remote-resources-plugin
|
BuildRequires: maven-remote-resources-plugin
|
||||||
BuildRequires: munge-maven-plugin
|
BuildRequires: munge-maven-plugin
|
||||||
BuildRequires: apache-resource-bundles
|
BuildRequires: apache-resource-bundles
|
||||||
@ -198,6 +195,8 @@ sed -i "/<addMavenDescriptor>/d" pom.xml
|
|||||||
servlet,spring,throwingproviders}" "com.google.inject.extensions:guice-@1"
|
servlet,spring,throwingproviders}" "com.google.inject.extensions:guice-@1"
|
||||||
%endif # with extensions
|
%endif # with extensions
|
||||||
|
|
||||||
|
%mvn_package :::no_aop: sisu-guice
|
||||||
|
|
||||||
%mvn_file ":guice-{*}" %{short_name}/guice-@1
|
%mvn_file ":guice-{*}" %{short_name}/guice-@1
|
||||||
%mvn_file ":sisu-guice" %{short_name}/%{name} %{name}
|
%mvn_file ":sisu-guice" %{short_name}/%{name} %{name}
|
||||||
%mvn_alias ":sisu-guice" "com.google.inject:guice"
|
%mvn_alias ":sisu-guice" "com.google.inject:guice"
|
||||||
@ -230,6 +229,9 @@ servlet,spring,throwingproviders}" "com.google.inject.extensions:guice-@1"
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 25 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.3-8
|
||||||
|
- Install no_aop artifact after javapackages update
|
||||||
|
|
||||||
* Thu Sep 12 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.1.3-7
|
* Thu Sep 12 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.1.3-7
|
||||||
- Remove dependency on tests from runtime
|
- Remove dependency on tests from runtime
|
||||||
- Related: rhbz#1007498
|
- Related: rhbz#1007498
|
||||||
|
Loading…
Reference in New Issue
Block a user