diff --git a/.gitignore b/.gitignore index 67a4f5f..9936400 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /jaxb-api-2.2.3-sources.jar /jaxb-api-src.zip +/jaxb-api-2.2.7-sources.jar diff --git a/glassfish-jaxb-api.spec b/glassfish-jaxb-api.spec index ebaca14..6c7a974 100644 --- a/glassfish-jaxb-api.spec +++ b/glassfish-jaxb-api.spec @@ -1,17 +1,16 @@ %global oname jaxb-api Name: glassfish-jaxb-api -Version: 2.2.6 -Release: 2%{?dist} +Version: 2.2.7 +Release: 1%{?dist} Summary: Java Architecture for XML Binding Group: Development/Libraries License: CDDL or GPLv2 with exception URL: http://jaxb.java.net/ # jaxb api and impl have different version -# svn export https://svn.java.net/svn/jaxb~version2/tags/jaxb-2_2_5/tools/lib/redist/jaxb-api-src.zip +# svn export https://svn.java.net/svn/jaxb~version2/tags/jaxb-2_2_6/tools/lib/redist/jaxb-api-src.zip -Source0: jaxb-api-src.zip -#Source1: http://download.java.net/maven/2/javax/xml/bind/jaxb-api/%{version}/jaxb-api-%{version}.pom -Source1: http://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/%{version}/jaxb-api-%{version}.pom +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 @@ -77,7 +76,7 @@ mkdir -p %{buildroot}%{_javadir} install -m 644 target/%{oname}-%{version}.jar %{buildroot}%{_javadir}/%{oname}.jar mkdir -p %{buildroot}%{_mavenpomdir} -install -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{oname}.pom +install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{oname}.pom %add_maven_depmap JPP-%{oname}.pom %{oname}.jar mkdir -p %{buildroot}%{_javadocdir}/%{oname} @@ -92,6 +91,9 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{oname} %{_javadocdir}/%{oname} %changelog +* Sat Aug 04 2012 gil cattaneo 2.2.7-1 +- update to 2.2.7 + * Thu Jul 19 2012 Fedora Release Engineering - 2.2.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/jaxb-api-2.2.7.pom b/jaxb-api-2.2.7.pom new file mode 100644 index 0000000..0ba7e86 --- /dev/null +++ b/jaxb-api-2.2.7.pom @@ -0,0 +1,207 @@ + + + + + + + net.java + jvnet-parent + 1 + + + 4.0.0 + javax.xml.bind + jaxb-api + 2.2.7 + 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.7 + scm:svn:https://svn.java.net/svn/jsr222~svn/tags/jaxb-api-2.2.7 + http://java.net/projects/jsr222/sources/svn/show/tags/jaxb-api-2.2.7 + + + + spec-comments@jsr222.java.net + Dec 2009 + + + + + + + src/main/java + + **/*.java + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.0.2 + + 1.5 + 1.5 + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.3.1 + + + + javax.xml.bind + + + true + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 + + 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.1 + + + sign-artifacts + verify + + sign + + + + + + + + + + diff --git a/sources b/sources index f73eb03..670f9f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3382264d4f64465c189aef74ea7a6a3f jaxb-api-src.zip +cc292b472743232ca12d698a5bd45042 jaxb-api-2.2.7-sources.jar