Add missing build-requires
This commit is contained in:
parent
514a9b3bc9
commit
e185c0f04b
@ -1,6 +1,6 @@
|
||||
Name: javacc-maven-plugin
|
||||
Version: 2.6
|
||||
Release: 21%{?dist}
|
||||
Release: 22%{?dist}
|
||||
Summary: JavaCC Maven Plugin
|
||||
License: ASL 2.0
|
||||
URL: http://mojo.codehaus.org/javacc-maven-plugin/
|
||||
@ -25,6 +25,7 @@ BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-api)
|
||||
BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-impl)
|
||||
BuildRequires: mvn(org.codehaus.mojo:mojo-parent:pom:)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||
|
||||
%description
|
||||
Maven Plugin for processing JavaCC grammar files.
|
||||
@ -53,6 +54,9 @@ cp -p %{SOURCE1} .
|
||||
%doc LICENSE-2.0.txt src/main/resources/NOTICE
|
||||
|
||||
%changelog
|
||||
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-22
|
||||
- Add missing build-requires
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-21
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user