- 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:
parent
9e9e64bfa4
commit
ceb9872990
@ -3,7 +3,7 @@
|
|||||||
Name: httpcomponents-client
|
Name: httpcomponents-client
|
||||||
Summary: HTTP agent implementation based on httpcomponents HttpCore
|
Summary: HTTP agent implementation based on httpcomponents HttpCore
|
||||||
Version: 4.1.1
|
Version: 4.1.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://hc.apache.org/
|
URL: http://hc.apache.org/
|
||||||
@ -16,11 +16,13 @@ BuildArch: noarch
|
|||||||
BuildRequires: httpcomponents-project
|
BuildRequires: httpcomponents-project
|
||||||
BuildRequires: httpcomponents-core
|
BuildRequires: httpcomponents-core
|
||||||
BuildRequires: apache-mime4j
|
BuildRequires: apache-mime4j
|
||||||
|
BuildRequires: apache-commons-codec
|
||||||
|
|
||||||
Requires: java >= 1:1.6.0
|
Requires: java >= 1:1.6.0
|
||||||
Requires: jpackage-utils
|
Requires: jpackage-utils
|
||||||
Requires: httpcomponents-core
|
Requires: httpcomponents-core
|
||||||
Requires: apache-mime4j
|
Requires: apache-mime4j
|
||||||
|
Requires: apache-commons-codec
|
||||||
|
|
||||||
Requires(post): jpackage-utils
|
Requires(post): jpackage-utils
|
||||||
Requires(postun): jpackage-utils
|
Requires(postun): jpackage-utils
|
||||||
@ -92,6 +94,11 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Mar 29 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 4.1.1-1
|
||||||
- New upstream bugfix version (4.1.1)
|
- New upstream bugfix version (4.1.1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user