[xnio] Removing tools.jar from deps

Marek Goldmann goldmann at fedoraproject.org
Wed Jun 5 11:31:51 UTC 2013


commit 6f2430e6c47aaba9076b70889479141a39a1c48c
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Wed Jun 5 13:31:12 2013 +0200

    Removing tools.jar from deps

 xnio.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/xnio.spec b/xnio.spec
index 04cb02a..0b9c920 100644
--- a/xnio.spec
+++ b/xnio.spec
@@ -3,7 +3,7 @@
 
 Name:             xnio
 Version:          3.1.0
-Release:          0.2%{namedreltag}%{?dist}
+Release:          0.3%{namedreltag}%{?dist}
 Summary:          JBoss XNIO
 License:          ASL 2.0
 URL:              http://www.jboss.org/xnio
@@ -45,7 +45,8 @@ This package contains the API documentation for %{name}.
 
 %prep
 %setup -q -n xnio-%{namedversion}
-#%patch0 -p1
+
+%pom_remove_dep "com.sun:tools"
 
 # This test is failing
 # DEBUG: connectSsl4(org.xnio.ssl.JsseXnioSslTestCase)  Time elapsed: 0.007 sec  <<< FAILURE!
@@ -63,10 +64,15 @@ rm nio-impl/src/test/java/org/xnio/nio/test/TcpChannelTestCase.java
 
 %files -f .mfiles
 %dir %{_javadir}/%{name}
+%doc LICENSE.txt
 
 %files javadoc -f .mfiles-javadoc
+%doc LICENSE.txt
 
 %changelog
+* Wed Jun 05 2013 Marek Goldmann <mgoldman at redhat.com> - 3.1.0-0.3.CR5
+- Removing tools.jar from deps
+
 * Wed Jun 05 2013 Marek Goldmann <mgoldman at redhat.com> - 3.1.0-0.2.CR5
 - Disabled tests that fail on koji because of network connectivity
 - Cleanup


More information about the scm-commits mailing list