[java-sig-commits] [httpcomponents-client/f15/master] - Add BR/R apache-commons-codec, since httpcomponents-client's MANIFEST.MF has an Import-Package:

jerboaa jerboaa at fedoraproject.org
Thu Apr 7 16:12:19 UTC 2011


commit ceb9872990f3437c9e261afc412c4d6419254441
Author: Severin Gehwolf <sgehwolf at redhat.com>
Date:   Thu Apr 7 12:08:21 2011 -0400

    - Add BR/R apache-commons-codec, since httpcomponents-client's
      MANIFEST.MF has an Import-Package: org.apache.commons.codec
      header.

 httpcomponents-client.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/httpcomponents-client.spec b/httpcomponents-client.spec
index f203789..1642a41 100644
--- a/httpcomponents-client.spec
+++ b/httpcomponents-client.spec
@@ -3,7 +3,7 @@
 Name:              httpcomponents-client
 Summary:           HTTP agent implementation based on httpcomponents HttpCore
 Version:           4.1.1
-Release:           1%{?dist}
+Release:           2%{?dist}
 Group:             Development/Libraries
 License:           ASL 2.0
 URL:               http://hc.apache.org/
@@ -16,11 +16,13 @@ BuildArch:         noarch
 BuildRequires:     httpcomponents-project
 BuildRequires:     httpcomponents-core
 BuildRequires:     apache-mime4j
+BuildRequires:     apache-commons-codec
 
 Requires:          java >= 1:1.6.0
 Requires:          jpackage-utils
 Requires:          httpcomponents-core
 Requires:          apache-mime4j
+Requires:          apache-commons-codec
 
 Requires(post):    jpackage-utils
 Requires(postun):  jpackage-utils
@@ -92,6 +94,11 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
 
 
 %changelog
+* Thu Apr 7 2011 Severin Gehwolf <sgehwolf at redhat.com> 4.1.1-2
+- Add BR/R apache-commons-codec, since httpcomponents-client's
+  MANIFEST.MF has an Import-Package: org.apache.commons.codec
+  header. 
+
 * Tue Mar 29 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 4.1.1-1
 - New upstream bugfix version (4.1.1)
 


More information about the java-sig-commits mailing list