[RPM (6.0)] mojo-taglist-maven-plugin-2.4-5.jpp6
Ralph Apel <[email protected]> Wed, 9 Jul 2014 11:12:40 +0200
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : mojo-taglist-maven-plugin Relocations: (not relocatable) Version : 2.4 Vendor: JPackage Project Release : 5.jpp6 Build Date: Wed 09 Jul 2014 11:10:57 AM CEST Install Date: (not installed) Build Host: linux.fritz.box Group : Development/Libraries Source RPM: (none) Size : 38710 License: MIT and ASL 2.0 Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://mojo.codehaus.org/taglist-maven-plugin/ Summary : Taglist Maven Plugin Description : The Taglist Maven Plugin generates a report on various tags found in the code, like @todo or //TODO tags. --------------- Ralph Apel <[email protected]> 0:2.4-5 - Fix wrong legacy symlink in ./mojo --------------- --------------- Index: mojo-taglist-maven-plugin.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/mojo-taglist-maven-plugin/mojo-taglist-maven-plugin.spec,v retrieving revision 1.2 diff -u -r1.2 mojo-taglist-maven-plugin.spec --- mojo-taglist-maven-plugin.spec 3 Aug 2012 08:42:17 -0000 1.2 +++ mojo-taglist-maven-plugin.spec 9 Jul 2014 09:12:38 -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-taglist-maven-plugin Version: 2.4 -Release: 3%{?reltag}%{?dist} +Release: 5%{?dist} Epoch: 0 Summary: Taglist Maven Plugin Group: Development/Libraries @@ -135,7 +135,7 @@ cp -p target/taglist-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}/taglist-maven-plugin.jar -ln -s %{name}-%{namedversion}.jar %{buildroot}%{_javadir}/mojo/taglist-maven-plugin.jar +ln -s %{_javadir}/%{name}-%{namedversion}.jar %{buildroot}%{_javadir}/mojo/taglist-maven-plugin.jar # poms mkdir -p %{buildroot}%{_datadir}/maven2/poms @@ -169,6 +169,12 @@ %{_javadocdir}/%{name} %changelog +* Wed Jul 09 2014 Ralph Apel <[email protected]> 0:2.4-5 +- Fix wrong legacy symlink in ./mojo + +* Thu Nov 01 2012 Will Tatam <[email protected]> 2.4-4 +- Auto rebuild for JPackage 6 in centos5 mock + * Fri Aug 03 2012 Ralph Apel <[email protected]> 0:2.4-3 - fix obsoletion of taglist-maven-plugin