[ant] Add alias for ant:ant-launcher

Mikolaj Izdebski mizdebsk at fedoraproject.org
Wed Mar 11 08:33:26 UTC 2015


commit d061def1f201b0e080a76fa6aeed2b25aade0f6e
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Wed Mar 11 09:30:37 2015 +0100

    Add alias for ant:ant-launcher

 ant.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/ant.spec b/ant.spec
index 8d3cba3..597d6fd 100644
--- a/ant.spec
+++ b/ant.spec
@@ -36,7 +36,7 @@
 
 Name:           ant
 Version:        1.9.4
-Release:        7%{?dist}
+Release:        8%{?dist}
 Epoch:          0
 Summary:        Build tool for java
 Summary(it):    Tool per la compilazione di programmi java
@@ -385,6 +385,7 @@ do
   # jar
   alias=
   [ $jarname == ant ] && alias=org.apache.ant:ant-nodeps,apache:ant,ant:ant
+  [ $jarname == ant-launcher ] && alias=ant:ant-launcher
 
   #install pom
   install -p -m 644 src/etc/poms/${jarname}/pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/${pomname}
@@ -581,6 +582,9 @@ cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 # -----------------------------------------------------------------------------
 
 %changelog
+* Wed Mar 11 2015 Mikolaj Izdebski <mizdebsk at redhat.com> - 0:1.9.4-8
+- Add alias for ant:ant-launcher
+
 * Wed Feb  4 2015 Mikolaj Izdebski <mizdebsk at redhat.com> - 0:1.9.4-7
 - Add hamcrest to ant-junit classpath
 


More information about the scm-commits mailing list