diff --git a/jboss-jaxws-2.2-api.spec b/jboss-jaxws-2.2-api.spec new file mode 100644 index 0000000000000000000000000000000000000000..7c58f24303f310f77196bbd5e277e515539d47a9 --- /dev/null +++ b/jboss-jaxws-2.2-api.spec @@ -0,0 +1,41 @@ +%global namedreltag .Final +%global namedversion %{version}%{?namedreltag} +Name: jboss-jaxws-2.2-api +Version: 2.0.3 +Release: 1 +Summary: Java API for XML-Based Web Services 2.2 +License: CDDL or GPLv2+ +URL: http://www.jboss.org/ +Source0: https://github.com/jboss/jboss-jaxws-api_spec/archive/jboss-jaxws-api_2.2_spec-%{namedversion}.tar.gz +BuildArch: noarch +BuildRequires: maven-local mvn(org.apache.felix:maven-bundle-plugin) +BuildRequires: mvn(org.jboss:jboss-parent:pom:) +%description +Java API for XML-Based Web Services 2.2 classes. + +%package javadoc +Summary: Javadoc for %{name} +%description javadoc +This package contains the API documentation for %{name}. + +%prep +%setup -q -n jboss-jaxws-api_spec-jboss-jaxws-api_2.2_spec-%{namedversion} +%pom_remove_plugin :maven-source-plugin + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%license src/main/resources/LICENSE.txt +%doc src/main/resources/NOTE.txt + +%files javadoc -f .mfiles-javadoc +%license src/main/resources/LICENSE.txt +%doc src/main/resources/NOTE.txt + +%changelog +* Wed May 12 2021 caodongxia - 2.0.3-1 +- package init diff --git a/jboss-jaxws-2.2-api.yaml b/jboss-jaxws-2.2-api.yaml new file mode 100644 index 0000000000000000000000000000000000000000..676c7b93aa25e726d72558bf9ae95f32b1b84611 --- /dev/null +++ b/jboss-jaxws-2.2-api.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: jboss/jboss-jaxws-api_spec +tag_prefix: "jboss-jaxws-api_2.2_spec-" +separator: "." diff --git a/jboss-jaxws-api_2.2_spec-2.0.3.Final.tar.gz b/jboss-jaxws-api_2.2_spec-2.0.3.Final.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..64a8348dde0a90452f0aec31fd5d9c48f15c02da Binary files /dev/null and b/jboss-jaxws-api_2.2_spec-2.0.3.Final.tar.gz differ