From 9d7ed9f178310760269b5b5f8b90ba14b66e3086 Mon Sep 17 00:00:00 2001 From: gil Date: May 02 2013 17:21:17 +0000 Subject: update to 2.2.9 --- diff --git a/.gitignore b/.gitignore index 9936400..6338c78 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /jaxb-api-2.2.3-sources.jar /jaxb-api-src.zip /jaxb-api-2.2.7-sources.jar +/jaxb-api-2.2.9-sources.jar diff --git a/glassfish-jaxb-api.spec b/glassfish-jaxb-api.spec index 3dfa262..ebf5574 100644 --- a/glassfish-jaxb-api.spec +++ b/glassfish-jaxb-api.spec @@ -1,7 +1,7 @@ %global oname jaxb-api Name: glassfish-jaxb-api -Version: 2.2.7 -Release: 3%{?dist} +Version: 2.2.9 +Release: 1%{?dist} Summary: Java Architecture for XML Binding Group: Development/Libraries License: CDDL or GPLv2 with exception @@ -12,10 +12,7 @@ URL: http://jaxb.java.net/ Source0: http://repo1.maven.org/maven2/javax/xml/bind/%{oname}/%{version}/%{oname}-%{version}-sources.jar Source1: http://repo1.maven.org/maven2/javax/xml/bind/%{oname}/%{version}/%{oname}-%{version}.pom -Patch0: %{name}-2.2.6-osgi-support.patch - BuildRequires: java-devel >= 1:1.6.0 -BuildRequires: jpackage-utils BuildRequires: java-javadoc BuildRequires: jvnet-parent @@ -23,7 +20,6 @@ BuildRequires: jvnet-parent BuildRequires: maven-local BuildRequires: maven-compiler-plugin BuildRequires: maven-enforcer-plugin -BuildRequires: maven-install-plugin BuildRequires: maven-jar-plugin BuildRequires: maven-javadoc-plugin BuildRequires: maven-plugin-bundle @@ -32,7 +28,6 @@ BuildRequires: maven-shared-osgi BuildRequires: maven-surefire-plugin Requires: java >= 1:1.6.0 -Requires: jpackage-utils BuildArch: noarch %description @@ -42,7 +37,6 @@ Glassfish - JAXB (JSR 222) API. Group: Documentation Summary: Javadoc for %{oname} Requires: %{name} = %{version}-%{release} -Requires: jpackage-utils %description javadoc Glassfish - JAXB (JSR 222) API. @@ -62,13 +56,12 @@ mkdir -p src/main/java ) cp -p %{SOURCE1} pom.xml -%patch0 -p0 sed -i 's|${basedir}/offline-javadoc|%{_javadocdir}/java|' pom.xml %build -mvn-rpmbuild install javadoc:javadoc +mvn-rpmbuild package javadoc:javadoc %install @@ -91,6 +84,9 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{oname} %{_javadocdir}/%{oname} %changelog +* Thu May 02 2013 gil cattaneo 2.2.9-1 +- update to 2.2.9 + * Wed Feb 13 2013 Fedora Release Engineering - 2.2.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/jaxb-api-2.2.9.pom b/jaxb-api-2.2.9.pom new file mode 100644 index 0000000..35fcc07 --- /dev/null +++ b/jaxb-api-2.2.9.pom @@ -0,0 +1,257 @@ + + + + + + + net.java + jvnet-parent + 4 + + + 4.0.0 + javax.xml.bind + jaxb-api + 2.2.9 + jar + + Java Architecture for XML Binding + JAXB (JSR 222) API + http://jaxb.java.net/ + + + Oracle Corporation + http://www.oracle.com/ + + + + + Martin Grebac + martin.grebac@oracle.com + Oracle Corporation + + + + + + CDDL 1.1 + https://glassfish.java.net/public/CDDL+GPL_1_1.html + repo + + + GPL2 w/ CPE + https://glassfish.java.net/public/CDDL+GPL_1_1.html + repo + + + + + scm:svn:http://svn.java.net/svn/jsr222~svn/tags/jaxb-api-2.2.9 + scm:svn:https://svn.java.net/svn/jsr222~svn/tags/jaxb-api-2.2.9 + http://java.net/projects/jsr222/sources/svn/show/tags/jaxb-api-2.2.9 + + + + spec-comments@jsr222.java.net + Dec 2009 + + + + + + + src/main/java + + **/*.java + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + + 1.5 + 1.5 + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + javax.xml.bind + + + true + + + + + + + org.apache.felix + maven-bundle-plugin + true + 2.3.7 + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + {local-packages};version="${project.version}" + + javax.activation, + javax.xml.bind;version="${project.version}", + javax.xml.bind.annotation;version="${project.version}", + javax.xml.bind.annotation.adapters;version="${project.version}", + javax.xml.bind.attachment;version="${project.version}", + javax.xml.bind.helpers;version="${project.version}", + javax.xml.bind.util;version="${project.version}", + javax.xml.datatype, + javax.xml.namespace, + javax.xml.parsers, + javax.xml.stream, + javax.xml.transform, + javax.xml.transform.dom, + javax.xml.transform.sax, + javax.xml.transform.stream, + javax.xml.validation, + org.w3c.dom, + org.xml.sax, + org.xml.sax.ext, + org.xml.sax.helpers + + jaxb-api + jaxb-api + org.glassfish.hk2.osgiresourcelocator + + + + + bundle-manifest + process-classes + + manifest + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8.1 + + false + false + true + true + +JAXB ${project.version} Runtime Library +${project.name} specification, ${release.spec.date}
+Comments to: ${release.spec.feedback}
+More information at: http://jaxb.java.net

 

${project.name}


+
 
]]> +
+
v${project.version}]]> +
+ +
Comments to: ${release.spec.feedback} +
More information at: http://jaxb.java.net +

Copyright © 2004-2011 Oracle ]]> + + false + + + http://download.oracle.com/javase/6/docs/api/ + ${basedir}/offline-javadoc + + + + + + + + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + + + + + + + diff --git a/sources b/sources index 670f9f3..a191b5f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cc292b472743232ca12d698a5bd45042 jaxb-api-2.2.7-sources.jar +5d40817b19c01fd7e8748e6fbd79c821 jaxb-api-2.2.9-sources.jar