[RPM (6.0)] mojo-exec-maven-plugin-1.2.1-3.jpp6

Ralph Apel <[email protected]> Tue, 8 Jul 2014 23:36:30 +0200
Newsgroups gmane.linux.jpackage.announce
Message-ID <[email protected]>
Name        : mojo-exec-maven-plugin       Relocations: (not relocatable)
Version     : 1.2.1                             Vendor: JPackage Project
Release     : 3.jpp6                        Build Date: Tue 08 Jul 2014 11:34:11 PM CEST
Install Date: (not installed)               Build Host: linux.fritz.box
Group       : Development/Libraries         Source RPM: (none)
Size        : 167747                           License: ASL 2.0
Signature   : (none)
Packager    : Ralph Apel <[email protected]>
URL         : http://mojo.codehaus.org/exec-maven-plugin/
Summary     : Execute system and Java programs
Description :
Execution of system and Java programs.

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

---------------
Index: mojo-exec-maven-plugin.spec
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/mojo-exec-maven-plugin/mojo-exec-maven-plugin.spec,v
retrieving revision 1.1
diff -u -r1.1 mojo-exec-maven-plugin.spec
--- mojo-exec-maven-plugin.spec	2 Jul 2012 18:03:32 -0000	1.1
+++ mojo-exec-maven-plugin.spec	8 Jul 2014 21:36:29 -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-exec-maven-plugin
 Version:        1.2.1
-Release:        1%{reltag}%{?dist}
+Release:        3%{?dist}
 Epoch:          0
 Summary:        Execute system and Java programs
 Group:          Development/Libraries
@@ -134,7 +134,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/exec-maven-plugin.jar
+ln -sf %{_javadir}/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/mojo/exec-maven-plugin.jar
 
 # poms
 mkdir -p %{buildroot}%{_datadir}/maven2/poms
@@ -169,5 +169,11 @@
 %{_javadocdir}/%{name}
 
 %changelog
+* Tue Jul 08 2014 Ralph Apel <[email protected]> 1.2.1-3
+- Fix wrong legacy symlink in ./mojo
+
+* Thu Nov 01 2012 Will Tatam <[email protected]> 1.2.1-2
+- Auto rebuild for JPackage 6 in centos5 mock
+
 * Mon Jul 02 2012 Ralph Apel <[email protected]> 1.2.1-1
 - Build as mojo-exec-maven-plugin for consistency