[groovy] Remove bundled JARs and classes

Mikolaj Izdebski mizdebsk at fedoraproject.org
Thu Jun 6 16:12:45 UTC 2013


commit 9308c0fd6b7d2768b5f0de4741f34b643bbb6b8d
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Thu Jun 6 17:54:43 2013 +0200

    Remove bundled JARs and classes

 groovy.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/groovy.spec b/groovy.spec
index 754ed8f..fcc6821 100644
--- a/groovy.spec
+++ b/groovy.spec
@@ -4,7 +4,7 @@
 
 Name:           groovy
 Version:        1.8.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Dynamic language for the Java Platform
 
 Group:          Development/Languages
@@ -79,6 +79,8 @@ JavaDoc documentation for %{name}
 %prep
 %setup -q
 cp %{SOURCE4} %{SOURCE5} .
+# Remove bundled JARs and classes
+find \( -name *.jar -o -name *.class \) -delete
 
 %patch0 -p1
 
@@ -154,6 +156,9 @@ install -p -m644 pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-%{name}.pom
 %doc LICENSE.txt NOTICE.txt cpl-v10.txt epl-v10.txt
 
 %changelog
+* Thu Jun  6 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.8.9-2
+- Remove bundled JARs and classes
+
 * Sat Apr 20 2013 gil cattaneo <puntogil at libero.it> - 1.8.9-1
 - Update to 1.8.9
 


More information about the scm-commits mailing list