SPECS: junit.spec - updated to 4.4 (needs hamcrest now)

qboosh qboosh at pld-linux.org
Sun Sep 9 11:29:26 CEST 2007


Author: qboosh                       Date: Sun Sep  9 09:29:26 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 4.4 (needs hamcrest now)

---- Files affected:
SPECS:
   junit.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: SPECS/junit.spec
diff -u SPECS/junit.spec:1.23 SPECS/junit.spec:1.24
--- SPECS/junit.spec:1.23	Sat May 26 01:31:08 2007
+++ SPECS/junit.spec	Sun Sep  9 11:29:20 2007
@@ -3,15 +3,19 @@
 Summary:	JUnit - regression testing framework
 Summary(pl.UTF-8):	JUnit - środowisko do testów regresji
 Name:		junit
-Version:	4.3.1
+Version:	4.4
 Release:	1
 License:	IBM Common Public License v1.0
 Group:		Development/Languages/Java
 Source0:	http://dl.sourceforge.net/junit/%{name}-%{version}-src.jar
-# Source0-md5:	170f9645a41398388e8553b32ff5f630
+# Source0-md5:	4126a0974473f7cb7df7fd5cd109505d
 URL:		http://www.junit.org/
+BuildRequires:	hamcrest
+BuildRequires:	jdk >= 1.5
+BuildRequires:	jpackage-utils
 BuildRequires:	rpm-javaprov
 BuildRequires:	unzip
+Requires:	hamcrest
 Requires:	jdk >= 1.5
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -41,6 +45,8 @@
 rm -f junit/runner/Version.java.template
 
 %build
+export CLASSPATH=$(build-classpath hamcrest-core)
+
 %javac $(find -name '*.java')
 %jar -cvf %{name}-%{version}.jar $(find -type f '!' -name '*.java')
 %javadoc -d javadoc $(find -name '*.java')
@@ -72,6 +78,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2007/09/09 09:29:20  qboosh
+- updated to 4.4 (needs hamcrest now)
+
 Revision 1.23  2007/05/25 23:31:08  qboosh
 - BR: rpm-javaprov
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/junit.spec?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list