[RPM (6.0)] mojo-cobertura-maven-plugin-2.5.1-3.jpp6

Ralph Apel <[email protected]> Tue, 8 Jul 2014 23:26:44 +0200
Newsgroups gmane.linux.jpackage.announce
Message-ID <[email protected]>
Name        : mojo-cobertura-maven-plugin  Relocations: (not relocatable)
Version     : 2.5.1                             Vendor: JPackage Project
Release     : 3.jpp6                        Build Date: Tue 08 Jul 2014 11:23:29 PM CEST
Install Date: (not installed)               Build Host: linux.fritz.box
Group       : Development/Libraries         Source RPM: (none)
Size        : 2253941                          License: MIT
Signature   : (none)
Packager    : Ralph Apel <[email protected]>
URL         : http://mojo.codehaus.org/cobertura-maven-plugin/
Summary     : Code coverage via Cobertura
Description :
This plugin provides the features of Cobertura within the
Maven 2 environment.
The report generated by this plugin is the result of executing
the Cobertura tool against your compiled classes to help you
determine how well the unit testing efforts have been, and
can then be used to identify which parts of your Java
program are lacking test coverage.

---------------
Ralph Apel <[email protected]> 2.5.1-3
- Fix wrong legacy symlink in ./mojo
---------------

---------------
Index: mojo-cobertura-maven-plugin.spec
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/mojo-cobertura-maven-plugin/mojo-cobertura-maven-plugin.spec,v
retrieving revision 1.1
diff -u -r1.1 mojo-cobertura-maven-plugin.spec
--- mojo-cobertura-maven-plugin.spec	30 Jun 2012 14:58:28 -0000	1.1
+++ mojo-cobertura-maven-plugin.spec	8 Jul 2014 21:26:43 -0000
@@ -1,4 +1,4 @@
-# Copyright (c) 2000-2012, JPackage Project
+# Copyright (c) 2000-2014, JPackage Project
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -38,7 +38,7 @@
 
 Name:           mojo-cobertura-maven-plugin
 Version:        2.5.1
-Release:        1%{reltag}%{?dist}
+Release:        3%{?dist}
 Epoch:          0
 Summary:        Code coverage via Cobertura
 Group:          Development/Libraries
@@ -143,7 +143,7 @@
 (cd %{buildroot}%{_javadir} && for jar in *-%{namedversion}*; do ln -s ${jar} `echo ${jar} | sed "s|-%{namedversion}||g"`; done)
 # compat symlinks for obsoleted rpms
 mkdir -p %{buildroot}%{_javadir}/mojo
-ln -sf %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/mojo/cobertura-maven-plugin.jar
+ln -sf %{_javadir}/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/mojo/cobertura-maven-plugin.jar
 
 # poms
 mkdir -p %{buildroot}%{_datadir}/maven2/poms
@@ -178,5 +178,11 @@
 %{_javadocdir}/%{name}
 
 %changelog
+* Tue Jul 08 2014 Ralph Apel <[email protected]> 2.5.1-3
+- Fix wrong legacy symlink in ./mojo
+
+* Thu Nov 01 2012 Will Tatam <[email protected]> 2.5.1-2
+- Auto rebuild for JPackage 6 in centos5 mock
+
 * Sat Jun 30 2012 Ralph Apel <[email protected]> 2.5.1-1
 - Build as mojo-cobertura-maven-plugin for consistency