[aether] Add symlinks to Sonatype Aether

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Jul 22 05:10:43 UTC 2013


commit cd85b001ebc92769cd6f7ea8b9df16520f9f95da
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Fri Jul 19 14:45:45 2013 +0200

    Add symlinks to Sonatype Aether

 aether.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/aether.spec b/aether.spec
index fa92561..83d2c7a 100644
--- a/aether.spec
+++ b/aether.spec
@@ -6,7 +6,7 @@
 
 Name:           aether
 Version:        1.13.1
-Release:        11%{?dist}
+Release:        12%{?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
@@ -155,7 +155,7 @@ done
 
 # Keep compatibility with packages that use old JAR locations until
 # they migrate.
-%mvn_file ":{%{name}-{*}}" %{name}/@1 %{name}/@2
+%mvn_file ":{%{name}-{*}}" %{name}/@1 %{name}/@2 sonatype-%{name}/@1
 
 %build
 %mvn_build -s
@@ -171,6 +171,7 @@ done
 %doc README.md
 %doc LICENSE-ASL LICENSE-EPL
 %dir %{_javadir}/%{name}
+%dir %{_javadir}/sonatype-%{name}
 
 %files connector-file -f .mfiles-%{name}-connector-file
 %files connector-wagon -f .mfiles-%{name}-connector-wagon
@@ -186,6 +187,9 @@ done
 %endif
 
 %changelog
+* Fri Jul 19 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.13.1-12
+- Add symlinks to Sonatype Aether
+
 * Wed Jun 26 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.13.1-11
 - Install license files
 - Resolves: rhbz#958116


More information about the scm-commits mailing list