From 41c24f4e37f002efc21488ca09655b40f06d985b Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Oct 06 2010 22:02:58 +0000 Subject: - Remove jaf from the classpath. --- diff --git a/ant.spec b/ant.spec index 763c62d..e309d8d 100644 --- a/ant.spec +++ b/ant.spec @@ -50,7 +50,7 @@ Name: ant Version: 1.8.1 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 0 Summary: Build tool for java Summary(it): Tool per la compilazione di programmi java @@ -477,7 +477,7 @@ find . -name "*.jar" | %{_bindir}/xargs -t rm #install jars %if %without bootstrap -build-jar-repository -s -p lib/optional xerces-j2 xml-commons-jaxp-1.3-apis antlr bcel jaf javamail/mailapi jdepend junit log4j oro regexp bsf commons-logging commons-net jsch xalan-j2 xml-commons-resolver +build-jar-repository -s -p lib/optional xerces-j2 xml-commons-jaxp-1.3-apis antlr bcel javamail/mailapi jdepend junit log4j oro regexp bsf commons-logging commons-net jsch xalan-j2 xml-commons-resolver %endif # Fix file-not-utf8 rpmlint warning @@ -848,6 +848,9 @@ rm -rf $RPM_BUILD_ROOT # ----------------------------------------------------------------------------- %changelog +* Thu Oct 7 2010 Alexander Kurtakov 0:1.8.1-6 +- Remove jaf from the classpath. + * Thu Oct 7 2010 Alexander Kurtakov 0:1.8.1-5 - Drop gcj support. - Drop jaf BR/R it is part of Java 5+.