]> git.pld-linux.org Git - packages/java-junit.git/commitdiff
- updated to 3.8, added Source0 URL
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 24 Aug 2002 20:33:21 +0000 (20:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- R: jdk >= 1.1

Changed files:
    java-junit.spec -> 1.7

java-junit.spec

index f974ee82edfb139b7cd09b0466ed54103b83aab4..54f0dc1a2745eadf468abff66a4388f79e68fee2 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       JUnit - regression testing framework
 Summary(pl):   JUnit - ¶rodowisko do testów regresji
 Name:          junit
-Version:       3.7
+Version:       3.8
 Release:       1
-License:       IBM Public License
+License:       IBM Common Public License v1.0
 Group:         Development/Languages/Java
-Source0:       %{name}%{version}.zip
+Source0:       http://download.sourceforge.net/junit/%{name}%{version}.zip
 URL:           http://www.junit.org/
+Requires:      jdk >= 1.1
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -42,7 +43,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.html
+%doc README.html cpl-v10.html
 %{_javalibdir}/*.jar
 
 %files doc
This page took 0.098654 seconds and 4 git commands to generate.