]> git.pld-linux.org Git - packages/java-junit.git/commitdiff
- updated to 4.4 (needs hamcrest now) auto/th/junit-4_4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Sep 2007 09:29:20 +0000 (09:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    java-junit.spec -> 1.24

java-junit.spec

index 969cf5159cb5673ee9489b6dd1e263c742a8fa4c..e3b45ad8741957cc196398cd7d90377025251d10 100644 (file)
@@ -2,15 +2,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)
@@ -40,6 +44,8 @@ install -d javadoc
 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')
This page took 0.075837 seconds and 4 git commands to generate.