[RPM (6.0)] mojo-build-helper-maven-plugin-1.7-4.jpp6

Ralph Apel <[email protected]> Tue, 8 Jul 2014 19:15:24 +0200
Newsgroups gmane.linux.jpackage.announce
Message-ID <[email protected]>
Name        : mojo-build-helper-maven-plugin  Relocations: (not relocatable)
Version     : 1.7                               Vendor: JPackage Project
Release     : 4.jpp6                        Build Date: Tue 08 Jul 2014 07:12:54 PM CEST
Install Date: (not installed)               Build Host: linux.fritz.box
Group       : Development/Libraries         Source RPM: (none)
Size        : 30355                            License: MIT and ASL 2.0
Signature   : (none)
Packager    : Ralph Apel <[email protected]>
URL         : http://mojo.codehaus.org/build-helper-maven-plugin/
Summary     : Build Helper Maven Plugin
Description :
This plugin contains various small independent goals to
assist with Maven build lifecycle.

---------------
Ralph pel <[email protected]> 1.7-4
- Fix wrong legacy symlink in ./mojo
---------------

---------------
Index: mojo-build-helper-maven-plugin.spec
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/mojo-build-helper-maven-plugin/mojo-build-helper-maven-plugin.spec,v
retrieving revision 1.2
diff -u -r1.2 mojo-build-helper-maven-plugin.spec
--- mojo-build-helper-maven-plugin.spec	3 Aug 2012 09:02:11 -0000	1.2
+++ mojo-build-helper-maven-plugin.spec	8 Jul 2014 17:15:22 -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-build-helper-maven-plugin
 Version:        1.7
-Release:        2%{?reltag}%{?dist}
+Release:        4%{?dist}
 Epoch:          0
 Summary:        Build Helper Maven Plugin
 Group:          Development/Libraries
@@ -131,7 +131,7 @@
 mkdir -p %{buildroot}%{_javadir}/mojo
 cp -p target/build-helper-maven-plugin-%{namedversion}.jar %{buildroot}%{_javadir}/%{name}-%{namedversion}.jar
 (cd %{buildroot}%{_javadir} && for jar in *-%{namedversion}*; do ln -s ${jar} `echo ${jar} | sed "s|-%{namedversion}||g"`; done)
-ln -s %{name}-%{namedversion}.jar %{buildroot}%{_javadir}/mojo/build-helper-maven-plugin.jar
+ln -s %{_javadir}/%{name}-%{namedversion}.jar %{buildroot}%{_javadir}/mojo/build-helper-maven-plugin.jar
 
 # poms
 mkdir -p %{buildroot}%{_datadir}/maven2/poms
@@ -166,6 +166,12 @@
 %{_javadocdir}/%{name}
 
 %changelog
+* Tue Jul 08 2014 Ralph pel <[email protected]> 1.7-4
+- Fix wrong legacy symlink in ./mojo
+
+* Thu Nov 01 2012 Will Tatam <[email protected]> 1.7-3
+- Auto rebuild for JPackage 6 in centos5 mock
+
 * Fri Aug 03 2012 Ralph Apel <[email protected]> 0:1.7-2
 - Fix obsoletion of mojo-maven2-plugin-build-helper