commit 9dc0c8be526bab9ecf42b3a9cd2e34396cae470c Author: Mikolaj Izdebski mizdebsk@redhat.com Date: Wed Aug 1 18:49:40 2012 +0200
Fix OSGi manifest in httpmime
httpcomponents-client.spec | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) --- diff --git a/httpcomponents-client.spec b/httpcomponents-client.spec index ea4ab74..eef08f2 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.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Libraries License: ASL 2.0 URL: http://hc.apache.org/ @@ -53,7 +53,7 @@ Requires: jpackage-utils
# Add proper Apache felix bundle plugin instructions # so that we get a reasonable OSGi manifest. -for module in httpclient httpclient; do +for module in httpclient httpmime; do %pom_xpath_remove "pom:project/pom:packaging" $module %pom_xpath_inject "pom:project" "<packaging>bundle</packaging>" $module done @@ -138,6 +138,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name} %doc %{_javadocdir}/%{name}
%changelog +* Wed Aug 1 2012 Mikolaj Izdebski mizdebsk@redhat.com - 4.2.1-3 +- Fix OSGi manifest in httpmime + * Fri Jul 27 2012 Mikolaj Izdebski mizdebsk@redhat.com - 4.2.1-2 - Install NOTICE.txt file - Fix javadir directory ownership
java-sig-commits@lists.fedoraproject.org