[RPM (6.0)] mojo-jaxb2-maven-plugin-1.3.1-4.jpp6
Ralph Apel <[email protected]> Wed, 9 Jul 2014 10:18:57 +0200
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : mojo-jaxb2-maven-plugin Relocations: (not relocatable) Version : 1.3.1 Vendor: JPackage Project Release : 4.jpp6 Build Date: Wed 09 Jul 2014 10:17:24 AM CEST Install Date: (not installed) Build Host: linux.fritz.box Group : Development/Libraries Source RPM: (none) Size : 28015 License: ASL 2.0 Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://mojo.codehaus.org/jaxb2-maven-plugin/ Summary : Maven JAXB 2.1 Plugin Description : This plugin uses JAXB2 to generate Java classes from XML Schemas (and binding files) and to create XML Schemas for existing Java classes. --------------- Ralph Apel <[email protected]> 1.3.1-4 - Fix wrong legacy symlink in ./mojo --------------- --------------- Index: mojo-jaxb2-maven-plugin.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/mojo-jaxb2-maven-plugin/mojo-jaxb2-maven-plugin.spec,v retrieving revision 1.2 diff -u -r1.2 mojo-jaxb2-maven-plugin.spec --- mojo-jaxb2-maven-plugin.spec 3 Aug 2012 08:55:37 -0000 1.2 +++ mojo-jaxb2-maven-plugin.spec 9 Jul 2014 08:18:55 -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-jaxb2-maven-plugin Version: 1.3.1 -Release: 2%{reltag}%{?dist} +Release: 4%{?dist} Epoch: 0 Summary: Maven JAXB 2.1 Plugin Group: Development/Libraries @@ -129,7 +129,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/jaxb2-maven-plugin.jar +ln -sf %{_javadir}/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/mojo/jaxb2-maven-plugin.jar # poms mkdir -p %{buildroot}%{_datadir}/maven2/poms @@ -164,6 +164,12 @@ %{_javadocdir}/%{name} %changelog +* Wed Jul 09 2014 Ralph Apel <[email protected]> 1.3.1-4 +- Fix wrong legacy symlink in ./mojo + +* Thu Nov 01 2012 Will Tatam <[email protected]> 1.3.1-3 +- Auto rebuild for JPackage 6 in centos5 mock + * Fri Aug 03 2012 Ralph Apel <[email protected]> 1.3.1-2 - Fix obsoletion of mojo-maven2-plugin-jaxb2