[aether] Install compat JAR symlinks

Mikolaj Izdebski mizdebsk at fedoraproject.org
Thu May 2 03:26:46 UTC 2013


commit ecb121a8fa2dd9c7440b590bb93dfdef6d858e23
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Thu May 2 05:19:35 2013 +0200

    Install compat JAR symlinks
    
    - Resolves: rhbz#958558

 aether.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/aether.spec b/aether.spec
index 1474aa1..755c494 100644
--- a/aether.spec
+++ b/aether.spec
@@ -1,6 +1,6 @@
 Name:           aether
 Version:        1.13.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Sonatype library to resolve, install and deploy artifacts the Maven way
 License:        EPL or ASL 2.0
 URL:            https://docs.sonatype.org/display/AETHER/Home
@@ -136,6 +136,10 @@ done
 %pom_xpath_inject pom:project "<dependencies/>"
 %pom_add_dep cglib:cglib:any:test
 
+# Keep compatibility with packages that use old JAR locations until
+# they migrate.
+%mvn_file ":{%{name}-{*}}" %{name}/@1 %{name}/@2
+
 %build
 %mvn_build -s
 
@@ -159,6 +163,10 @@ done
 %files javadoc -f .mfiles-javadoc
 
 %changelog
+* Thu May  2 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.13.1-9
+- Install compat JAR symlinks
+- Resolves: rhbz#958558
+
 * Tue Apr 30 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.13.1-8
 - Complete spec file rewrite
 - Build with xmvn


More information about the scm-commits mailing list