From 7ee466ad6d9b98ec9ccf5799d0f00c75c8fb8854 Mon Sep 17 00:00:00 2001 From: dwalluck Date: Tue, 28 Oct 2008 14:43:44 +0000 Subject: [PATCH] - make demo dependency on testng conditional --- hamcrest.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hamcrest.spec b/hamcrest.spec index c37550e..5a00074 100644 --- a/hamcrest.spec +++ b/hamcrest.spec @@ -53,7 +53,7 @@ Name: hamcrest Version: 1.1 -Release: 5.1%{?dist} +Release: 6.1%{?dist} Epoch: 0 Summary: Hamcrest matcher object framework License: BSD @@ -126,7 +126,9 @@ Summary: Demos for %{name} Requires: %{name} = %{epoch}:%{version}-%{release} Requires: junit Requires: junit4 +%if %with tests Requires: testng +%endif %description demo Demonstrations and samples for %{name}. @@ -296,11 +298,14 @@ fi %{_datadir}/%{name} %changelog -* Fri Oct 24 2008 David Walluck 0:1.1-5.1 +* Tue Oct 28 2008 David Walluck 0:1.1-6.1 - Fedora-specific: enable GCJ support - Fedora-specific: build with java 1.6.0 - Fedora-specific: disable integration and tests +* Tue Oct 28 2008 David Walluck 0:1.1-6 +- make demo dependency on testng conditional + * Fri Oct 24 2008 David Walluck 0:1.1-5 - fix GCJ file list - simplify build by always setting OPT_JAR_LIST