[aether] Install aether-connector-asynchttpclient - it was build but not installed.

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Apr 19 10:22:29 UTC 2012


commit cbe70781f3fe2c2d82f34d1ac8457038150ee5c4
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Thu Apr 19 13:21:33 2012 +0300

    Install aether-connector-asynchttpclient - it was build but not
    installed.

 aether.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/aether.spec b/aether.spec
index 68490e5..121807f 100644
--- a/aether.spec
+++ b/aether.spec
@@ -1,6 +1,6 @@
 Name:           aether
 Version:        1.13.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Sonatype library to resolve, install and deploy artifacts the Maven way
 
 Group:          Development/Libraries
@@ -71,7 +71,7 @@ mvn-rpmbuild install javadoc:aggregate
 install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/%{name}
 install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
 
-for module in aether-api aether-connector-file aether-connector-wagon \
+for module in aether-api aether-connector-file aether-connector-wagon aether-connector-asynchttpclient\
          aether-impl aether-spi aether-test-util aether-util;do
 pushd $module
       jarname=`echo $module | sed s:aether-::`
@@ -98,6 +98,9 @@ install -pm 644 pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.%{name}-parent.pom
 %{_javadocdir}/%{name}
 
 %changelog
+* Thu Apr 19 2012 Alexander Kurtakov <akurtako at redhat.com> 1.13.1-2
+- Install aether-connector-asynchttpclient - it was build but not installed.
+
 * Tue Jan 31 2012 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.13.1-1
 - Update to latest upstream
 - Update spec to latest guidelines


More information about the scm-commits mailing list