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.