add missing build requires: pygmentize
This commit is contained in:
parent
014608432b
commit
8dd1284223
@ -3,7 +3,7 @@
|
||||
|
||||
Name: cdi-api
|
||||
Version: 1.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: CDI API
|
||||
License: ASL 2.0
|
||||
URL: http://seamframework.org/Weld
|
||||
@ -21,6 +21,7 @@ BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
BuildRequires: mvn(org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec)
|
||||
BuildRequires: mvn(org.jboss.weld:weld-parent:pom:)
|
||||
BuildRequires: mvn(org.testng:testng::jdk15:)
|
||||
BuildRequires: /usr/bin/pygmentize
|
||||
|
||||
Provides: javax.enterprise.inject
|
||||
|
||||
@ -71,6 +72,9 @@ build-jar-repository %{buildroot}%{_javadir}/javax.enterprise.inject/ \
|
||||
%license license-asl2.html license-jcp.html
|
||||
|
||||
%changelog
|
||||
* Thu Jun 16 2016 gil cattaneo <puntogil@libero.it> 1.2-3
|
||||
- add missing build requires: pygmentize
|
||||
|
||||
* Thu Jun 16 2016 gil cattaneo <puntogil@libero.it> 1.2-2
|
||||
- add missing build requires
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user