From 0e3468b3136da47350433f072467e813c4ebc09f Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Fri, 17 May 2013 12:05:30 +0300 Subject: [PATCH] Fix bundle plugin configuration to produce sane manifest. Do not duplicate javadoc files list. --- httpcomponents-core.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/httpcomponents-core.spec b/httpcomponents-core.spec index d6a6709..5de0756 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.2.4 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Libraries License: ASL 2.0 URL: http://hc.apache.org/ @@ -66,6 +66,8 @@ for module in httpcore httpcore-nio; do * + + <_nouses>true " $module @@ -92,9 +94,12 @@ done %files javadoc -f .mfiles-javadoc %doc LICENSE.txt NOTICE.txt -%doc %{_javadocdir}/%{name} %changelog +* Fri May 17 2013 Alexander Kurtakov 4.2.4-3 +- Fix bundle plugin configuration to produce sane manifest. +- Do not duplicate javadoc files list. + * Mon Mar 25 2013 Michal Srb - 4.2.4-2 - Build with xmvn