[objectweb-asm4] removed ow2 pom, master pom references, from parent pom

gil gil at fedoraproject.org
Wed Oct 24 14:17:08 UTC 2012


commit 8c1522664132e913b5f266192e7d5df05c2a1633
Author: gil <puntogil at libero.it>
Date:   Wed Oct 24 16:16:56 2012 +0200

    removed ow2 pom, master pom references, from parent pom

 objectweb-asm4.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/objectweb-asm4.spec b/objectweb-asm4.spec
index 324562b..f0c14c1 100644
--- a/objectweb-asm4.spec
+++ b/objectweb-asm4.spec
@@ -30,7 +30,7 @@
 
 Name:           objectweb-asm4
 Version:        4.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch:          0
 Summary:        A code manipulation tool to implement adaptable systems
 License:        BSD
@@ -69,6 +69,9 @@ sed -i 's/\r//' LICENSE.txt README.txt
 
 %patch0 -p0
 
+# remove ow2-1.3.pom, master pom, references
+sed -ie '/<parent>/,/<\/parent/ {d}' archive/asm-parent.pom
+
 # update asm gId
 sed -i "s|<groupId>asm</groupId>|<groupId>org.ow2.asm</groupId>|" archive/*.pom
 # fix system bndlib location. disable eclipse support ... unavailable deps
@@ -123,6 +126,9 @@ cp -pr output/dist/doc/javadoc/user/* %{buildroot}%{_javadocdir}/%{name}
 %doc LICENSE.txt
 
 %changelog
+* Wed Oct 24 2012 gil cattaneo <puntogil at libero.it> 0:4.1-2
+- removed ow2 pom, master pom references, from parent pom
+
 * Fri Oct 19 2012 gil cattaneo <puntogil at libero.it> 0:4.1-1
 - Upgrade to 4.1
 


More information about the scm-commits mailing list