- Add BR/R apache-commons-codec, since httpcomponents-client's

MANIFEST.MF has an Import-Package: org.apache.commons.codec
  header.
This commit is contained in:
Severin Gehwolf 2011-04-07 12:08:21 -04:00
parent 9e9e64bfa4
commit ceb9872990

View File

@ -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@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@redhat.com> - 4.1.1-1
- New upstream bugfix version (4.1.1)