From b1acd79aa6fc1fe7ae412933f79ae2a864498603 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: May 06 2014 07:46:17 +0000 Subject: Reenable tests. --- diff --git a/ant.spec b/ant.spec index 7fb89b9..2e230fd 100644 --- a/ant.spec +++ b/ant.spec @@ -28,7 +28,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -%bcond_with tests +%bcond_without tests %bcond_without javadoc %global ant_home %{_datadir}/ant @@ -36,7 +36,7 @@ Name: ant Version: 1.9.4 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 0 Summary: Build tool for java Summary(it): Tool per la compilazione di programmi java @@ -580,6 +580,9 @@ cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ----------------------------------------------------------------------------- %changelog +* Tue May 6 2014 Alexander Kurtakov 0:1.9.4-2 +- Reenable tests. + * Tue May 6 2014 Alexander Kurtakov 0:1.9.4-1 - Update to upstream 1.9.4. - Disable tests as they use new junit tas attribute added in this release.