[netty31] Fix FTBFS (#992352)

madsa madsa at fedoraproject.org
Sun Oct 20 21:36:31 UTC 2013


commit 8c3021e15ca75983a50ed34544d9f9309a4b4a0e
Author: Matt Spaulding <mspaulding06 at gmail.com>
Date:   Sun Oct 20 14:36:17 2013 -0700

    Fix FTBFS (#992352)

 netty31.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/netty31.spec b/netty31.spec
index 4bfe694..b8362b9 100644
--- a/netty31.spec
+++ b/netty31.spec
@@ -2,7 +2,7 @@
 
 Name:           netty31
 Version:        3.1.5
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        An asynchronous event-driven network application framework and tools for Java
 
 Group:          Development/Libraries
@@ -89,8 +89,7 @@ rm -rf src/main/java/org/jboss/netty/channel/xnio/
 
 %build
 # skipping tests because we don't have all dependencies in Fedora
-mvn-rpmbuild -Dmaven.test.skip=true \
-        install javadoc:javadoc
+%mvn_build -f
 dos2unix target/api/stylesheet.css
 
 %install
@@ -119,6 +118,9 @@ install -pm 644 pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-%{name}.pom
 %{_javadocdir}/%{name}
 
 %changelog
+* Sun Oct 20 2013 Matt Spaulding <mspaulding06 at gmail.com> - 3.1.5-7
+- Fix FTBFS (#992352)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.5-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list