[RPM (6.0)] mojo-javacc-maven-plugin-2.6-3.jpp6
Ralph Apel <[email protected]> Wed, 9 Jul 2014 10:12:30 +0200
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : mojo-javacc-maven-plugin Relocations: (not relocatable) Version : 2.6 Vendor: JPackage Project Release : 3.jpp6 Build Date: Wed 09 Jul 2014 10:10:20 AM CEST Install Date: (not installed) Build Host: linux.fritz.box Group : Development/Libraries Source RPM: (none) Size : 87064 License: ASL 2.0 Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://mojo.codehaus.org/javacc-maven-plugin/ Summary : JavaCC Maven Plugin Description : This plugin uses the JavaCC parser generator to process JavaCC grammar files and generate the appropriate Java source files. For general information about JavaCC, see the JavaCC web site. JavaCC grammar files use the extension .jj. This plugin can be used to locate and process all grammar files within a specified directory. Java source files will be written to a common generated-sources output directory, typically located in the build output directory. By default, the plugin will run during the generate-sources phase, but it can be configured to run in other phases as well. The plugin can also be be used to call the JJTree and JTB tools. JJTree is a preprocessor for JavaCC that inserts parse tree building actions at various places in the JavaCC source. More information about JJTree can be found on the JJTree site. JTB (Java Tree Builder) is another syntax tree builder. Just like JJTree, it works as a preprocessor for JavaCC grammar files and inserts code to build syntax trees from a parsed input stream. More information about JTB in general and a feature comparison with JJTree can be found on the JTB web site. Finally, this plugin contains a goal for running JJDoc. JJDoc is a simple tool that generates BNF documentation for the JavaCC grammar files. This can be used to generate a report for your project site using the Maven reporting tools. --------------- Ralph Apel <[email protected]> 2.6-3 - Fix wrong legacy symlink in ./mojo --------------- --------------- Index: mojo-javacc-maven-plugin.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/mojo-javacc-maven-plugin/mojo-javacc-maven-plugin.spec,v retrieving revision 1.1 diff -u -r1.1 mojo-javacc-maven-plugin.spec --- mojo-javacc-maven-plugin.spec 24 Jun 2012 18:25:14 -0000 1.1 +++ mojo-javacc-maven-plugin.spec 9 Jul 2014 08:12: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-javacc-maven-plugin Version: 2.6 -Release: 1%{reltag}%{?dist} +Release: 3%{?dist} Epoch: 0 Summary: JavaCC Maven Plugin Group: Development/Libraries @@ -155,7 +155,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/javacc-maven-plugin.jar +ln -sf %{_javadir}/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/mojo/javacc-maven-plugin.jar # poms mkdir -p %{buildroot}%{_datadir}/maven2/poms @@ -190,5 +190,11 @@ %{_javadocdir}/%{name} %changelog +* Wed Jul 09 2014 Ralph Apel <[email protected]> 2.6-3 +- Fix wrong legacy symlink in ./mojo + +* Thu Nov 01 2012 Will Tatam <[email protected]> 2.6-2 +- Auto rebuild for JPackage 6 in centos5 mock + * Sun Jun 24 2012 Ralph Apel <[email protected]> 2.6-1 - Build as mojo-javacc-maven-plugin for consistency