diff --git a/hawtjni.spec b/hawtjni.spec index 7d57881..da49cb0 100644 --- a/hawtjni.spec +++ b/hawtjni.spec @@ -1,6 +1,6 @@ Name: hawtjni Version: 1.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Code generator that produces the JNI code Group: Development/Libraries License: ASL 2.0 and EPL and BSD @@ -29,6 +29,10 @@ BuildRequires: junit BuildRequires: fusesource-pom BuildRequires: xbean +Requires: autoconf +Requires: automake +Requires: libtool + %description HawtJNI is a code generator that produces the JNI code needed to implement java native methods. It is based on the jnigen code generator @@ -85,6 +89,9 @@ This package allows to use HawtJNI from a maven plugin. %doc license.txt %changelog +* Mon Jun 9 2014 Mikolaj Izdebski - 1.10-2 +- Add requires on autoconf, automake, libtool + * Mon Jun 9 2014 Mikolaj Izdebski - 1.10-1 - Update to upstream version 1.10