Enable building the optional junit5 module
This commit is contained in:
parent
16e292d076
commit
936a7c596c
9
ant.spec
9
ant.spec
@ -30,15 +30,13 @@
|
|||||||
|
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
%bcond_without javadoc
|
%bcond_without javadoc
|
||||||
|
%bcond_without junit5
|
||||||
# Disabled for now, asi it doesn't work (tests fail) and nobody needs it
|
|
||||||
%bcond_with junit5
|
|
||||||
|
|
||||||
%global ant_home %{_datadir}/ant
|
%global ant_home %{_datadir}/ant
|
||||||
|
|
||||||
Name: ant
|
Name: ant
|
||||||
Version: 1.10.5
|
Version: 1.10.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Java build tool
|
Summary: Java build tool
|
||||||
Summary(it): Tool per la compilazione di programmi java
|
Summary(it): Tool per la compilazione di programmi java
|
||||||
@ -643,6 +641,9 @@ LC_ALL=en_US.utf8 %{ant} test
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 02 2018 Michael Simacek <msimacek@redhat.com> - 0:1.10.5-1
|
||||||
- Update to upstream version 1.10.5
|
- Update to upstream version 1.10.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user