[java-sig-commits] [stax2-api] removing local depmap

Jaromír Cápík jcapik at fedoraproject.org
Thu Sep 29 14:54:46 UTC 2011


commit 886bfd0f2796d54366601931c70d65a1d0c7a1dd
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Thu Sep 29 16:54:28 2011 +0200

    removing local depmap

 stax2-api.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/stax2-api.spec b/stax2-api.spec
index a1fcc71..4c29f08 100644
--- a/stax2-api.spec
+++ b/stax2-api.spec
@@ -1,6 +1,6 @@
 Name:             stax2-api
 Version:          3.1.1
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          Experimental API extending basic StAX implementation
 License:          BSD
 Group:            Development/Libraries
@@ -49,8 +49,7 @@ mv -f org src/main/java/
 cp %{SOURCE1} pom.xml
 
 %build
-# using bea-stax-api (no pom) instead of stax-api -> depmap needed
-mvn-rpmbuild -Dmaven.local.depmap.file="%{SOURCE2}" install javadoc:aggregate
+mvn-rpmbuild install javadoc:aggregate
 
 %install
 # jars
@@ -74,5 +73,8 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Thu Sep 29 2011 Jaromir Capik <jcapik at redhat.com> - 3.1.1-2
+- bea-stax has it's own depmap now -> removing the local one
+
 * Tue Sep 13 2011 Jaromir Capik <jcapik at redhat.com> - 3.1.1-1
 - Initial version


More information about the java-sig-commits mailing list