From e7366a0baa9fcfc6d867e05176c56a5a251f0beb Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 01 2019 19:56:06 +0000 Subject: import stax2-api-3.1.1-10.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..16a1ca0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/stax2-api-3.1.1-sources.jar diff --git a/.stax2-api.metadata b/.stax2-api.metadata new file mode 100644 index 0000000..709a083 --- /dev/null +++ b/.stax2-api.metadata @@ -0,0 +1 @@ +3ef082352031c3123d22fa8af43892f874c2bb9b SOURCES/stax2-api-3.1.1-sources.jar diff --git a/SOURCES/stax2-api-3.1.1.pom b/SOURCES/stax2-api-3.1.1.pom new file mode 100644 index 0000000..25cdaf4 --- /dev/null +++ b/SOURCES/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/SPECS/stax2-api.spec b/SPECS/stax2-api.spec new file mode 100644 index 0000000..dff639a --- /dev/null +++ b/SPECS/stax2-api.spec @@ -0,0 +1,80 @@ +Name: stax2-api +Version: 3.1.1 +Release: 10%{?dist} +Summary: Experimental API extending basic StAX implementation +License: BSD +Group: Development/Libraries +URL: http://docs.codehaus.org/display/WSTX/StAX2 +BuildArch: noarch + +Source0: http://repository.codehaus.org/org/codehaus/woodstox/%{name}/%{version}/%{name}-%{version}-sources.jar +Source1: http://repository.codehaus.org/org/codehaus/woodstox/%{name}/%{version}/%{name}-%{version}.pom + +BuildRequires: maven-local +BuildRequires: bea-stax-api + +%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 -c %{name} +# fixing incomplete source directory structure +mkdir -p src/main/java +mv -f org src/main/java/ +cp %{SOURCE1} pom.xml +%mvn_file : %{name} + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles + +%files javadoc -f .mfiles-javadoc + +%changelog +* Fri Dec 27 2013 Daniel Mach - 3.1.1-10 +- Mass rebuild 2013-12-27 + +* Tue Aug 27 2013 Mikolaj Izdebski - 3.1.1-9 +- Migrate away from mvn-rpmbuild + +* Wed Jul 31 2013 Stanislav Ochotnicky - 3.1.1-8 +- Rebuild for new sources + +* Fri Jun 28 2013 Mikolaj Izdebski - 3.1.1-7 +- Rebuild to regenerate API documentation +- Resolves: CVE-2013-1571 + +* 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