[httpcomponents-core] Fix bundle plugin configuration to produce sane manifest.

Alexander Kurtakov akurtakov at fedoraproject.org
Fri May 17 09:05:42 UTC 2013


commit 0e3468b3136da47350433f072467e813c4ebc09f
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Fri May 17 12:05:30 2013 +0300

    Fix bundle plugin configuration to produce sane manifest.
    
    Do not duplicate javadoc files list.

 httpcomponents-core.spec |    9 +++++++--
 1 files 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
           <configuration>
             <instructions>
               <Export-Package>*</Export-Package>
+              <Private-Package></Private-Package>
+              <_nouses>true</_nouses>
             </instructions>
           </configuration>
         </plugin>" $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 <akurtako at redhat.com> 4.2.4-3
+- Fix bundle plugin configuration to produce sane manifest.
+- Do not duplicate javadoc files list.
+
 * Mon Mar 25 2013 Michal Srb <msrb at redhat.com> - 4.2.4-2
 - Build with xmvn
 


More information about the scm-commits mailing list