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