[RPM (6.0)] [DIST generic] junit-3.8.2-10.jpp6
Ralph Apel <[email protected]>
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : junit Relocations: (not relocatable) Version : 3.8.2 Vendor: JPackage Project Release : 10.jpp6 Build Date: Wed 25 Jul 2012 07:15:14 PM CEST Install Date: (not installed) Build Host: linux.fritz.box Group : Development/Testing Source RPM: (none) Size : 476461 License: CPL Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://www.junit.org/ Summary : Java regression test package Description : JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. JUnit is Open Source Software, released under the IBM Public License and hosted on SourceForge. --------------- Ralph Apel <[email protected]> 3.8.2-10 - Fix depmap frag --------------- junit.src: W: no-signature junit.src: W: mixed-use-of-spaces-and-tabs (spaces: line 31, tab: line 56) junit.src:214: W: libdir-macro-in-noarch-package (main package) %dir %{_libdir}/gcj/%{name} junit.src:215: W: libdir-macro-in-noarch-package (main package) %attr(-,root,root) %{_libdir}/gcj/%{name}/junit-3.8.2.jar.* junit.src:232: W: libdir-macro-in-noarch-package demo %attr(-,root,root) %{_libdir}/gcj/%{name}/demo.* 1 packages and 0 specfiles checked; 0 errors, 5 warnings. --------------- Index: junit.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/junit/junit.spec,v retrieving revision 1.8 diff -u -r1.8 junit.spec --- junit.spec 9 Jan 2010 19:19:23 -0000 1.8 +++ junit.spec 25 Jul 2012 17:16:49 -0000 @@ -1,4 +1,4 @@ -# Copyright (c) 2000-2009, JPackage Project +# Copyright (c) 2000-2012, JPackage Project # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -47,10 +47,13 @@ %endif %define section free - +%define _binary_payload w9.gzdio +%define _source_payload w9.gzdio +%define _binary_filedigest_algorithm 1 +%define _source_filedigest_algorithm 1 Name: junit Version: 3.8.2 -Release: 9%{?dist} +Release: 10%{?dist} Epoch: 0 Summary: Java regression test package License: CPL @@ -140,7 +143,7 @@ # pom %{__mkdir_p} %{buildroot}%{_datadir}/maven2/poms %{__cp} -p %{SOURCE3} %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom -%add_to_maven_depmap junit junit JPP %{name} +%add_to_maven_depmap junit junit %{version} JPP %{name} # demo # Not using %%name for last part because it is part of package name @@ -236,6 +239,9 @@ %endif %changelog +* Wed Jul 25 2012 Ralph Apel <[email protected]> 3.8.2-10 +- Fix depmap frag + * Sat Jan 09 2010 Will Tatam <[email protected]> 3.8.2-9 - Auto rebuild for JPackage 6 in centos5 mock