From 8d54f74d9ffdec8f6f8402aae18057d62a6e4a19 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 16 Mar 2015 18:41:33 +0100 Subject: [PATCH] Fix symlink order In Maven symlink installation is split into two parts. The first is supposed to be the same as upsteam Maven (exactly the same JARs in the same order), while other unbundled JARs are at the end. --- maven.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/maven.spec b/maven.spec index ad10b8c..e057b3b 100644 --- a/maven.spec +++ b/maven.spec @@ -1,6 +1,6 @@ Name: maven Version: 3.3.1 -Release: 2%{?dist} +Release: 1%{?dist} Summary: Java project management and project comprehension tool License: ASL 2.0 URL: http://maven.apache.org/ @@ -216,11 +216,8 @@ ln -sf $(build-classpath plexus/classworlds) \ aopalliance \ cdi-api \ commons-cli \ - commons-io \ - commons-lang \ guava \ atinject \ - jsoup/jsoup \ geronimo-annotation \ jsr-305 \ org.eclipse.sisu.inject \ @@ -243,6 +240,9 @@ ln -sf $(build-classpath plexus/classworlds) \ commons-logging \ commons-codec \ objectweb-asm/asm \ + commons-io \ + commons-lang \ + jsoup/jsoup \ ) @@ -264,7 +264,7 @@ ln -sf $(build-classpath plexus/classworlds) \ %changelog -* Mon Mar 16 2015 Michal Srb - 3.3.1-2 +* Mon Mar 16 2015 Michal Srb - 3.3.1-1 - Add commons-io, commons-lang and jsoup to plexus.core (Resolves: rhbz#1202286) * Fri Mar 13 2015 Mikolaj Izdebski - 3.3.1-1