[httpcomponents-core] Fix forgotten add_to_maven_depmap

Stanislav Ochotnicky sochotni at fedoraproject.org
Mon Jul 4 13:10:26 UTC 2011


commit 06cc88f111bc4fc0493b43bb9db08726bab626c9
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Mon Jul 4 14:56:36 2011 +0200

    Fix forgotten add_to_maven_depmap

 httpcomponents-core.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/httpcomponents-core.spec b/httpcomponents-core.spec
index c9b4d13..b5ea2c3 100644
--- a/httpcomponents-core.spec
+++ b/httpcomponents-core.spec
@@ -3,7 +3,7 @@
 Name:              httpcomponents-core
 Summary:           Set of low level Java HTTP transport components for HTTP services
 Version:           4.1.1
-Release:           1%{?dist}
+Release:           2%{?dist}
 Group:             Development/Libraries
 License:           ASL 2.0
 URL:               http://hc.apache.org/
@@ -63,7 +63,7 @@ for m in httpcore httpcore-nio; do
         install -m 0644 $m/target/$m-%{version}.jar %{buildroot}%{_javadir}/%{base_name}/$m.jar
     fi
 
-    %add_to_maven_depmap JPP.%{base_name}-$m.pom %{base_name}/$m.jar
+    %add_maven_depmap JPP.%{base_name}-$m.pom %{base_name}/$m.jar
 done
 
 # parent
@@ -85,6 +85,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Mon Jul  4 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 4.1.1-2
+- Fix forgotten add_to_maven_depmap
+
 * Fri Jul  1 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 4.1.1-1
 - Update to latest upstream (4.1.1)
 - Use new maven macros


More information about the scm-commits mailing list