diff --git a/ant.spec b/ant.spec index 4c862d4..8670afe 100644 --- a/ant.spec +++ b/ant.spec @@ -339,7 +339,9 @@ find . -name "*.jar" | %{_bindir}/xargs -t rm # failing testcases. TODO see why rm src/tests/junit/org/apache/tools/ant/types/selectors/SignedSelectorTest.java \ src/tests/junit/org/apache/tools/ant/taskdefs/condition/IsFileSelectedTest.java \ - src/tests/junit/org/apache/tools/ant/taskdefs/condition/IsSignedTest.java + src/tests/junit/org/apache/tools/ant/taskdefs/condition/IsSignedTest.java \ + src/tests/junit/org/apache/tools/ant/taskdefs/JarTest.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 @@ -610,10 +612,11 @@ cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name} - Remove Group tags - Update to current packaging guidelines - Run tests in %%check instead of %%build -- Remove dependencies on xerces-j2 and xml-commons-apis +- Remove dependencies on xerces-j2 and xml-commons-apis, resolves: rhbz#838711 - Convert %%global build_javadoc to conditional -- Remove bootstrap code +- Remove bootstrap code, resolves: rhbz#915437 - Fail the build if any of JARs is empty +- Skip running tests that fail on Koji, resolves: rhbz#979496 * Mon Jun 03 2013 Stanislav Ochotnicky - 0:1.9.1-2 - Enable unit tests