diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bec11ac --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/stax2-api-3.1.1-sources.jar +/stax2-api-3.1.4.tar.gz +/stax2-api-4.0.0.tar.gz diff --git a/dead.package b/dead.package deleted file mode 100644 index 5204a84..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Orphaned for 6+ weeks diff --git a/sources b/sources new file mode 100644 index 0000000..c1ce2a9 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +e3717840bbde346489069cc1a6ab111e stax2-api-4.0.0.tar.gz diff --git a/stax2-api-3.1.1.pom b/stax2-api-3.1.1.pom new file mode 100644 index 0000000..25cdaf4 --- /dev/null +++ b/stax2-api-3.1.1.pom @@ -0,0 +1,50 @@ + + + + + + 4.0.0 + org.codehaus.woodstox + stax2-api + jar + Stax2 API + 3.1.1 + Stax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API. + + + + + + http://woodstox.codehaus.org/StAX2 + + http://jira.codehaus.org/browse/WSTX + + + + + + + + javax.xml.stream + stax-api + 1.0-2 + + + + + + + The BSD License + http://www.opensource.org/licenses/bsd-license.php + repo + + + + + Codehaus + http://www.codehaus.org/ + + + diff --git a/stax2-api.spec b/stax2-api.spec new file mode 100644 index 0000000..48fccd8 --- /dev/null +++ b/stax2-api.spec @@ -0,0 +1,108 @@ +Name: stax2-api +Version: 4.0.0 +Release: 6%{?dist} +Summary: Experimental API extending basic StAX implementation +License: BSD +URL: http://wiki.fasterxml.com/WoodstoxStax2 +Source0: https://github.com/FasterXML/%{name}/archive/%{name}-%{version}.tar.gz + +BuildArch: noarch + +BuildRequires: maven-local +BuildRequires: mvn(com.fasterxml:oss-parent:pom:) +BuildRequires: mvn(javax.xml.stream:stax-api) +BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) + +%description +StAX2 is an experimental API that is intended to extend +basic StAX specifications in a way that allows implementations +to experiment with features before they end up in the actual +StAX specification (if they do). As such, it is intended +to be freely implementable by all StAX implementations same way +as StAX, but without going through a formal JCP process. + +%package javadoc +Summary: API documentation for %{name} + +%description javadoc +This package contains the API documentation for %{name}. + +%prep +%setup -q -n %{name}-%{name}-%{version} + +%pom_xpath_remove pom:Import-Package + +# javadoc generation fails due to strict doclint in JDK 8 +%pom_remove_plugin :maven-javadoc-plugin + +%build + +%mvn_file :%{name} %{name} +%mvn_build + +%install +%mvn_install + +%files -f .mfiles + +%files javadoc -f .mfiles-javadoc + +%changelog +* Sun Feb 03 2019 Fedora Release Engineering - 4.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 14 2018 Fedora Release Engineering - 4.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Feb 09 2018 Fedora Release Engineering - 4.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 4.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 4.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Jun 23 2016 Michael Simacek - 4.0.0-1 +- Update to upstream version 4.0.0 + +* Fri Feb 05 2016 Fedora Release Engineering - 3.1.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Jun 19 2015 Fedora Release Engineering - 3.1.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu May 14 2015 Mikolaj Izdebski - 3.1.4-2 +- Remove maven-javadoc-plugin execution + +* Mon Feb 16 2015 Michael Simacek - 3.1.4-1 +- Update to upstream version 3.1.4 + +* Sun Jun 08 2014 Fedora Release Engineering - 3.1.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Mon Aug 12 2013 gil cattaneo 3.1.1-8 +- fix rhbz#993381 +- update to current packaging guidelines + +* Sun Aug 04 2013 Fedora Release Engineering - 3.1.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Feb 15 2013 Fedora Release Engineering - 3.1.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Feb 06 2013 Java SIG - 3.1.1-5 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Sat Jul 21 2012 Fedora Release Engineering - 3.1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Jan 14 2012 Fedora Release Engineering - 3.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Thu Sep 29 2011 Jaromir Capik - 3.1.1-2 +- bea-stax has it's own depmap now -> removing the local one + +* Tue Sep 13 2011 Jaromir Capik - 3.1.1-1 +- Initial version