diff --git a/ant.spec b/ant.spec index 50cb256..9e96361 100644 --- a/ant.spec +++ b/ant.spec @@ -36,7 +36,7 @@ Name: ant Version: 1.9.4 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 0 Summary: Build tool for java Summary(it): Tool per la compilazione di programmi java @@ -54,6 +54,7 @@ BuildRequires: java-devel >= 1:1.8.0 BuildRequires: ant BuildRequires: ant-junit BuildRequires: junit +BuildRequires: hamcrest BuildRequires: xalan-j2 BuildRequires: xerces-j2 BuildRequires: xml-commons-apis @@ -336,7 +337,7 @@ rm src/tests/junit/org/apache/tools/ant/types/selectors/SignedSelectorTest.java src/tests/junit/org/apache/tools/mail/MailMessageTest.java #install jars -build-jar-repository -s -p lib/optional antlr bcel javamail/mailapi jdepend junit log4j oro regexp bsf commons-logging commons-net jsch xalan-j2 xml-commons-resolver xalan-j2-serializer xerces-j2 xml-commons-apis +build-jar-repository -s -p lib/optional antlr bcel javamail/mailapi jdepend junit log4j oro regexp bsf commons-logging commons-net jsch xalan-j2 xml-commons-resolver xalan-j2-serializer xerces-j2 xml-commons-apis hamcrest # Fix file-not-utf8 rpmlint warning iconv KEYS -f iso-8859-1 -t utf-8 -o KEYS.utf8 @@ -580,6 +581,9 @@ cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ----------------------------------------------------------------------------- %changelog +* Mon Jan 26 2015 Michael Simacek - 0:1.9.4-6 +- Add hamcrest into classpath + * Tue Jan 13 2015 Mat Booth - 0:1.9.4-5 - Resolves: rhbz#1180568 - Add rhino to classpath for bsf plug-in