From 7765afe28a3db271d29e0074fee072f95985305b10aa2f98404d4fa1dd63aedf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 7 Jul 2014 15:03:01 +0000 Subject: [PATCH] - Use junit not junit4 OBS-URL: https://build.opensuse.org/package/show/Java:packages/hamcrest?expand=0&rev=15 --- hamcrest.changes | 5 +++++ hamcrest.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/hamcrest.changes b/hamcrest.changes index acb24e6..30532b5 100644 --- a/hamcrest.changes +++ b/hamcrest.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 7 15:02:47 UTC 2014 - tchvatal@suse.com + +- Use junit not junit4 + ------------------------------------------------------------------- Mon Jun 16 12:25:07 UTC 2014 - tchvatal@suse.com diff --git a/hamcrest.spec b/hamcrest.spec index e7a395b..7b28603 100644 --- a/hamcrest.spec +++ b/hamcrest.spec @@ -118,7 +118,7 @@ Javadoc for %{name}. Summary: Demo files for %{name} Group: Development/Libraries/Java Requires: %{name} = %{version} -Requires: junit4 +Requires: junit %if %with tests Requires: testng %endif @@ -148,7 +148,7 @@ ln -sf $(build-classpath jmock) lib/integration/ # BUILD/%{name}-%{version}/lib/integration/junit-3.8.1.jar.no ln -sf $(build-classpath junit) lib/integration/ # BUILD/%{name}-%{version}/lib/integration/junit-4.0.jar.no -#ln -sf $(build-classpath junit4) lib/integration/ +#ln -sf $(build-classpath junit) lib/integration/ %endif # BUILD/%{name}-%{version}/lib/integration/testng-4.6-jdk15.jar.no %if %with tests