[apache-commons-daemon] Added fix to remove java binaries from sources

spike spike at fedoraproject.org
Tue Oct 26 21:57:43 UTC 2010


commit 53035f61b1bd51026377d5bcbc58d55f7f6e711d
Author: spike <spike at fedoraproject.org>
Date:   Tue Oct 26 23:56:56 2010 +0200

    Added fix to remove java binaries from sources

 apache-commons-daemon.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/apache-commons-daemon.spec b/apache-commons-daemon.spec
index 26ced7e..97e0baf 100644
--- a/apache-commons-daemon.spec
+++ b/apache-commons-daemon.spec
@@ -4,7 +4,7 @@
 
 Name:           apache-%{short_name}
 Version:        1.0.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Defines API to support an alternative invocation mechanism
 License:        ASL 2.0
 Group:          Applications/System
@@ -76,6 +76,9 @@ Obsoletes:      jakarta-%{short_name}-javadoc <= 1:1.0.1
 %patch1 -p1 -b .ppc
 %patch2 -p0 -b .s390
 
+# remove java binaries from sources
+rm -rf src/samples/build/
+
 chmod 644 src/samples/*
 cd src/native/unix
 xmlto man man/jsvc.1.xml
@@ -164,6 +167,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Oct 26 2010 Chris Spike <chris.spike at arcor.de> 1.0.4-2
+- Added fix to remove java binaries from sources
+
 * Tue Oct 26 2010 Chris Spike <chris.spike at arcor.de> 1.0.4-1
 - Updated to 1.0.4
 


More information about the scm-commits mailing list