add missing build requires
This commit is contained in:
parent
efd813ecb5
commit
014608432b
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: cdi-api
|
Name: cdi-api
|
||||||
Version: 1.2
|
Version: 1.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: CDI API
|
Summary: CDI API
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://seamframework.org/Weld
|
URL: http://seamframework.org/Weld
|
||||||
@ -14,6 +14,7 @@ BuildRequires: asciidoc
|
|||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(javax.el:javax.el-api)
|
BuildRequires: mvn(javax.el:javax.el-api)
|
||||||
BuildRequires: mvn(javax.inject:javax.inject)
|
BuildRequires: mvn(javax.inject:javax.inject)
|
||||||
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.surefire:surefire-testng)
|
BuildRequires: mvn(org.apache.maven.surefire:surefire-testng)
|
||||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||||
@ -70,6 +71,9 @@ build-jar-repository %{buildroot}%{_javadir}/javax.enterprise.inject/ \
|
|||||||
%license license-asl2.html license-jcp.html
|
%license license-asl2.html license-jcp.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 16 2016 gil cattaneo <puntogil@libero.it> 1.2-2
|
||||||
|
- add missing build requires
|
||||||
|
|
||||||
* Mon Jun 06 2016 gil cattaneo <puntogil@libero.it> 1.2-1
|
* Mon Jun 06 2016 gil cattaneo <puntogil@libero.it> 1.2-1
|
||||||
- Upstream release 1.2
|
- Upstream release 1.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user