Enable building the optional junit5 module

This commit is contained in:
Mat Booth 2018-08-20 15:08:58 +01:00
parent 16e292d076
commit 936a7c596c

View File

@ -30,15 +30,13 @@
%bcond_without tests
%bcond_without javadoc
# Disabled for now, asi it doesn't work (tests fail) and nobody needs it
%bcond_with junit5
%bcond_without junit5
%global ant_home %{_datadir}/ant
Name: ant
Version: 1.10.5
Release: 1%{?dist}
Release: 2%{?dist}
Epoch: 0
Summary: Java build tool
Summary(it): Tool per la compilazione di programmi java
@ -643,6 +641,9 @@ LC_ALL=en_US.utf8 %{ant} test
# -----------------------------------------------------------------------------
%changelog
* Mon Aug 20 2018 Mat Booth <mat.booth@redhat.com> - 0:1.10.5-2
- Enable building the optional junit5 module
* Thu Aug 02 2018 Michael Simacek <msimacek@redhat.com> - 0:1.10.5-1
- Update to upstream version 1.10.5