[RPM (6.0)] mojo-clirr-maven-plugin-2.4-4.jpp6
Ralph Apel <[email protected]> Wed, 9 Jul 2014 09:59:27 +0200
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : mojo-clirr-maven-plugin Relocations: (not relocatable) Version : 2.4 Vendor: JPackage Project Release : 4.jpp6 Build Date: Wed 09 Jul 2014 09:56:50 AM CEST Install Date: (not installed) Build Host: linux.fritz.box Group : Development/Libraries Source RPM: (none) Size : 33341 License: ASL 2.0 Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://mojo.codehaus.org/clirr-maven-plugin/ Summary : Maven Clirr Plugin Description : Clirr is a tool that checks Java libraries for binary and source compatibility with older releases. Basically you give it two sets of jar files and Clirr dumps out a list of changes in the public API. The clirr-maven-plugin can be configured to break the build, if it detects incompatible api changes. In a continuous integration process, the clirr-maven-plugin can automatically prevent accidental introduction of binary or source compatibility problems. Additionally, the plugin can generate a report as part of the generated site. --------------- Ralph Apel <[email protected]> 2.4-4 - Fix it --------------- --------------- Index: mojo-clirr-maven-plugin.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/mojo-clirr-maven-plugin/mojo-clirr-maven-plugin.spec,v retrieving revision 1.2 diff -u -r1.2 mojo-clirr-maven-plugin.spec --- mojo-clirr-maven-plugin.spec 8 Jul 2014 21:15:01 -0000 1.2 +++ mojo-clirr-maven-plugin.spec 9 Jul 2014 07:59:26 -0000 @@ -38,7 +38,7 @@ Name: mojo-clirr-maven-plugin Version: 2.4 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 0 Summary: Maven Clirr Plugin Group: Development/Libraries @@ -138,7 +138,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/clirr-maven-plugin.jar +ln -sf %{_javadir}/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/mojo/clirr-maven-plugin.jar # poms mkdir -p %{buildroot}%{_datadir}/maven2/poms @@ -173,6 +173,9 @@ %{_javadocdir}/%{name} %changelog +* Wed Jul 09 2014 Ralph Apel <[email protected]> 2.4-4 +- Fix it + * Tue Jul 08 2014 Ralph Apel <[email protected]> 2.4-3 - Fix wrong legacy symlinks in ./mojo