diff --git a/dnsjava.spec b/dnsjava.spec index d7d4fca..217a0e6 100644 --- a/dnsjava.spec +++ b/dnsjava.spec @@ -4,7 +4,7 @@ Name: dnsjava Version: 2.0.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Java DNS implementation License: BSD and MIT URL: http://www.dnsjava.org/ @@ -81,7 +81,7 @@ cp -pr doc/* %{buildroot}%{_javadocdir}/%{name}-%{version} %clean rm -rf %{buildroot} -%if 0%{?do_not_test} +%if ! 0%{?do_not_test} %check export CLASSPATH='%(build-classpath junit):%{name}-%{version}.jar' ant -Dj2se.javadoc=%{_javadocdir}/java compile_tests @@ -99,6 +99,9 @@ ant -Dj2se.javadoc=%{_javadocdir}/java run_tests %changelog +* Sun Apr 19 2009 Pavel Alexeev - 2.0.6-6 +- Fix test condition logick for %%check + * Wed Apr 15 2009 Pavel Alexeev - 2.0.6-5 - Continue review. - As it can't be build by gcj, delete back this stuff from spec.