- Use junit not junit4

OBS-URL: https://build.opensuse.org/package/show/Java:packages/hamcrest?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal 2014-07-07 15:03:01 +00:00 committed by Git OBS Bridge
parent c98bfc3d5e
commit 7765afe28a
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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