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