[RPM (6.0)] mojo-idlj-maven-plugin-1.1-3.jpp6
Ralph Apel <[email protected]> Wed, 9 Jul 2014 10:05:06 +0200
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : mojo-idlj-maven-plugin Relocations: (not relocatable) Version : 1.1 Vendor: JPackage Project Release : 3.jpp6 Build Date: Wed 09 Jul 2014 10:03:26 AM CEST Install Date: (not installed) Build Host: linux.fritz.box Group : Development/Libraries Source RPM: (none) Size : 23366 License: ASL 2.0 Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://mojo.codehaus.org/idlj-maven-plugin/ Summary : Corba IDL Compiler Maven Plugin Description : Corba IDL Compiler Maven Plugin --------------- Ralph Apel <[email protected]> 1.1-3 - Fix wrong legacy symlink in ./mojo --------------- --------------- Index: mojo-idlj-maven-plugin.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/mojo-idlj-maven-plugin/mojo-idlj-maven-plugin.spec,v retrieving revision 1.1 diff -u -r1.1 mojo-idlj-maven-plugin.spec --- mojo-idlj-maven-plugin.spec 24 Jun 2012 17:10:37 -0000 1.1 +++ mojo-idlj-maven-plugin.spec 9 Jul 2014 08:05:05 -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-idlj-maven-plugin Version: 1.1 -Release: 1%{reltag}%{?dist} +Release: 3%{?dist} Epoch: 0 Summary: Corba IDL Compiler Maven Plugin Group: Development/Libraries @@ -121,7 +121,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/idlj-maven-plugin.jar +ln -sf %{_javadir}/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/mojo/idlj-maven-plugin.jar # poms mkdir -p %{buildroot}%{_datadir}/maven2/poms @@ -156,5 +156,11 @@ %{_javadocdir}/%{name} %changelog +* Wed Jul 09 2014 Ralph Apel <[email protected]> 1.1-3 +- Fix wrong legacy symlink in ./mojo + +* Thu Nov 01 2012 Will Tatam <[email protected]> 1.1-2 +- Auto rebuild for JPackage 6 in centos5 mock + * Sun Jun 24 2012 Ralph Apel <[email protected]> 1.1-1 - Build as mojo-idlj-maven-plugin for consistency