[RPM (6.0)] [DIST generic] jmock2-2.5.1-2.jpp6

Will Tatam <[email protected]> Thu, 1 Nov 2012 02:08:25 +0100
Newsgroups gmane.linux.jpackage.announce
Message-ID <[email protected]>
Name        : jmock2                       Relocations: (not relocatable)
Version     : 2.5.1                             Vendor: JPackage Project
Release     : 2.jpp6                        Build Date: Thu 01 Nov 2012 02:07:08 AM CET
Install Date: (not installed)               Build Host: flat.netmindz.net
Group       : Development/Libraries/Java    Source RPM: (none)
Size        : 1120315                          License: Open Source
Signature   : (none)
Packager    : Will Tatam <[email protected]>
URL         : http://jmock.codehaus.org/
Summary     : Test Java code using mock objects
Description :
jMock is a library that supports test-driven development
of Java2 code with mock objects.
Mock objects help you design and test the interactions
between the objects in your programs.
The jMock library:
* makes it quick and easy to define mock objects, so you
  don't break the rhythm of programming.
* lets you precisely specify the interactions between your
  objects, reducing the brittleness of your tests.
* works well with the autocompletion and refactoring
  features of your IDE
* plugs into your favourite test framework
* is easy to extend.

---------------
Will Tatam <[email protected]> 2.5.1-2
- Auto rebuild for JPackage 6 in centos5 mock
---------------
jmock2.src: W: specfile-error sh: line 0: fg: no job control
jmock2.src: W: specfile-error sh: line 0: fg: no job control
jmock2.src: W: source-or-patch-not-bzipped jmock2-DeterministicScheduler.patch
jmock2.src: W: source-or-patch-not-bzipped jmock-2.5.1.tgz
jmock2.src: W: no-signature
jmock2.src:199: W: libdir-macro-in-noarch-package (main package) %dir %attr(-,root,root) %{_libdir}/gcj/%{name}
jmock2.src:200: W: libdir-macro-in-noarch-package (main package) %attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}*%{version}.jar.*
jmock2.src: W: invalid-license Open Source
1 packages and 0 specfiles checked; 0 errors, 8 warnings.

---------------
Index: jmock2.spec
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/jmock2/jmock2.spec,v
retrieving revision 1.3
diff -u -r1.3 jmock2.spec
--- jmock2.spec	30 Jun 2011 07:19:21 -0000	1.3
+++ jmock2.spec	1 Nov 2012 01:08:24 -0000
@@ -35,7 +35,7 @@
 
 Name:           jmock2
 Version:        2.5.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch:          0
 Summary:        Test Java code using mock objects
 
@@ -206,6 +206,9 @@
 %ghost %doc %{_javadocdir}/%{name}
 
 %changelog
+* Thu Nov 01 2012 Will Tatam <[email protected]> 2.5.1-2
+- Auto rebuild for JPackage 6 in centos5 mock
+
 * Thu Jun 30 2011 Ralph Apel <r.apel at r-apel.de> - 0:2.5.1-1
 - 2.5.1 patched to Java6