!2 package init
From: @caodongxia Reviewed-by: @wangchong1995924 Signed-off-by: @wangchong1995924
This commit is contained in:
commit
6e1341b157
41
jboss-jaxws-2.2-api.spec
Normal file
41
jboss-jaxws-2.2-api.spec
Normal file
@ -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 <caodongxia@huawei.com> - 2.0.3-1
|
||||
- package init
|
||||
4
jboss-jaxws-2.2-api.yaml
Normal file
4
jboss-jaxws-2.2-api.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: jboss/jboss-jaxws-api_spec
|
||||
tag_prefix: "jboss-jaxws-api_2.2_spec-"
|
||||
separator: "."
|
||||
BIN
jboss-jaxws-api_2.2_spec-2.0.3.Final.tar.gz
Normal file
BIN
jboss-jaxws-api_2.2_spec-2.0.3.Final.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user